-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
38 lines (34 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<title>Danny Chu</title>
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/script.js"></script>
<!-- <script type="text/javascript" src="assets/js/drag-script.js"></script> -->
</head>
<body>
<div id="about">
<div id="me-text">
<div style="float:left; width: 105px; height: 65px; margin: 10px 15px; background-color: #ff0000;">
<!--your image or text-->
</div>
<!-- <p>Hello! My name is Danny Chu, a sophomore in Electrical Engineering and Computer Science.</p> -->
<p>Danny Chu</p>
<p>Electrical Engineering and Computer Science</p>
<br>
What a dapper day! Hello friends. My name is Danny Chu. I love everything, but physical things. I'm not a big fan of physical activities, unless its with friends or spontaneous. Right now, I'm figuring out if I want chicken wings or a salad :/ Wings are crispy, but salads are crunchy. Should I be healthy or indulge in wingy goodness. These are the harder problems in life :/ But oh well! Life keeps livin', even if you don't.
</div>
<div id="me-pic">
<img src="assets/img/danny.jpg">
</div>
<a href="../index.html">
<div id="me-back">
<-- Lets go back!
</div>
</a>
</div>
</body>
</html>