-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
70 lines (61 loc) · 2.7 KB
/
Copy pathtemplate.html
File metadata and controls
70 lines (61 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/css/materialize.min.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/js/materialize.min.js"></script>
<title>Debbie Milburn</title>
</head>
<body class="dm-white dm-black-text">
<nav class="dm-grey lighten-1" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" class="brand-logo" href="index.html">Debbie Milburn</a>
<ul class="right hide-on-med-and-down">
<li><a href="projects/index.html">Projects</a></li>
<li><a href="recordings.html">Recordings</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="projects/index.html">Projects</a></li>
<li><a href="recordings.html">Recordings</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<div class="section no-pad-bot dm-purple" id="index-banner">
<div class="container">
<br><br>
<h1 class="header center dm-white-text">Title</h1>
</div>
<br><br>
</div>
</div>
<div class="container">
<div class="section">
<div class="row">
</div>
</div>
<br><br>
</div>
<footer class="page-footer dm-white">
<div class="container">
<div class="row contact">
<div class="col l3 s12 center"></div>
<div class="col l2 s12 center">
<h2><a href = "https://www.linkedin.com/in/debbiemilburn" class="contact-link"><i class="fa fa-linkedin-square dm-grey-text"></i></a></h2>
</div>
<div class="col l2 s12 center">
<h2><a href = "mailto:DebbieMilburn2@gmail.com" class="contact-link"> <i class="fa fa-envelope-square dm-grey-text"></i></a></h2>
</div>
<div class="col l2 s12 center">
<h2><a href = "https://github.com/dmilburn" class="contact-link"><i class="fa fa-github-square dm-grey-text"></i></a></h2>
</div>
<div class="col l3 s12 center"></div>
</div>
</div>
</footer>
</body>
</html>