forked from cs4241-19a/a1-gettingstarted
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·53 lines (49 loc) · 1.55 KB
/
Copy pathindex.html
File metadata and controls
executable file
·53 lines (49 loc) · 1.55 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html class = "page" lang="en">
<head class = "page">
<link rel="stylesheet" type="text/css" href="styles.css" media="screen" />
<link rel="stylesheet" type="text/css" href="image_styles.css" media="screen" />
<title>CS4241 Assignment 1</title>
<meta charset="utf-8">
</head>
<body class = "page">
<div class="hero-image">
</div>
<div id="wrap">
<div id="header">
<h1 class = "myHead">Caitlin Enright</h1>
<hr style="border: 1px solid black;" />
</div>
<div id="nav">
<ul>
<li><button class = "toggle_button" name="button"><a href="/index.html" class = "button_link">Home</a></button></li>
<li><button class = "toggle_button" name="button"><a href="/experience.html" class = "button_link">Experience</a></button></li>
</ul>
</div>
<div id="main">
<h2>About Me</h2>
<p>
Class of 2021 </p>
<p>
Computer Science Major and Spanish Minor
</p>
<p>
Vox, Masque, APO
</p>
</div>
<div id="sidebar">
<div class="container">
<img src = "https://cdn.glitch.com/8fa36f7d-cba4-42b7-91dd-f4d88f5018c5%2Fthumbnails%2Fcaitlin_enright_intern_pic_2.jpg?1567056368341" alt = "my pic" class = "image">
<div class="overlay">
<div class="text">
<p> cenright@wpi.edu</p>
</div>
</div>
</div>
</div>
<div class = "footer" id="footer">
<p>CS4241, A term, 2019, Professor Roberts</p>
</div>
</div>
</body>
</html>