-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (176 loc) · 8.37 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
188
189
190
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="/styles/main.css" />
<!--Can use google fonts imported-->
<title>Claire FH</title>
</head>
<body>
<header>
<nav class="navbar navbar-light navbar-expand-sm" style="background-color: #B6CA9B;">
<!--Logo and title of the page-->
<a class="navbar-brand" href="#">
<img src="assets/logo.png" width="125" height="75" alt="">
</a>
<!--Sets up navigation toggler information so that they response to hovers and clicks-->
<button class="navbar-toggler mx-4" type="button" data-toggle="collapse" data-target="#navBarLinks" aria-controls="navBarLinks" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--Adds the navigation bar links including the -->
<div class="collapse navbar-collapse justify-content-left" id="navBarLinks">
<div class="navbar-nav">
<a class="nav-item nav-link active mx-2" href="#">About</a>
<a class="nav-item nav-link disabled mx-2" href="pages/projects.html">Projects</a>
<a class="nav-item nav-link disabled mx-2" href="#">Posts</a>
<a class="nav-item nav-link disabled mx-2" href="pages/contact.html">Contact</a>
</div>
</div>
</nav>
</header>
<main>
<!--Intro Section-->
<div class="container my-5">
<div class="row">
<div class="col-8 px-4">
<!--Add a carousel of images about me-->
<div id="carouselAboutMe" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="assets/claire-2.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/claire-2.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselAboutMe" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
<a class="carousel-control-next" href="#carouselAboutMe" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
</div>
</div>
<div class="col-4 px-4 align-self-center">
<!--Add a container to add text to which can then be rounded-->
<div class="container rounded p-4" style="background-color: #28511C; color: #f1f2ec;">
<p> I'm a Software Engineer working in the Site Reliability Engineering
team at Pexip. I'm passionate about building reliable and
well-instrumented systems which follow best practices. Well-documented
code and systems is a must for me! </p>
<p>My background started with environmental sustainability so I am
currently combining my expertise and passion by contributing to the
"CNCF Technical Advisory Group for Environmental Sustainability" as a
lead!</p>
</div>
</div>
</div>
<!--Skills Section-->
<div class="container my-5">
<!--Header row-->
<div class="row my-4">
<div class="col-12 p-2">
<h2>Skills</h2>
</div>
</div>
<!--Skill Cards-->
<div class="row">
<div class="col-4 d-flex align-items-stretch">
<div class="card">
<img src="assets/golang.png" class="card-img-top" alt="Python">
<div class="card-body">
<h5 class="card-title">Golang</h5>
<p class="card-text">I have been using Golang for over 2 years now and have
experience in building backend apis and SaaS.</p>
</div>
</div>
</div>
<div class="col-4 d-flex align-items-stretch">
<div class="card">
<img src="assets/sre.png" class="card-img-top" alt="Python">
<div class="card-body">
<h5 class="card-title">Reliability</h5>
<p class="card-text">I have been an SRE for over a year focusing on disaster resilience and incident response.</p>
</div>
</div>
</div>
<div class="col-4 d-flex align-items-stretch">
<div class="card">
<img src="assets/leadership.png" class="card-img-top" alt="Python">
<div class="card-body">
<h5 class="card-title">Leadership</h5>
<p class="card-text">I am a dedicated leader with experience as a CNCF WG chair and project EDI leader.</p>
</div>
</div>
</div>
</div>
</div>
<!--Experience Section-->
<div class="container my-5">
<div class="row">
<div class="col-12 p-2">
<h2>Experience</h2>
</div>
</div>
<div class="row my-4">
<div class="col-4 d-flex align-items-stretch">
<div class="container rounded p-4" style="background-color: #28511C; color: #f1f2ec;">
<p>Pexip, Site Reliability Engineer</p>
<p><i>Jan 2023 - Present</i></p>
</div>
</div>
<div class="col-8 d-flex align-items-stretch">
<div class="container rounded p-4" style="background-color: white;">
<ul>
<li>Implemented multi-region, multi-cluster, continuous deployments with 300+ applications</li>
<li>Executed a full security audit improving the pod security of over 17 different clusters</li>
<li>Incident commander for multiple on-call incidents with less than 2 hours to mitigation</li>
</ul>
</div>
</div>
</div>
<div class="row my-4">
<div class="col-4 d-flex align-items-stretch">
<div class="container rounded p-4" style="background-color: #28511C; color: #f1f2ec;">
<p>Pexip, Golang Backend Engineer</p>
<p><i>Sep 2021 - Jan 2023</i></p>
</div>
</div>
<div class="col-8 d-flex align-items-stretch">
<div class="container rounded p-4" style="background-color: white;">
<ul>
<li>Collaborated on a highly reliable scheduling SaaS product written with golang and deployed to GKE</li>
<li>Implemented extensive testing with an average of 95% code coverage</li>
<li>Developed re-usable packages for other Pexip microservices to interact with MS Graph</li>
</ul>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-12 my-3">
<hr>
<p class="text-center mt-4"><i>Made by Claire Fletcher 🌱</i></p>
<div id="wcb" class="carbonbadge"></div>
<script
src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js"
defer
></script>
</div>
</div>
</div>
</footer>
<!--Scripts-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>