-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
30 lines (27 loc) · 1 KB
/
project.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>David tessier</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="name"><a>David Tessier</a></div>
<div class="pages">
<a href="index.html">Home</a>
<a href="skill.html">Skill</a>
<a href="project.html">Project</a>
</div>
</header>
<div class="header_buffer"></div>
<div class="project_container">
<div onclick="window.location='projects_page/video_game.html';" class="project1"></div>
<div onclick="window.location='projects_page/hermes.html';" class="project2"></div>
<div onclick="window.location='projects_page/showreel.html';" class="project3"></div>
<div onclick="window.location='projects_page/photoshop_wasp.html';" class="project4"></div>
</div>
<footer><p>David Tessier - 2021</p></footer>
</body>
</html>