Skip to content

Instantly share code, notes, and snippets.

@djibba22
Created June 23, 2016 14:01
Show Gist options
  • Save djibba22/ff37a6d36a83fa33b577c1042cf5a868 to your computer and use it in GitHub Desktop.
Save djibba22/ff37a6d36a83fa33b577c1042cf5a868 to your computer and use it in GitHub Desktop.
this is an example of the feature
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Contact Dan</title>
<!-- This critical line points your HTML to the CSS file. Notice the "relative" pathway -->
<link rel="stylesheet" type="text/css" href="../css/style.css">
</head>
<body>
<div id="container">
<!-- Navigation menu for top of every page -->
<div class="top-nav-menu">
<a href="../bio.html" title="Dan Kaltenbaugh biography home page">Home</a>
</div>
<!-- Header -->
<h1>Contact Me</h1>
<p class="contact">
You can <a href="mailto:d.a.kaltenbaugh@gmail.com?subject=Hello Dan">email</a> me anytime!</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment