-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresumes.html
More file actions
36 lines (34 loc) · 1.37 KB
/
resumes.html
File metadata and controls
36 lines (34 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<title>Resumes</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style-sheets/directory.css">
<link rel="stylesheet" href="./style-sheets/site.css">
</head>
<body id= "resumes">
<header>
<div class = "title">
<h1>Resume directory</h1>
</div>
<div class= "home">
<a class= "home-btn" href = "./index.html">Home</a>
</div>
</header>
<section id= "directory">
<a id= "main" href= "./resumes/resume-template.html" target= "_blank">General Resume</a>
<h2 class= "direct-cat"> Computer Science: </h2>
<a class= "direct-link-resume" href= "./resumes/resume-software.html" target= "_blank">Software Engineering</a>
<a class= "direct-link-resume" href= "./resumes/resume-full-stack.html" target= "_blank">Full-Stack Development</a>
<br />
<h2 class= "direct-cat"> Cogntive Science/Psychology: </h2>
<a class= "direct-link-resume disabled" href= "#" target= "_blank">General</a>
<a class= "direct-link-resume disabled" href= "#" target= "_blank">Cognitive Developer</a>
<br />
<h2 class= "direct-cat"> Music: </h2>
<a class= "direct-link-resume disabled" href= "#" target= "_blank">General music</a>
<a class= "direct-link-resume disabled" href= "#" target= "_blank">Music Performance</a>
</section>
</body>
</html>