-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (45 loc) · 2.35 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
<!DOCTYPE html>
<html lang = "en-US">
<head>
<title> Anita Cu </title>
<meta char = "UTF-8"/>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <!-- FontAwesome for social media icons -->
<link rel = "stylesheet" href = "mystyles.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<nav>
<li class = 'nav_bar'> <a href = "index.html"> Home </a> </li>
<li class = 'nav_bar'> <a href = "aboutme.html"> About Me </a> </li>
<!-- <li class = 'nav_bar'> <a href = "teaching.html"> Teaching </a> </li> -->
<li class = 'nav_bar'> <a href = "projects.html"> Projects </a> </li>
<li class = 'nav_bar'> <a href = "blog.html"> Blog </a> </li>
</nav>
<header>
<h1> Anita Cu </h1>
<h3> developing code & teaching. </h3>
</header>
<img class = "img-circle" src = "aboutme.jpg"
height = "300">
<p class = 'img-circle-text'>
Hi, I'm Anita!
<br> </br>
I am currently an undergraduate student at UC Berkeley studying Computer Science.
<br> </br>
Besides my passion for programming and technology, I love to plan + organize and teach computer science.
<br> </br>
This summer, I will be a software developer intern at IBM and a CodeU fellow at Google.
<br> </br>
Thank you for visiting!
<br> </br>
</p>
<a href = "https://github.com/anitacu" target = "_blank"> <i class = "fa fa-github fa-2x"> </i> </a> <!-- opens link in new tab -->
<a href = "https://www.linkedin.com/in/anitacu" target = "_blank"> <i class = "fa fa-linkedin-square fa-2x"> </i> </a>
<a href = "https://www.facebook.com/anita.cu.8" target = "_blank"> <i class = "fa fa-facebook-square fa-2x"> </i> </a>
<a href = "https://www.pinterest.com/anitacu5/" target = "_blank"> <i class = "fa fa-pinterest fa-2x"> </i> </a>
<a href = "mailto: anitacu5@berkeley.edu" target = "_blank"> <i class = "fa fa-envelope-o fa-2x"> </i> </a>
<a href = "anitacu.github.io/Resumé - updated10-2-17.pdf" download = "Resumé_AnitaCu" target = "_blank"> <i class = "fa fa-file-pdf-o fa-2x"> </i> </a>
<footer> Anita Cu © 2018 </footer>
</body>
</html>