-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 3.39 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
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Silkscreen:wght@400;700&display=swap" rel="stylesheet">
<meta charset = "UTF-8">
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
<link rel = "stylesheet" href = "styles.css">
<link rel = "icon" type = "image/x-icon" href = "assets/images/favicon.png">
<title>noobieyuh's silly website!</title>
</head>
<body>
<script src = "index.js"></script>
<a href = "https://github.com/noobieyuh" target = "_blank">
<button class = "github-button" onclick="checkGitHub()">Github!</button>
</a>
<p class = "hidden github-text" id = "thanks">Thanks for checking out my GitHub! :D</p>
<h1 class = "title">Hey! My name is noobieyuh! :D</h1>
<p class = "info">About Me:</p>
<p class = "information-text">I write in Java, HTML, CSS, and more! I'm planning to learn more languages and do much more awesome things!</p>
<p class = "information-text">I love coding! It's fun to do when I'm bored and have nothing to do... it's a little unhealthy</p>
<p class = "information-text">I also like messing with technology, and I like reverse engineering many things! I personally recommend you to try reverse engineering!</p>
<p class = "info">My Past:</p>
<p class = "backstory-text">I started coding around middle school. I first starting coding in Python. It's an easy language to start off with (in my opinion).</p>
<p class = "backstory-text">I liked the idea of coding originally back in elementary, but I wasn't too sure until the start of high school.</p>
<p class = "backstory-text">Here I am now, a (somewhat) decent programmer c:</p>
<p class = "info">My Goals:</p>
<p class = "goal-text">- Learn more languages (ex. C, Rust, etc.)</p>
<p class = "goal-text">- Work on more projects (work on Silly Cat)</p>
<p class = "goal-text">- Get lots of money :D (currently broke)</p>
<p class = "info">My Projects:</p>
<p class = "project-text"><a href = "https://github.com/noobieyuh/Silly-Quotes" target = "_blank">Silly Quotes!</a></p>
<p class = "project-text"><a href = "https://github.com/noobieyuh/The-Adventures-of-Silly-Cat" target = "_blank">The Adventures of Silly Cat!</a></p>
<p class = "project-text"><a href = "https://github.com/noobieyuh/Websites-Upon-Websites" target = "_blank">Websites Upon Websites!</a></p>
<p class = "info">Contact Info:</p>
<p class = "contact-text">Telegram: @noobiepoo</p>
<p class = "contact-text">(More contact info will be added soon...)</p>
<p class = "info">Extras:</p>
<p class = "extra-text">Here's a button, try not to press it...</p>
<button class = "tempting" onclick="clickMe()">Click me!!!</button>
<p class = "hidden extra-text" id = "pressed">>:c</p>
<p class = "info">Made with love <3</p>
<p class = "ending-text">Thanks for checking my website out! c:</p>
<p class = "ending-text">If you like it, star it on GitHub!</p>
<p class = "ending-text">Thanks again! :D</p>
<a href="/moreforyou.html">
<button class = "more-button">More stuff!</button>
</a>
</body>