forked from gertie-sheshe/techinpink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#117894487] Adds Materialize and public folder
- Loading branch information
andela-gnyenyeshi
committed
Apr 21, 2016
1 parent
85edadb
commit 8157950
Showing
4 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nav .brand-logo { | ||
left: 3%; | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<title>Tech In Pink</title> | ||
</head> | ||
<body> | ||
<nav> | ||
<div class="nav-wrapper"> | ||
<a href="#" class="brand-logo">tech in pink</a> | ||
<ul id="nav-mobile" class="right hide-on-med-and-down"> | ||
<li><a href="sass.html">Sass</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</body> | ||
</html> |