-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
74 lines (58 loc) · 2.96 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.67.0" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link href="https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Secular+One&display=swap" rel="stylesheet">
<link rel="icon" href="https://static.thenounproject.com/png/1878520-200.png">
<title>Welcome to Plague!</title>
</head>
<body bgcolor="#292a2d">
<header class="header">
<span class="header_inner">
<a href="index.html" style="text-decoration: none;">
<div class="logo">
<span class="logo_mark">></span>
<span class="logo_text">$ cd /home/about/</span>
<span class="logo_cursor" style="
">
</span>
</div>
</a>
<span class="header_right">
<nav class="menu">
<ul class="menu_inner">
<li><a href="about.html">About</a></li>
<li><a href="posts.html">Posts</a></li>
</ul>
</nav>
<span class="menu-trigger" onclick="Click()">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path></svg>
</span>
</span>
</span>
</header>
<div class="about">
<h1>About Me</h1>
<h4> I'm an 18 year old student who is preparing for Cyber Security. I have a way with video editing and many languages like C, C++, Python, HTML and Dart.</h4>
<br>
<strong><h4>I am a beginner in freelancing and paid projects.</h4></strong>
</div>
<div class="a">
<footer class="footer">
<p>Made with ❤ By Aman Sharma</p>
</footer>
</div>
<script src="Java.js"></script>
</body>
</html>