Last active
September 22, 2017 14:07
-
-
Save dasdachs/27e6d052919eeea26b46478638777030 to your computer and use it in GitHub Desktop.
Fakebook page | Smartninja
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head lang="sl"> | |
<meta charset="UTF-8"> | |
<meta name="description" content="Janis Fakebook profile"> | |
<meta name="keywords" content="me, about, interests, fakebook"> | |
<meta name="author" content="Jani Šumak"> | |
<title>Jani Šumak | Fakebook</title> | |
</head> | |
<body> | |
<main> | |
<article> | |
<header> | |
<h1><strong>FAKEBOOK</strong></h1> | |
<hr/> | |
<h2>Jani Šumak</h2> | |
<h6>@dasdachs</h6> | |
<img src="http://www.mediaspeed.net/fotografije/medium/610214.jpg?p=1" alt="Jani Šumak running"> | |
</header> | |
<br/> | |
<button type="button">Add to friends</button> | |
<section> | |
<header> | |
<h3>About me:</h3> | |
</header> | |
<p><strong>City:</strong> Maribor</p> | |
<p><strong>Age:</strong>30ish</p> | |
<p><strong>Education:</strong> law degree</p> | |
<p><strong>FB friends:</strong> over 9000</p> | |
<p><strong>Favorite language:</strong> Python</p> | |
</section> | |
<footer> | |
<h5>Contact me:</h5> | |
<ul> | |
<li><a href="mailto:[email protected]">Mail</a></li> | |
<li><a href="https://github.com/dasdachs" target="_blank">Twitter</a></li> | |
<li><a href="https://twitter.com/dasdachs" target="_blank">Github</a></li> | |
</ul> | |
</footer> | |
</article> | |
</main> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment