-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (95 loc) · 4.63 KB
/
index.html
File metadata and controls
113 lines (95 loc) · 4.63 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!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>
<script src="js/init.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">Hi, I'm Debbie</h1>
<div class="row center">
<img id="headshot" class="circle responsive-img" src="img/serious-square.jpg" alt="" >
</div>
<br><br>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 l3">
<div class="icon-block">
<h2 class="center dm-grey-text"><i class="fa fa-laptop" aria-hidden="true"></i></h2>
<h5 class="center">Software Engineer</h5>
<p>I am a hardworking and organized Brooklyn based web developer. My goal in life is to bring kindness, clarity and simplicity to the world and I hope to accomplish this with everything I do.</p>
</div>
</div>
<div class="col s12 l3">
<div class="icon-block">
<h2 class="center dm-grey-text"><i class="fa fa-headphones" aria-hidden="true"></i></h2>
<h5 class="center">Violinist</h5>
<p>I've been playing the violin since I was six. Studying music has taught me a lot of important lessons such as the importance of hard work and that any problem is solvable once it can be broken down.</p>
</div>
</div>
<div class="col s12 l3">
<div class="icon-block">
<h2 class="center dm-grey-text"><i class="fa fa-pause" aria-hidden="true"></i></h2>
<h5 class="center">Meditation Leader</h5>
<p>My yoga and meditation practices are very important to me. Meditating every day helps me appreciate all the good and bad in life.</p>
</div>
</div>
<div class="col s12 l3">
<div class="icon-block">
<h2 class="center dm-grey-text"><i class="fa fa-users" aria-hidden="true"></i></h2>
<h5 class="center">Teacher</h5>
<p>Whether it's music, web development or mindfulness, I love to learn and then share with others. I'd love to learn more about you. Connect with me using the links below.</p>
</div>
</div>
</div>
</div>
<br><br>
<div class="section">
</div>
</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>