-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.18 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="main.css">
<link rel="shortcut icon" href="#">
</head>
<body>
<script src="main.js"></script>
<section>
<h1 class="header">Bigelow, Ryan Resume</h1>
</section>
<article id="pancho">
<h2 class="header">Pancho & Lefty's: September 2022 - present.</h2>
<section>
As a waiter, I greet guests, deliver excellent customer service, keep the trstaurant tidy, and perform other duties as needed.
</section>
</article>
<article id="hive">
<h2 class="header">The BE-Hive: June 2020 - September 2022.</h2>
<section>
As the Front of House Shift Lead, I made sure operations ran smoothly while I was on duty.
</section>
</article>
<article id="ktf">
<h2 class="header">Keep the Faith Radio: August 2016 - February 2019.</h2>
<section>
As the Digital Content Manager, I oversaw our online content data-base, managed our website and handled B2B communications.
</section>
</article>
</body>
</html>