-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (190 loc) · 5.95 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> David Au </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/4f6a4b08efdad6bb29f9cc801f5c07e263b39907/devicon.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- My Menu Bar -->
<div class="topnav">
<a href="https://davidau8195.github.io/home/">Home</a>
<div class="dropdown">
<button class="dropbtn"> Projects
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://www.youtube.com/watch?v=oHg5SJYRHA0"> Video Project </a>
<a href="https://www.youtube.com/watch?v=oHg5SJYRHA0"> Engineering Project </a>
<a href="https://www.youtube.com/watch?v=oHg5SJYRHA0"> Programming Project </a>
</div>
</div>
<a href="https://davidau8195.github.io/aboutme/">About</a>
</div>
<!-- Title Card -->
<div class="main">
<div class="container-fluid">
<div class="row text-center row-header">
<div class="col-xs-12">
<div class="header-col">
<br>
<h1> David Au</h1>
<h4> Research and Development Engineer </h4>
<h5> UC Berkeley, EECS Department </h5>
<br>
<a href="mailto:[email protected]" class="email"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> [email protected] </a>
<hr>
</div>
</div>
</div>
<!-- Welcome Section -->
<section style="margin-top:100px">
<!-- Title -->
<div class="row">
<div class="col xs-12">
<h1 class="text-center section-heading"> Welcome!</h1>
</div>
</div>
<!-- Content -->
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="list-container2">
<br>
<br>
<p> Welcome to my site! The Homepage is meant to display the software and programming languages that I use on a daily basis.
You can take a tour towards my projects and my background information. </p>
</div>
</div>
</div>
</section>
<hr>
<!-- Programming Language -->
<section>
<!-- Title -->
<div class="row">
<div class="col xs-12">
<h1 class="text-center section-heading">Programming Languages</h1>
</div>
</div>
<!-- Content -->
<div class="row text-center">
<div class="col-xs-12">
<div class="list-container">
<br>
<!-- Item 1 -->
<span class="lang-item">
<i class="devicon-html5-plain colored"></i>
<span class="lang-item-text">
HTML5 with CSS
</span>
</span>
<!-- Item 2 -->
<span class="lang-item">
<i class="devicon-python-plain colored"></i>
<span class="lang-item-text">
Python
</span>
<!-- Item 3 -->
<span class="lang-item">
<i class="devicon-linux-plain colored"></i>
<span class="lang-item-text">
Linux
</span>
</span>
</span>
<!-- Item 4 -->
<span class="lang-item">
<i class="devicon-git-plain colored"></i>
<span class="lang-item-text">
Git
</span>
</span>
<!-- Item 5 -->
<span class="lang-item">
<i class="devicon-debian-plain colored"></i>
<span class="lang-item-text">
Debian
</span>
</span>
</div>
</div>
</div>
</section>
<hr>
<!-- Tools Section -->
<section>
<!-- Title -->
<div class="row">
<div class="col xs-12">
<h1 class="text-center section-heading">Software Tools</h1>
</div>
</div>
<!-- Content -->
<div class="row text-center">
<div class="col-xs-12">
<div class="list-container">
<br>
<!-- Item 1 -->
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Adobe Premiere Pro
</span>
<!-- Item 2 -->
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Adobe Illustrator
</span>
<!-- Item 3 -->
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Universal Laser Cutter
</span>
<!-- Item 4 -->
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Jupyter Notebook
</span>
<!-- Item 5 -->
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Sublime Text Editor
</span>
<!-- Item 6 -->
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Github
</span>
<!-- Item 7 -->
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Slack
</span>
<!-- Item -->
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Raspberry Pi
</span>
</div>
</div>
</div>
</section>
<!-- Footer for Github acknowledgment -->
<div class="row row-footer">
<div class="col footer-col text-center">
<p> All website content creations were made thanks to Github Page. </p>
</div>
</div>
</div> <!-- end container -->
<!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</div>
</body>
</html>