-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
116 lines (99 loc) · 3.96 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!--- Metadata --->
<meta name="title" content="AlexMango.tk" />
<meta name="description" content="Welcome to my Website!" />
<meta name="keywords" content="Games programming, University" />
<meta name="author" content="AlexMango" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="http://alexmango.tk/" />
<meta property="og:title" content="AlexMango.tk" />
<meta property="og:description" content="Welcome to my Website!" />
<meta
property="og:image"
content="https://cdn.glitch.global/56855dbd-c685-47e7-8866-0983db1c6655/shirou.png?v=1664809102616"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="http://alexmango.tk/" />
<meta property="twitter:title" content="AlexMango.tk" />
<meta property="twitter:description" content="Welcome to my Website!" />
<meta
property="twitter:image"
content="https://cdn.glitch.global/56855dbd-c685-47e7-8866-0983db1c6655/shirou.png?v=1664809102616"
/>
<link
rel="icon"
href="https://cdn.glitch.global/56855dbd-c685-47e7-8866-0983db1c6655/shirou.png?v=1664809102616"
/>
<title>Main Page</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
</head>
<body>
<!-- this is the start of content -->
<audio
id="UBW"
src="https://cdn.glitch.me/56855dbd-c685-47e7-8866-0983db1c6655%2FUBW.mp3?v=1636585789312"
></audio>
<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Homepage!</a>
<a href="form.html">Suggestions!</a>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Free Cookies!</a>
<a href="work.html">My Work!</a>
<a href="socials.html">Social media!</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<p></p>
<input type="checkbox" id="switch" />
<div class="switch-btn">
<label for="switch">
<div class="icons">
<span class="material-symbols-rounded"> light_mode </span>
<span class="material-symbols-rounded"> nights_stay </span>
</div>
</label>
</div>
<h1 id="header" style="text-align: justified">Welcome to my website!</h1>
<a href="https://github.com/anuraghazra/github-readme-stats">
<img
align="center"
src="https://github-readme-stats.vercel.app/api?username=alexgama11&count_private=true&show_icons=true&theme=transparent"
/>
</a>
<a href="https://github.com/anuraghazra/github-readme-stats">
<img
align="center"
src="https://github-readme-stats.vercel.app/api/top-langs/?username=alexgama11&layout=compact&theme=transparent&hide=c,objective-c"
/>
</a>
<p>
I don't update it much, but whenever I learn more HTML or CSS, I'll make
sure to add more features to the website so you can learn more about my
work!
</p>
<button class="btn-toggle">Toggle Dark-Mode</button>
<button
onclick="playAudio(); changeBackground1(); setTimeout(changeBackground2, 14000); setTimeout(changeBackground3, 24000); setTimeout(changeBackground4, 34000)"
>
I am the Bone of my Sword
</button>
</body>
</html>