-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwebsite.html
More file actions
48 lines (44 loc) · 2.07 KB
/
Copy pathwebsite.html
File metadata and controls
48 lines (44 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Profile-Margot</title>
<link rel="stylesheet" href="css/website.css">
</head>
<body>
<div class="header">
<h1 id="title">Margot Smith</h1>
<p>
<a href="https://www.linkedin.com/in/margot-smith-263521253/" target="_blank" id="left">
<img src="images/linkedin.png" id="left" width="100rem" alt="Image for Linkedin. Click and go to Margot's profile.">
</a>
<a href="https://github.com/MarsRising" target="_blank" id="right">
<img src="images/github.png" id="right" width="100rem" alt="Image for Github. Click and go to Margot's profile.">
</a>
</p>
</div>
<div class="firstlist">
<h4>Former Professional Wrestler turned Back-End Developer who now resides in Lakewood, CO. </h4>
<img src="images/new_profile_pic.jpg" id="pic1" alt="Profile Picture of Margot">
</div>
<div class="list">
<h3>Skills</h3>
<li>html</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
</div>
<div class="list">
<img src="images/primos.jpg" id="pic2"
alt="Image of Margot with the Trandgender Flag making a wrestling entrance."
></a>
<h3>Interesting Facts About Me</h3>
<li>Something you would never guess about me is that I have performed for <a href="https://www.wwe.com/shows/wwenxt/2017-10-11/article/street-profits-def-damien-smith-markos-espada" target="_blank">WWE</a> before.</li>
<li>I was once a Yoga Instructor who was able to orchestrate a Charity Event for the National Center for Transgender Equality.</li>
<li>This song is not only, <em>arguably</em>, the Greatest song ever, but also made for my Favorite Movie of all time!<br>
<audio controls loop>
<source src="mp3s/bohemian.mp3" type="audio/mpeg">
Here is <a href="bohemian.mp3" target="_blank">a link to the audio</a>
</audio>
</body>
</html>