-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (113 loc) · 5.75 KB
/
index.html
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Hillary Sanders</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<!-- <nav class="blue-grey" role="navigation"></nav> -->
<div class="container">
<br>
<h3 class="header center text-lighten-2 hillz">Hillary Sanders</h3>
<h5 class="header center col s12 white-text"><br>MACHINE LEARNING RESEARCHER <br> SOFTWARE ENGINEER <br> DATA SCIENTIST</h5>
<br>
<div class="container transparent">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m12">
<a href="resume.html">
<div class="icon-block">
<!-- <h2 class="center"><i class="material-icons">perm_identity</i></h2> -->
<div class="center-btn">
<div class="waves-effect waves-yellow btn homepage-btn">resume</div>
</div>
</div>
</a>
</div>
<div class="col s12 m12">
<a href="recent_projects.html">
<div class="icon-block">
<!-- <h2 class="center"><i class="material-icons">code</i></h2> -->
<div class="center-btn">
<div class="waves-effect waves-orange btn homepage-btn">recent projects</div>
</div>
</div>
</a>
</div>
<!-- <div class="col s12 m4">
<div class="icon-block">
<div class="center-btn"> -->
<!-- Dropdown Trigger -->
<!-- <a class='dropdown-button btn homepage-btn' data-beloworigin="true" data-hover="true" href='#' data-activates='dd_cheatsheets'>cheatsheets</a> -->
<!-- Dropdown Structure -->
<!-- <ul id='dd_cheatsheets' class='dropdown-content blue-grey'>
<li><a href="python.html" class="white-text">Python</a></li> -->
<!-- <li><a href="r.html" class="white-text">R</a></li> -->
<!-- <li><a href="unix.html" class="white-text">UNIX</a></li>
<li><a href="latex.html" class="white-text">LaTeX</a></li> -->
<!-- <li><a href="probability.html" class="white-text">Probability</a></li> -->
<!-- </ul>
</div>
</div>
</div> -->
<!-- <div class="col s12 m4">
<a href="bayesian_statistics.html">
<div class="icon-block"> -->
<!-- <h2 class="center"><i class="material-icons">grade</i></h2> -->
<!-- <div class="center-btn">
<div class="waves-effect waves-light btn homepage-btn" href="bayesian_statistics.html">bayesian statistics</div>
</div>
</div>
</a>
</div> -->
<div class="col s12 m12">
<div class="icon-block">
<!-- <h2 class="center"><i class="material-icons">view_quilt</i></h2> -->
<div class="center-btn">
<!-- Dropdown Trigger -->
<a class='dropdown-button btn homepage-btn' data-beloworigin="true" data-hover="true" href='#' data-activates='dd_art'>art</a>
<!-- Dropdown Structure -->
<ul id='dd_art' class='dropdown-content blue-grey'>
<li><a href="graphite.html" class="white-text">Graphite</a></li>
<li><a href="ink.html" class="white-text">Ink</a></li>
<li><a href="paint.html" class="white-text">Paint</a></li>
<li><a href="mixed.html" class="white-text">Mixed</a></li>
</ul>
</div>
</div>
</div>
<div class="col s12 m12">
<a href="about_me.html">
<div class="icon-block">
<!-- <h2 class="center"><i class="material-icons">forum</i></h2> -->
<div class="center-btn">
<a href="about_me.html" class="waves-effect waves-ripple btn homepage-btn">About Me</a>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!--<div class="parallax-container valign-wrapper">-->
<!--<div class="section no-pad-bot">-->
<!--<div class="container">-->
<!--<div class="row center">-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--<div class="parallax"><img src="forest.jpg" alt="Unsplashed background img 3"></div>-->
<!--</div>-->
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>