-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
28 lines (27 loc) · 1.38 KB
/
work.html
File metadata and controls
28 lines (27 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Tower Company: Projects</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="title">Projects</h1>
<div class="headset">
<img src="C:\Users\mgsno\Documents\WebDesign\FinalProject\monogon-headset.jpg" class="work-img" width="250px">
<h2>The voidway headset (in collaboration with Monogon)</h2>
<p class="work-text">This headset allows any user to access the void by shutting of their mind so they can become the digtal person they want to be.</p>
</div>
<div class="tower">
<img src="C:\Users\mgsno\Documents\WebDesign\FinalProject\freedom-tower-2.jpg" class="work-img" width="250px" height="250x">
<h2>The Tower Hub</h2>
<p class="work-text">The tower contains the void to make sure that no entitys ruin the MythOS experience and to test new ideas from Monogon without the need to break MythOS</p>
</div>
<div class="Fantasy Land">
<img src="C:\Users\mgsno\Documents\WebDesign\FinalProject\fantasyland.webp" class="work-img">
<h2>Fantasy Land</h2>
<p class="work-text">Fantasy Land is a project all about giving fantasy fans a chance to see all of your favorite fantasy tropes up close and in person via the void.</p>
</div>
</body>
</html>