-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproj1.html
45 lines (45 loc) · 2.13 KB
/
proj1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="project1.css">
<title>Personal Website</title>
</head>
<div class="white full_page">
<div class="full_flex">
<div class="white vert sixty_vert">
<div class="horiz seven_width">
<div class="vert eightyfive_vert"></div>
<div class="vert fifteen_vert"><button class="home_tab"><h2 class="pink_text home_style">HOME</h2></button></div>
</div>
<div class="horiz five_horiz"></div>
<div class="horiz five_horiz">
</div>
<div class=" horiz thirty_horiz">
<div class="sixtyfive_vert"></div>
<div class="thirtyfive_vert">
<h1 class="pink_text name_style" style="text-align: right;">JACOB KIRSCHNER</h1>
<h1 class="pink_text name_style" style="text-align: right;">Hi! I am a second year college student
studying Computer Science
at UC Berkeley!</h1>
</div>
</div>
</div>
<div class="grey vert forty_vert">
<div class="horiz seven_width">
<div class="vert third_vert"><button class="tab_button"><a href="work.html"><h2>WORK</h2></a></button></div>
<div class="vert third_vert"><button class="tab_button"><a href="about.html"><h2>ABOUT</h2></a></button></div>
<div class="vert third_vert"><button class="tab_button"><a href="resume.html"><h2>RESUME</h2></a></button></div>
</div>
<div class="horiz ten_width"></div>
<div class="horiz thirty_horiz">
<div class="grey fifteen_vert"></div>
<div class="pink sixtyfive_vert">
<div class="selfie"><img src="selfie.jpg" alt="uhhhH" width="105%" height="90%"></div>
</div>
</div>
</div>
</div>
</div>