-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
67 lines (62 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Color Carousel</title>
</head>
<body>
<nav>
<div>
<a href="index.html">
<h4>Color Carousel</h4>
</a>
</div>
<div>
<ul class="nav-links">
<li>
<a href="index.html">Name</a>
</li>
<li>
<a href="hex.html">Hex</a>
</li>
<li>
<a href="about.html">About</a>
</li>
</ul>
</div>
</nav>
<main>
<section id="content">
<h4>About</h4>
<p>
<i>"Art is a lie that makes us realise the truth."
<br>~ damn</i>
<br><br>
Greetings homo sapien. What pain must you have gone through to end up here. <br>This site was created
in-order to increase my project count on my portfolio <br>(although, this is my first JS project) weird
weird, but surviving in this 21st century is hard. <br><br>Hope this sets the record straight, that:
<br>• I'm a genius
<br>• I love web design
<br><br>
However the whatever is, this site was created by a "weeb" (cringe) like a homo sapien that you are, to
help other weebs out there if you need any color, though i dont see how it will. <br>damn W3 but hail it
too.
<br><br>
You can follow this bloke (me) at:
<br>→ <a href="https://www.linkedin.com/in/sairohitp/" target="_blank">LinkedIn</a>
<br>→ <a href="mailto:sairohitp007@gmail.com">e-mail</a>
<br><br>This project can be found in my GitHub as well:
<br>→ <a href = "https://github.com/sairohitp/color-carousel/" target="_blank">GitHub Repo</a>
<br><br>© 2022 ThinkStrange – Contact for tweaks / Comment in the repo.
</p>
</section>
</main>
</body>
</html>