-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.22 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.22 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
<!DOCTYPE html>
<html>
<head>
<title>Homepage</title>
<link rel="stylesheet" type="text/css" href="CSS/design.css">
</head>
<body>
<div id="canvas-wrap">
<canvas id="myCanvas">
<div id="description">Edward Wang</div>
</canvas>
<script src="js/script.js"></script>
<div id="info">
<img id="profile" src="images/profile.jpg" alt="Me!"/>
<div id="blurb">
<div id="name">Edward Wang</div>
<br>
<div id="desc">
<p>I am currently a senior at the University of California, Berkeley, studying Electrical Engineering and Computer Science (EECS). My passion lies within the realm of writing beautiful and efficient code that can impact the industry and the world. I have interned at <a href="http://www.symantec.com/index.jsp">Symantec</a> and <a href="http://www.castlighthealth.com/">Castlight Health</a> as an SWE intern.</p>
<br>
<p>Connect with me on:
<ul>
<li> <a href="https://www.linkedin.com/profile/view?id=AAIAABQt0CEBwnlItmxCV2RnkfE5yNv2Oc8J660">LinkedIn</a>
<li> <a href="https://github.com/edasaur">Github</a>
<li> Email (reversed): ude.yelekreb@61gnawe
</ul>
</p>
</div>
</div>
</div>
</div>
</body>
</html>