-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (71 loc) · 3.55 KB
/
Copy pathindex.html
File metadata and controls
83 lines (71 loc) · 3.55 KB
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
<!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>
<article class="two-column">
<section class="left">
<img class="left" src="media/profile.jpeg" alt=""/>
</section>
<section class="right">
<h1>Hi, there!</h1>
<p> Welcome! My name is Jessica Owens. I'm a Seattleite with a love of design and problem solving. When I'm not trying to learn something new or making things both digitally and with my hands, you can find me dancing, singing, eating, grappling (the sport) and trying to keep up with friends around the world.</p>
<p>
As a Developer, I am deeply committed to building useful tools to bring people together. I believe in the power and promise technology has to help find solutions to age old and new issues, and I believe it takes a village to build sustainable and bright systems. I am a builder.
</p>
</section>
</article>
</main>
<footer class="override">
<aside class="quote-of-the-day">
<q><h3>One's destination is never a place but rather a new way of looking at things.</h3></q>
<cite>– Henry Miller</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>In the end, we will remember not the words of our enemies, but the silence of our friends.</h3></q>
<cite>- MLK Jr</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>All growth is a leap in the dark, a spontaneous unpremeditated act without benefit of experience.</h3></q>
<cite>– Henry Miller</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:vertige@gmail.com"> <i class="fa fa-envelope-o"></i> </a> </li>
</ul>
</nav>
</footer>
</div> <!-- wrapper -->
</body>
</html>