-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·38 lines (38 loc) · 1.76 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
<!DOCTYPE html>
<html>
<head>
<title>sh4rp.tech </title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<div class="navbar">
<div id="menu-button"></div>
<div id="theme-button"></div>
</div>
<div id="menu">
<div id="menu-links">
<a href="index.html">Home</a>
<a href="placeholder">About</a>
<a href="https://github.com/Sharpjackv">Projects</a>
<a href="gatewayHome.html" class="project-link">Gateway Home</a>
</div>
</div>
<div class="wrapper">
<h1>sh4rp.tech</h1>
<img class="profile-image" src="images/fcc5b5a3b225cb638821ce920ddc045e.webp">
<p class="bio">hey, im Sharp_Jack, this website here will be a portfolio for me, to document all the cool stuff that ive worked on so far and all the new projects to come</p>
<p class="bio">you can find me on discord at Sharp_Jack#4374</p>
<div class = "gallery">
<div class="caption">
<p>Sh1mmer is a jailbreak targeting chromebooks, allowing enterprise users to unenroll their managed devices.</p>
<a href="https://sh1mmer.me" class="project-link">sh1mmer.me</a>
</div>
<div class="caption">
<p>Imagine a web filter, like Securly or GoGaurdian, but half the price and deviod of front end security flaws</p>
<a href="gatewayHome.html" class="project-link">Gateway Home</a>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>