-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.bak
33 lines (33 loc) · 1.75 KB
/
index.html.bak
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
<!DOCTYPE html>
<html>
<head><link rel="stylesheet" type="text/css" href="style.css"/></head>
<body>
<main>
<nav id="navbar">
<p class="nav" style="flex-grow: 8; justify-content: flex-start; padding-left: 5%;" id="about-me">Tarika the Horse</p>
<p class="nav" style="flex-grow: 1"><a href="#about-me">About</a></p>
<p class="nav" style="flex-grow: 1"><a href="#projects">Work</a></p>
<p class="nav" style="flex-grow: 1"><a href="#contact">Contact</a></p>
</nav>
<section id="welcome-section" class="welcome-section">
<h1>Tarika the Horse</h1>
<h2>A (sometimes) web dev!</h2>
</section>
<section id="projects" class="projects">
<h2 class="projects-header"><a href="https://codepen.io/TarikaTheHorse/full/gOXPEKK" target="_blank">Projects</a></h2>
<div class="projects-display">
<iframe src="https://codepen.io/TarikaTheHorse/full/dyZoxMa" class="project-tile" id="project-tile"></iframe>
<iframe src="https://codepen.io/TarikaTheHorse/full/KKyVRgV" class="project-tile" id="project-tile"></iframe>
<iframe src="https://codepen.io/TarikaTheHorse/full/gOXPdWy" class="project-tile" id="project-tile"></iframe>
<iframe src="https://codepen.io/TarikaTheHorse/full/RwjrdGg" class="project-tile" id="project-tile"></iframe>
</div>
</section>
<section id="links" class="links">
<h1 id="contact">Contact</h1>
<h2><a href="https://www.freecodecamp.org/tarikathehorse" target="_blank" class="contact" id="profile-link">Free Code Camp</a></h2>
<h2><a href="https://twitter.com/darkacademiaho3" target="_blank" class="contact" id="profile-link">Twitter</a></h2>
<h2><a href="https://github.com/TarikaTheHorse" target="_blank" class="contact" id="profile-link">Github</a></h2>
</section>
</main>
</body>
</html>