-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhardware.html
52 lines (49 loc) · 1.75 KB
/
hardware.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
<meta name="keywords" content="ctf, c, rust, python, linux, code, system, security research, hardware">
<title>gr@ng3r's Page/HW </title>
<link rel= "stylesheet" href="./css/style.css">
</head>
<body>
<header>
<a href='https://grng3r.github.io'>
<pre>
___ /
_` | __| __ \ _` | _ \ __|
( | | | | ( | ) | |
\__, |_| _| _|\__, |____/ _|
|___/ |___/ </pre>
</a>
<nav class="menu">
<li><a href='https://grng3r.github.io/software'>>Software / </a></li>
<li><a href='https://grng3r.github.io/hardware'>>Hardware / </a></li>
<li><a href='https://grng3r.github.io/ctf'>>CTF /</a></li>
<li><a href='https://grng3r.github.io/random'>>Random_Stuff /</a></li>
</nav>
</header>
<section id="about">
<div class="about_txt">
<h2>Hardware</h2>
<p>Hardware projects and various HW discussions</p>
</div>
</section>
<section id="articles">
<h2>In construction....</h2>
</section>
<div class="contact">
<h3>Contact</h3>
<h4><a href="https://github.com/grng3r">Git</a></h4>
<h4>E-mail: [email protected]</h4>
<h4><a href="https://twitter.com/grng3r?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-lang="en" data-show-count="false">Follow @grng3r</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<section id="news">
<article class="news1">
<h3>News</h3>
</article>
</section>
</body>
</html>