-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
171 lines (168 loc) · 8.84 KB
/
Copy pathwork.html
File metadata and controls
171 lines (168 loc) · 8.84 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146351021-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146351021-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Clementine Oldfield</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="src/main.css">
<script src="main.js"></script>
</head>
<body class="work-page">
<div class="page-wrapper">
<header>
<div class="spacer"></div>
<div id="stripes">
<hr id="stripe-1" />
<hr id="stripe-2" />
<hr id="stripe-3" />
</div>
<div id="logo-container">
<a class="home-link" href="/">
<div id="logo">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
viewBox="0 0 478 524" enableBackground="new 0 0 478 524">
<path id="path-1" stroke-width="11" stroke-miterlimit="10" d="M370.649,356.611
c21.722-24.896,34.882-57.455,34.882-93.09c0-39.357-16.053-74.961-41.963-100.634l-99.837,99.84L370.649,356.611z"/>
<path id="path-2" stroke-width="11" stroke-miterlimit="10" d="M157.749,169.665l105.983,93.063l99.837-99.84
c-25.6-25.367-60.822-41.038-99.709-41.038C221.62,121.85,183.705,140.342,157.749,169.665z"/>
<path id="path-3" stroke-width="11" stroke-miterlimit="10" d="M263.859,121.85
c38.887,0,74.109,15.671,99.709,41.038l74.797-74.799c-44.898-44.899-106.926-72.669-175.439-72.669
c-73.942,0-140.317,32.358-185.772,83.673l80.595,70.573C183.705,140.342,221.62,121.85,263.859,121.85z"/>
<path id="path-4" stroke-width="11" stroke-miterlimit="10" d="M163.229,363.234
c25.673,25.907,61.276,41.959,100.631,41.959c42.608,0,80.819-18.813,106.79-48.582l-106.918-93.884L163.229,363.234z"/>
<path id="path-5" stroke-width="11" stroke-miterlimit="10" d="M163.229,363.234l-75.4,75.402l-0.438,0.23
c44.906,44.956,106.972,72.768,175.535,72.768c74.307,0,140.977-32.675,186.447-84.431L370.05,357.28
c-25.957,29.378-63.905,47.913-106.19,47.913C224.504,405.193,188.901,389.142,163.229,363.234"/>
<path id="path-6" stroke-width="11" stroke-miterlimit="10" d="M157.749,169.665
c-22.124,24.993-35.562,57.854-35.562,93.857c0,38.888,15.673,74.112,41.042,99.713l100.503-100.507L157.749,169.665z"/>
<path id="path-7" stroke-width="11" stroke-miterlimit="10" d="M122.187,263.521
c0-35.876,13.345-68.629,35.33-93.589l-80.363-70.84c-38.779,43.779-62.336,101.352-62.336,164.435
c0,68.463,27.731,130.449,72.573,175.34l0.438-0.23l75.4-75.402C137.86,337.634,122.187,302.409,122.187,263.521z"/>
</svg>
</div>
</a>
</div>
<a class='home-link' href="/">
<h1 id="name">Clementine<span class="last-name"> Oldfield</span>.</h1>
</a>
<h2 id="tag">Junior Developer</h2>
<nav role="navigation">
<div id="menu-toggle">
<div id="hamburger" onclick="toggleClass()">
<span></span>
<span></span>
<span></span>
</div>
<div id="menu">
<ul>
<a class="mobile-home-link" href="/"><li>Home.</li></a>
<a href="about"><li>About.</li></a>
<a href="work"><li>Work.</li></a>
<!-- <a href="blog"><li>Blog.</li></a> -->
<a href="contact"><li>Contact.</li></a>
</ul>
<table class="social-bar mobile-social">
<tr>
<td><a href="http://www.linkedin.com/in/clementine-oldfield-064aa744"><i class="fab fa-linkedin-in"></i></a></td>
<td><a href="https://twitter.com/O_Clementine"><i class="fab fa-twitter"></i></li></a></td>
</tr>
<tr>
<td><a href="https://www.instagram.com/clementine_peggy/"><i class="fab fa-instagram"></i></a></td>
<td><a href="https://github.com/ClementineOldfield"><i class="fab fa-github"></i></a></td>
</tr>
</table>
</div>
</div>
</nav>
</header>
<main>
<h3 class="work">Recent Projects.</h3>
<div class="projects">
<div class="project">
<a href="https://github.com/bHarlum/food-ladder-react" target="_blank">
<h4 class="title">MERN Stack Group Assessment: Food Ladder</h4>
<ul class="tags">
<li>React</li>
<li>Express</li>
<li>Redux</li>
<li>MongoDB</li>
<li>NodeJS</li>
<li>Styled Components</li>
</ul>
<div class="project-image project-5">
</div>
</a>
</div>
<div class="project">
<a href="https://github.com/ClementineOldfield/barrio-rails-app" target="_blank">
<h4 class="title">Ruby on Rails Group Assessment: Coder Academy</h4>
<ul class="tags">
<li>Ruby</li>
<li>Ruby on Rails</li>
<li>UX</li>
<li>UI</li>
<li>Automated Testing</li>
<li>Responsive Design</li>
</ul>
<div class="project-image project-1">
</div>
</a>
</div>
<div class="project">
<a href="http://www.allegramusic.com.au/" target="_blank">
<h4 class="title">Allegra Music: Melbourne Music School Website</h4>
<ul class="tags">
<li>Wordpress</li>
<li>Responsive Design</li>
<li>PHP</li>
</ul>
<div class="project-image project-2"></div>
</a>
</div>
<div class="project">
<a href="https://bigsur.com.hk/" target="_blank">
<h4 class="title">Big Sur HK: Theme Redevelopment</h4>
<ul class="tags">
<li>Wordpress</li>
<li>Responsive Design</li>
<li>PHP</li>
</ul>
<div class="project-image project-3">
</div>
</a>
</div>
<div class="project">
<a href="https://www.sydneyfilmschool.com/" target="_blank">
<h4 class="title">Sydney Film School: Collateral Design</h4>
<ul class="tags">
<li>Graphic Design</li>
<li>Adobe Creative Suite</li>
<li>Print Design</li>
</ul>
<div class="project-image project-4">
</div>
</a>
</div>
</div>
<footer>
<ul class="social-media-bar desktop-social">
<li><a href="http://www.linkedin.com/in/clementine-oldfield-064aa744"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://twitter.com/O_Clementine"><i class="fab fa-twitter"></i></li></a>
<li><a href="https://www.instagram.com/clementine_peggy/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://github.com/ClementineOldfield"><i class="fab fa-github"></i></a></li>
</ul>
</footer>
</div> <!-- Page Wrapper -->
</body>
</html>