-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (61 loc) · 1.77 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GHOST</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="sheet.css">
</head>
<body>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<header>
<h1>Hope</h1>
<h2>That</h2>
<h3>Firewall</h3>
<h3>Works</h3>
<h3>Cuz you're screwed...</h3>
<h3>WE can see you</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio, voluptatem velit unde aut voluptates voluptatum tenetur! Nesciunt animi, illum accusantium quidem ipsum magni dolorum totam natus excepturi ab enim saepe!</p>
</header>
<section id="portfolio">
<h2>Portfolio</h2>
<div class="project">
<img src="/img/2022_05_31_08_25_IMG_0174.JPG" alt="">
<p>Project Name: Firewall</p>
<p>Description: A firewall is a network security system that monitors and controls incoming and outgoing traffic on an Internet
</div>
</section>
<section id="about">
</section>
<section id="contact">
</section>
<ol>
<li>WE</li>
<li>Can</li>
<li>See</li>
<li>You</li>
</ol>
<ul>
<li>Your</li>
<li>Firewall</li>
<li>Ain't</li>
<li>Protected</li>
</ul>
<br/>
<img class = "f" src="./img/2022_05_31_08_25_IMG_0174.JPG" alt="">
<img class="ff" src="./img/2022_05_31_08_25_IMG_0175.JPG" alt="">
<p class="we">WE OUTSIDE</p>
<img class="r" src="./img/4k-Anonymous-Wallpaper.jpg" alt="">
<!-- I SEE YOU -->
<br/>
<br/>
<a rel ="noopener" href="https://github.com/Mitchellnkem/GRRR" target="_blank">Github</a>
</body>
</html>