-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfind-me.html
100 lines (87 loc) · 3.62 KB
/
find-me.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jessica Owens | Nice to meet you!</title>
<link rel=StyleSheet href="styles/normalize.css" type="text/css" media=screen>
<link rel=StyleSheet href="styles/style.css" type="text/css" media=screen>
<link href="https://fonts.googleapis.com/css?family=Lato|Raleway|Zilla+Slab" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon"
type="image/png"
href="media/logo.png">
</head>
<body class="override">
<div class="wrapper">
<header>
<h1><a href="index.html"> JO </a></h1>
<nav id="menu">
<ul>
<li><a href="resume.html"> Resume </a></li>
<li><a href="work-play.html"> Work/Play </a></li>
<li><a href="find-me.html"> Find Me </a></li>
</ul>
</nav>
</header>
<main>
<section class="intro">
<h1> Find Me</h1>
</section>
<section class="three-column">
<section class="left">
<h2>@social</h2>
<hr>
<!-- <nav> -->
<ul id="icon" class="find-me">
<li><a href="https://github.com/vertige"> <i class="fa fa-github"></i> </a> GitHub</li>
<li><a href="https://www.linkedin.com/in/jessica-owens-vertige"> <i class="fa fa-linkedin"></i> </a> LinkedIn</li>
<li><a href="mailto:[email protected]"> <i class="fa fa-envelope-o"></i> </a> Email</li>
</ul>
<!-- </nav> -->
</section>
</section>
<section class="double">
<h2>@elsewhere</h2>
<hr>
<article>
<h3><a href="http://adadevelopersacademy.org">ada developers academy</a></h3>
<h4>jumping head first into my future in tech and giving back</h4>
</article>
<article>
<h3><a href="http://weavingworks.com">the weaving works</a></h3>
<h4>sharing fiber arts & making community</h4>
</article>
<article>
<h3><a href="http://www.matchessmma.com">mat chess mma</a></h3>
<h4>grappling & flow</h4>
</article>
</section>
</main>
<footer class="override">
<aside class="quote-of-the-day">
<q><h3>In the end, we will remember not the words of our enemies, but the silence of our friends.</h3></q>
<cite>- MLK Jr</cite>
<!-- Quote rotation on index.html load?
<q><h3>I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet, strange, I am ungratful to those teachers.</h3></q>
<cite>- Khalil Gibran</cite>
<q><h3>Generosity is giving more than you can, and pride is taking more than you need.</h3></q>
<cite>- Khalil Gibran</cite>
<q><h3>Progress lies not in enhancing what is, but in advancing toward what will be.</h3></q>
<cite>- Khalil Gibran</cite>
<q><h3>Life shrinks or expands in proportion to one's courage.</h3></q>
<cite>- Anais Nin</cite>
<q><h3>We don't see things as they are, we see them as we are.</h3></q>
<cite>- Anais Nin</cite> -->
</aside>
<h4 id="copyright"> Copyright © 2017-2018 All Rights Reserved</h4>
<nav>
<ul id="icons">
<li><a href="https://github.com/vertige"> <i class="fa fa-github"></i> </a></li>
<li><a href="https://www.linkedin.com/in/jessica-owens-vertige"> <i class="fa fa-linkedin"></i> </a> </li>
<li><a href="mailto:[email protected]"> <i class="fa fa-envelope-o"></i> </a> </li>
</ul>
</nav>
</footer>
</div> <!-- wrapper -->
</body>
</html>