Skip to content

Instantly share code, notes, and snippets.

@pupubird
Created April 9, 2019 07:37
Show Gist options
  • Save pupubird/4e97dcb8998dd048490d89c36cfb618d to your computer and use it in GitHub Desktop.
Save pupubird/4e97dcb8998dd048490d89c36cfb618d to your computer and use it in GitHub Desktop.
<html>
<head>
<!--Title of the page-->
<title>Home</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200,400">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="logo">
<h1>Hello there!</h1>
<h2>Welcome back</h2>
</div>
<div id="content">
<div class="group">
<h1>Studies</h1>
<ul>
<li><a href="#">Item</a></li>
<li><a href="#">Item</a></li>
<li><a href="#">Item</a></li>
</ul>
</div>
<div class="group">
<h1>Work</h1>
<ul>
<li><a href="#">linkedin.com</a></li>
<li><a href="#">wikipedia.com</a></li>
<li><a href="#">google.com</a></li>
</ul>
</div>
<div class="group">
<h1>Personal</h1>
<ul>
<li><a href="#">facebook.com</a></li>
<li><a href="#">twitter.com</a></li>
<li><a href="#">youtube.com</a></li>
</ul>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment