-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (33 loc) · 1000 Bytes
/
index.html
File metadata and controls
39 lines (33 loc) · 1000 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Raya Esplin</title>
</head>
<body>
<!-- Content goes here -->
<h1>Raya Esplin</h1>
<h2>About Me</h2>
<p>My name is Raya Esplin. I am a 22 yr old studying bioinformatics here at BYU.</p>
<p>I love to read, play tennis, play music, and hang out with my friends.</p>
<h2>Projects</h2>
<ul>
<li>CS 142</li>
<li>CS 235</li>
<li>Web Development</li>
</ul>
<h2>Work Experience</h2>
<u1>
<li>Medical Assistant, <em>Grandview Family Medicine</em></li>
<li>Reference Assistant, <em>Brigham Young University</em></li>
<li>Front Desk Assistant, <em>Rollins Center for Entreprenuership</em></li>
</u1>
<hr>
<h3>Contact</h3>
<ul>
<li>Instagram: @raywray</li>
<li>Email: raywray@gmail.com</li>
<li>Linkedin: <a href="https://www.linkedin.com/in/raya-esplin-a91670199/">Raya Esplin</a></li>
<li>GitHub: @raywray</li>
</ul>
</body>
</html>