Skip to content

Instantly share code, notes, and snippets.

@Spesm
Created October 4, 2018 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spesm/5178ad217f8213a8e35eb9b2f74d6f0c to your computer and use it in GitHub Desktop.
Save Spesm/5178ad217f8213a8e35eb9b2f74d6f0c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Page title -->
<title>Contact Sem</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<!-- Custom styles CSS -->
<link rel="stylesheet" href="css/styles.css">
<!-- Web fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fahkwang">
</head>
<!-- Page content -->
<body>
<!-- Navigation bar goes here -->
<nav class="navigation">
<!-- Left -->
<section class="left">
<a href="/">CareerFoundry</a>
</section>
<!-- Right -->
<section class="right">
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="faq.html">FAQ</a>
</section>
</nav>
<!-- Ends navigation -->
<section class="background content">
<!-- Page sections go here -->
<section class="header">
<h1>Contact Sem</h1>
</section>
<!-- Ends header -->
<section class="contact-image">
<section class="contact-details">
<h2>Contact Details</h2>
<ul id="details">
<li>Sem van Lent</li>
<li>Bouwmanspad 29</li>
<li>1506 HA Zaandam</li>
<li>semvlent@gmail.com</li>
<li>+31 6 41636365</li>
</ul>
</section>
</section>
<!-- Ends contact-image -->
<section class="footer">
<p>Powered by CareerFoundry. And others. And me.</p>
<p>Photograph by Eckhard Hoehmann</p>
<!-- <a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, &quot;Helvetica Neue&quot;, Helvetica, Ubuntu, Roboto, Noto, &quot;Segoe UI&quot;, Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@ecki77?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Eckhard Hoehmann"><span style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-1px;fill:white" viewBox="0 0 32 32"><title>unsplash-logo</title><path d="M20.8 18.1c0 2.7-2.2 4.8-4.8 4.8s-4.8-2.1-4.8-4.8c0-2.7 2.2-4.8 4.8-4.8 2.7.1 4.8 2.2 4.8 4.8zm11.2-7.4v14.9c0 2.3-1.9 4.3-4.3 4.3h-23.4c-2.4 0-4.3-1.9-4.3-4.3v-15c0-2.3 1.9-4.3 4.3-4.3h3.7l.8-2.3c.4-1.1 1.7-2 2.9-2h8.6c1.2 0 2.5.9 2.9 2l.8 2.4h3.7c2.4 0 4.3 1.9 4.3 4.3zm-8.6 7.5c0-4.1-3.3-7.5-7.5-7.5-4.1 0-7.5 3.4-7.5 7.5s3.3 7.5 7.5 7.5c4.2-.1 7.5-3.4 7.5-7.5z"></path></svg></span><span style="display:inline-block;padding:2px 3px">Eckhard Hoehmann</span></a> -->
<img src="img/maps-location-home.jpg" alt="Car route to my house in Zaandam from Google Maps">
</section>
<!-- Ends footer -->
</section>
<!-- Ends background -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment