Skip to content

Instantly share code, notes, and snippets.

Created August 2, 2016 11:47
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 anonymous/372d7d801f5a6f150f1124b5dc951bd6 to your computer and use it in GitHub Desktop.
Save anonymous/372d7d801f5a6f150f1124b5dc951bd6 to your computer and use it in GitHub Desktop.
Portfolio
<div class="container-fluid">
<link href='https://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
<style>
nav {
font-family: Dosis;
}
.font-family {
font-family: Dosis;
}
.margin-top {
margin-top: 50px;
}
.margin-bottom {
margin-bottom: 50px;
}
.margin-left {
margin-left: 50px;
}
.background-color {
background-color: #aecebd;
}
.background-color-two {
background-color: #f9f1ff
}
</style>
<body class="margin-top margin-bottom">
<div class="container-fluid img-rounded">
<center><img src="https://hd.unsplash.com/photo-1441039995991-e5c1178e605a" width="700" height="500" class="img-circle"></center></center>
</br><nav class="navbar navbar-inverse">
<div class="navbar-header">
<a class="navbar-brand active" href="#">Dion Hobdy</a>
</div>
<ul class="nav navbar-nav">
<li><a href="#">About Me
<li><a href="#">Portfolio<li><a href="#">Contact</li>
</ul>
</nav>
</div>
</div><br>
<div class="container-fluid">
<h3 style="color: grey" class="margin-left font-family">ABOUT ME</h3>
</div><br>
<div class="container-fluid">
</br><h3 style="color: grey;" class="margin-left font-family">PORTFOLIO</h3><br>
</div>
<div class="container-fluid">
</br><h3 style="color: grey;" class="margin-left font-family">CONTACT</h3></br>
</div>
</body>
</div>
</div>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment