-
Notifications
You must be signed in to change notification settings - Fork 0
/
moreforyou.html
38 lines (38 loc) · 1.78 KB
/
moreforyou.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
<!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>extra stuff!</title>
</head>
<body>
<a href = "index.html">
<button class = "back-button">Go Back!</button>
</a>
<p class = "info">Interests:</p>
<p class = "more-text">I love using different operating systems since they're all so different!</p>
<p class = "more-text">Cybersecurity is so interesting to me, honestly, anything involving computers is interesting to me c:</p>
<p class = "more-text">I like cookies :D</p>
<p class = "info">Some Music Artists I Like:</p>
<p class = "music-text">- Bruno Mars</p>
<p class = "music-text">- Metro Boomin</p>
<p class = "music-text">- Dominic Fike</p>
<p class = "music-text">- Tyler The Creator</p>
<p class = "music-text">- LMFAO</p>
<p class = "info">Laptop Specs:</p>
<p class = "computer-text">CPU: Intel (i5-12450H - Laptop CPU)</p>
<p class = "computer-text">GPU: NVIDIA (Geforce GTX 1650 - Laptop GPU)</p>
<p class = "computer-text">RAM: 16GB (Dual Channel , 2x8GB, 3200 MT/s)</p>
<p class = "info">Other:</p>
<p class = "gold-text">Click the button below to see credits!</p>
<a href = "credits.html">
<button class = "credits-button">Credits!</button>
</a>
</body>
</html>