Created
June 18, 2020 05:12
-
-
Save harrisonmalone/7f9bf23aeb0bda3874f77183ff7d1c7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<header> | |
<h1>Welcome To Sandras Profile Page</h1> | |
<nav> | |
<ul> | |
<li><a href="#about-me">About Me</a></li> | |
<li><a href="#fav-foods">Favourite Foods</a></li> | |
<li><a href="#contact">Contact Details</a></li> | |
</ul> | |
</nav> | |
</header> | |
<section id="about-me"> | |
<h2>About Me</h2> | |
<img src="https://randomuser.me/api/portraits/women/8.jpg"> | |
<article> | |
<ol> | |
<li> | |
<p> | |
<b>Pop</b> culture maven. Beer fan. Award-winning music junkie. Extreme coffee enthusiast. Thinker. Tv specialist. | |
</p> | |
</li> | |
<li> | |
<p> | |
<b>Friendly</b> web maven. Bacon lover. General internet specialist. Incurable travel scholar. | |
</p> | |
</li> | |
<li> | |
<p> | |
<b>Subtly</b> charming twitter lover. Social media fan. Incurable travel geek. Lifelong pop culture specialist. Tv scholar. | |
</p> | |
</li> | |
<li> | |
<p> | |
<b>Unable</b> to type with boxing gloves on. Proud bacon fan. Music junkie. Coffee ninja. Beer specialist. | |
</p> | |
</li> | |
</ol> | |
</article> | |
</section> | |
<section id="fav-foods"> | |
<h2>Favourite Foods</h2> | |
<div> | |
<h4>Quesadillas</h4> | |
<img src="https://bit.ly/2ryI6bZ" /> | |
<p>Best time to eat: <span>Afternoon Siesta</span></p> | |
<p>Best place: <span>Mejico</span></p> | |
</div> | |
<div> | |
<h4>Icecream Pancakes</h4> | |
<img src="https://bit.ly/2zUznp2" /> | |
<p>Best time to eat: <span>Breaky</span></p> | |
<p>Best place: <span>Pancakes on the Rocks</span></p> | |
</div> | |
<div> | |
<h4>Loaded Fries</h4> | |
<img src="https://bit.ly/2GdfYVK" /> | |
<p>Best time to eat: <span>During the game</span></p> | |
<p>Best place: <span>My House</span></p> | |
</div> | |
</section> | |
<section id="contact"> | |
<h2>Contact Details</h2> | |
<p> | |
<b>Phone:</b> <i>+12345678</i> | |
</p> | |
<p> | |
<b>Email:</b> <i>[email protected]</i> | |
</p> | |
<p> | |
<b>Twitter:</b> <i>#superfun</i> | |
</p> | |
</section> | |
<footer> | |
<h5>Thanks for visiting my profile. Hope to here from you soon!</h5> | |
</footer> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment