-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (80 loc) · 4.94 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
<!doctype html>
<html lang="en" data-bs-theme="auto">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MKXDM1CK3Y's Website</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link href="/design/css/style.css" rel="stylesheet">
<link href="/design/scss/style.scss" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=M PLUS Rounded 1c" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin Sans" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary" style="padding-left: 1%;">
<div class="container-fluid">
<a class="navbar-brand" style="font-size: 150%; font-family: 'Josefin Sans'" href="index.html">Profile</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" style="font-size: 125%; font-family: 'Josefin Sans'"
role="button" data-bs-toggle="dropdown" aria-expanded="false">
Theme
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item d-flex align-items-center"
style="font-size: 100%; font-family: 'Josefin Sans'"
data-bs-theme-value="light">Light</a>
</li>
<li><a class="dropdown-item d-flex align-items-center"
style="font-size: 100%; font-family: 'Josefin Sans'"
data-bs-theme-value="dark">Dark</a>
</li>
<li><a class="dropdown-item d-flex align-items-center"
style="font-size: 100%; font-family: 'Josefin Sans'"
data-bs-theme-value="auto">Auto</a>
</li>
</ul>
</li>
<a class="nav-link" style="font-size: 125%; font-family: 'Josefin Sans'"
href="..\web\index.html">Website</a>
</div>
</div>
</div>
</nav>
<div class="container" style="padding-top: 1%;">
<h1 class="text-center" style="font-family: 'M PLUS Rounded 1c'">MKXDM1CK3Y's Profile</h1>
</div>
<div class="container" style="padding-top: 1%;">
<p class="text-center" style="font-size: 200%; font-family: 'M PLUS Rounded 1c'">About Me!</p>
<p class="text-center" style="font-size: 125%; font-family: 'M PLUS Rounded 1c'">Hello! I'm Mickey. AKA
MKXDM1CK3Y. Normally Play Video Games and Watch Anime.</p>
<p class="text-center" style="font-size: 125%; font-family: 'M PLUS Rounded 1c'">If you enjoy my videos or live
streams, please help me by clicking the Follow and Subscribe button.</p>
<p class="text-center" style="font-size: 125%; font-family: 'M PLUS Rounded 1c'">Language: THAI / ENGLISH</p>
</div>
<div class="container text-center" style="padding-top: 1%; padding-bottom: 10%;">
<p style="font-size: 150%; font-family: 'M PLUS Rounded 1c'">My Social Media</p>
<a class="col" style="color: #FF0000; font-size: 125%; font-family: 'Josefin Sans'"
href="https://www.youtube.com/c/MKXDM1CK3Y">Youtube</a>
<a class="col" style="color: #6441a5; font-size: 125%; font-family: 'Josefin Sans'"
href="https://www.twitch.tv/MKXDM1CK3Y">Twitch</a>
<a class="col" style="color: #4267B2; font-size: 125%; font-family: 'Josefin Sans'"
href="https://www.facebook.com/MKXDM1CK3Y">Facebook</a>
<a class="col" style="color: #E1306C; font-size: 125%; font-family: 'Josefin Sans'"
href="https://www.instagram.com/MKXDM1CK3Y/">Instagram</a>
<a class="col" style="color: #1DA1F2; font-size: 125%; font-family: 'Josefin Sans'"
href="https://twitter.com/MKXDM1CK3Y">Twitter</a>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<script type="module" src="/design/js/main.js"></script>
<script type="module" src="/design/js/color-modes.js"></script>
</body>
</html>