-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (157 loc) · 5.95 KB
/
index.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
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<!-- HTML Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sophie Fitzpatrick | Backend Engineer</title>
<meta name="description" content="Sophie Fitzpatrick | Backend Engineer" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Sophie Fitzpatrick | Backend Engineer" />
<meta itemprop="description" content="Sophie Fitzpatrick | Backend Engineer" />
<!-- Settings -->
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap" rel="stylesheet" />
<script src="./index.js" defer></script>
</head>
<body>
<!-- ***** Navigation ***** -->
<div class="navigation">
<input type="checkbox" class="navigation__checkbox" id="nav-toggle" />
<label for="nav-toggle" class="navigation__button">
<span class="navigation__icon" aria-label="toggle navigation menu"
> </span
>
</label>
<div class="navigation__background"> </div>
<nav class="navigation__nav" role="navigation">
<ul class="navigation__list">
<li class="navigation__item">
<a href="#about" class="navigation__link"><span></span>about</a>
</li>
<li class="navigation__item">
<a href="#project" class="navigation__link"><span></span>projects</a>
</li>
<li class="navigation__item">
<a href="#footer" class="navigation__link"><span></span>contact</a>
</li>
</ul>
</nav>
</div>
<!-- ***** Header ***** -->
<header class="header" role="banner" id="header">
<div class="header__text-box">
<h1 class="heading-primary">sophie fitzpatrick</h1>
<p class="header__description">
backend engineer and maker of technical zines
</p>
</div>
</header>
<!-- ***** Main ***** -->
<main role="main">
<!-- ***** About ***** -->
<section class="about" id="about">
<div class="u-text-center">
<h2 class="heading-secondary-about">about</h2>
<br>
</div>
<p class="intro-text-about">
I’m a self-taught backend and devops engineer based in London. I work mostly in Python, YAML and Bash but dabble in other languages too. In 2022 I'm creating digital zines, working on open source projects and knitting a jumper.
</p>
</section>
<!-- ***** Section Projects ***** -->
<section class="project">
<div class="u-text-center">
<h2 class="heading-secondary">projects</h2>
<br>
<p class="intro-text">
A mix of work and personal projects, mostly engineering related
</p>
</div>
<div class="row">
<div class="project__item">
<img src="./src/img/zinenew.svg" class="project__img" />
<h3 class="heading-tertiary">zines</h3>
<p class="project__description">
I make technical digital zines touching on subjects I come </br>
across as an engineer. A very experimental project.</br>
Check out <a href="https://www.instagram.com/thelondonengineer/"><strong><u>@thelondonengineer</u></strong></a>.
</p>
</div>
<div class="project__item hack"></div>
<div class="project__item">
<img src="./src/img/writingnew.svg" class="project__img" />
<h3 class="heading-tertiary">writing</h3>
<p class="project__description">
Sometimes I write words, but not too often.</br>
<a href="https://medium.com/@sophierfitzpatrick"><strong><u>Here</u></strong></a> you can find some outdated blog posts.
</p>
</div>
<div class="project__item hack"></div>
<div class="project__item">
<img src="./src/img/marvelnew.svg" class="project__img" />
<h3 class="heading-tertiary">marvelapp</h3>
<p class="project__description">
<a href="https://marvelapp.com/"><strong><u>Marvelapp</u></strong></a> is a prototyping and design tool.</br>
I help maintain the current product within the backend/devops team.
</p>
</div>
<div class="project__item hack"></div>
<div class="project__item">
<img src="./src/img/ballparknew.svg" class="project__img" />
<h3 class="heading-tertiary">ballpark</h3>
<p class="project__description">
<a href="https://ballparkhq.com/"><strong><u>Ballpark</u></strong></a> is a usertesting tool, created by Marvelapp.</br>
I'm building the backend, ready for our upcoming 2022 launch.
</p>
</div>
<div class="project__item hack"></div>
<div class="project__item">
<img src="./src/img/opennew.svg" class="project__img" />
<h3 class="heading-tertiary">opensource</h3>
<p class="project__description">
I dabble in opensource projects i.e <a href="https://pypi.org/project/marvelapp-cli/"><strong><u>Marvel CLI</u></strong></a>.</br>
See some of the projects I've been involved with <a href="https://github.com/sophiefitzpatrick"><strong><u>here</u></strong></a>.
</p>
</div>
</div>
</section>
</main>
<!-- ***** Footer ***** -->
<footer class="footer" id="footer">
<nav>
<ul class="footer__social-links">
<li class="footer__social-link">
<a href="https://github.com/sophiefitzpatrick">github</a>
</li>
<li class="footer__social-link">
<a href="https://twitter.com/srfitzpatrick_">twitter</a>
</li>
<li class="footer__social-link">
<a href="https://www.linkedin.com/in/sophiefitzpatrick/">linkedin</a>
</li>
<li class="footer__social-link">
<a href="mailto:[email protected]">contact</a>
</li>
</ul>
</nav>
<div class="footer__outro">
<p class="footer__info">
made by
<a href="https://twitter.com/srfitzpatrick_">sophie.</a>
</p>
<p class="footer__info">©2022 all rights reserved.</p>
</div>
</footer>
<script>
const navigation__checkbox = document.querySelector(
".navigation__checkbox"
);
const navigation__list = document.querySelector(".navigation__list");
navigation__list.addEventListener('click', (e) => {
if (e.target !== navigation__list) {
navigation__checkbox.checked = false;
}
})
</script>
</body>
</html>