-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork-play.html
More file actions
132 lines (117 loc) · 4.54 KB
/
work-play.html
File metadata and controls
132 lines (117 loc) · 4.54 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!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> Work/Play</h1>
<p> WIP | A place for me to write about various work and play projects. </p>
</section>
<section class="three-column">
<section class="left">
<article>
<figure class="tint">
<a href="https://github.com/vertige/Ada-Capstone" target="_blank"><img src="media/ravelbot.png" alt="" /></a>
</figure>
<h3>RavelBot</h3>
<h4>pattern ♥ yarn</h4>
</article>
<article>
<figure class="tint">
<a href="#analog"><img src="https://unsplash.it/g/300" alt="" /></a>
</figure>
<h3>analog</h3>
<h4>collections from plastic</h4>
</article>
<!-- <article>
<figure class="tint">
<a href="#patterns"><img src="https://unsplash.it/g/350" alt="" /></a>
</figure>
<h3>make something</h3>
<h4>patterns</h4>
</article> -->
</section>
<section class="left">
<article>
<figure class="tint">
<a href="#haitibabi"><img src="https://unsplash.it/g/320" alt="" /></a>
</figure>
<h3>training haiti babi</h3>
<h4>cap haitienne, ayiti</h4>
</article>
<article>
<figure class="tint">
<a href="#pullandfringe"><img src="https://unsplash.it/g/330" alt="" /></a>
</figure>
<h3>pull + fringe</h3>
<h4>bespoke knitwear</h4>
</article>
</section>
<section class="left">
<article>
<figure class="tint">
<a href="#portfolio"><img src="https://unsplash.it/g/340" alt="" /></a>
</figure>
<h3>portfolio</h3>
<h4>architecture and design</h4>
</article>
<article>
<figure class="tint">
<a href="#classes"><img src="https://unsplash.it/g/310" alt="" /></a>
</figure>
<h3>classes i teach</h3>
<h4>knitting, weaving, spinning</h4>
</article>
</section>
</section>
</main>
<footer class="override">
<aside class="quote-of-the-day">
<q><h3>Life shrinks or expands in proportion to one's courage.</h3></q>
<cite>- Anais Nin</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>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>