This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (66 loc) · 3.14 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
<!DOCTYPE html>
<html>
<head>
<title>Bob Zhou </title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Serif" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto" />
<link rel="stylesheet" type='text/css' href="styleindex.css">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="index.js"></script>
</head>
<body>
<div class="left">
<div id="info">
<h1>Bob Zhou</h1>
<h3>
<p>EECS Undergrad Student
<p>UC Berkeley, Class of 2018
</h3>
</div>
<div id ="about">
<div id="greeting" class="header"></div>
<p>I am sophomore at the University of California: Berkeley, studying Electrical Engineering and Computer Science.
<p>
<p>
</div>
<div id="links" class="nav">
<a href="mailto:[email protected]">Email me</a>
<a href="https://github.com/boblinchuan">Github</a>
<a href="https://www.linkedin.com/in/boblzhou">LinkedIn</a>
<a href="http://hackersatberkeley.com/">H@B</a>
</div>
</div>
<div class="right">
<div id="tabs" class="nav">
<a href="#activities" onclick="disp(0)">Current</a>
<a href="#schedule" onclick="disp(2)">Schedule</a>
<a href="#projects" onclick="disp(1)">Projects</a>
</div>
<div class="contents" id="activities">
<div class="header">Current Activities</div>
<p>Summer 2015:</p>
<ul>
<li>Classes
<ul>
<li> <a href="https://inst.eecs.berkeley.edu/~cs70/su15/">CS70: Discrete Math and Probability for Comptuer Science</a> </li>
<li> <a href="http://berkeley-cs370.github.io/">Intro to Teaching Computer Science</a> </li>
<li> Music 26AC: Music in American Cultures </li>
</ul>
<li>Lab Development for <a href="http://inst.eecs.berkeley.edu/~ee16a/sp15/">EE16A</a> </li>
<li>One-on-One Tutoring and Office Hours Assistant for <a href="http://inst.eecs.berkeley.edu/~cs61a/su15/">CS61A </a></li>
</ul>
</div>
<div class="contents" id="schedule">
<iframe src="https://www.google.com/calendar/embed?title=My%20Schedule&mode=WEEK&height=600&wkst=1&bgcolor=%23FFFFFF&src=bob.linchuan%40gmail.com&color=%231B887A&src=bob.linchuan%40berkeley.edu&color=%231B887A&src=berkeley.edu_1473t8fh06d872lvs65k88js5g%40group.calendar.google.com&color=%231B887A&ctz=America%2FLos_Angeles" style=" border-width:0 " width="100%" height="600px" frameborder="0" scrolling="no"></iframe>
</div>
<div class="contents" id="projects">
<div class="header">Projects</div>
Coming soon
</div>
<div class="contents" id="resources">
<p>Resources</p>
Coming soon
</div>
</div>
</body>
</html>