-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
44 lines (43 loc) · 2.99 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
<!DOCTYPE html>
<html>
<head>
<title>Boogey's Website</title>
<link rel="stylesheet" href="about.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="about.js"></script>
</head>
<body id="background">
<div class="header-wrap">
<header>
<nav>
<ul>
<li><a class="nav-a" href="index.html">Home</a></li>
<li><a class="nav-a" href="about.html">About</a></li>
<!--<li><a class="nav-a" href="projects.html">Projects</a></li>-->
</ul>
</nav>
</header>
</div>
<div class="main-background-text-wrap">
<div class="main-background-text">
<h1 class="gradient-text title-text">About Me</h1>
<div class="main-h2-wrap">
<h2 class="main-h2">Hello, I am a <a id="speed-underline" class="fancy-link" href="achievements.html">programming enthusiast</a>. I mostly program what I find fun like <a id="speed-underline" class="fancy-link" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">games</a>, <a id="speed-underline" class="fancy-link" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">websites</a>, and <a id="speed-underline" class="fancy-link" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">discord bots</a>. With the experience from so many projects I know how to use <a id="speed-underline" class="fancy-link" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">C#</a>, <a id="speed-underline" class="fancy-link" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">JavaScript</a>, <a id="speed-underline" class="fancy-link" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Html</a>, <a id="speed-underline" class="fancy-link" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">CSS</a>, and <a id="speed-underline" class="fancy-link" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Applescript</a>.</h2>
<br>
<h2 class="main-h2">Unity <a class="dot"></a> Node.js <a class="dot"></a> Web dev</h2>
<socials class="socials-wrap">
<ul class="ul-socials">
<!--<li><a href="index.html">Discord server</a></li>-->
<li class="il-socials"><button onclick="copyDiscord()" class="button-socials discord" id="discord">Discord</button></li>
<li class="il-socials"><button onclick="gotoGithub()" class="button-socials github" id="github">GitHub</button></li>
<li class="il-socials"><button onclick="copyMinecraft()" class="button-socials minecraft">Minecraft WIP</button></li>
</ul>
</socials>
</div>
</div>
</div>
<footer>
<h3 class="footer">@Sussy baka</h3>
</footer>
</body>
</html>