-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (86 loc) · 5.44 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
<html lang="en">
<head>
<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/png" href="https://www.pngall.com/wp-content/uploads/2018/04/Soup-PNG-File.png">
<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=Chelsea+Market&family=Irish+Grover&family=Jaro:opsz@6..72&display=swap" rel="stylesheet">
<title>Home - Souple</title>
</head>
<body class="content">
<header>
<div class="woodcontainer">
<div class="style1" id="coolwebsites">
</div>
<div class="style1" id="aboutme">
<span style="font-family: Chelsea Market; margin: 15px;">
<span style="text-align: center; color: rgba(246, 220, 171)">
<h1 style="box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px; filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));">🍲 <u>Hi Guys! I'm <span class="rainbow-text">Souple!</span></u> 🍲</h1>
</span>
<p style="margin: 15px; font-size: 16px;">
This is not a repeated sentence. This is not a repeated sentence. This is not a repeated sentence. This is not a repeated sentence. <br> <br> <br> This is not a repeated sentence. This is not a repeated sentence. This is not a repeated sentence. This is not a repeated sentence. This is not a repeated sentence. This is not a repeated sentence. This is not a repeated sentence. This is not a repeated sentence.
</p>
<span style="text-align: center; color: rgba(246, 220, 171)">
<h1 style="box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px; filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));"><u>Socials:</u></h1>
</span>
<span style="box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px; padding-inline-start: 20px; padding-inline-end: 20px;">
<a href="https://github.com/souplecodes">
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" width="30" height="30" style="border-radius: 10px; filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));">
@souplecodes</a>
<a href="https://darflen.com/users/souple">
<img src="https://static.darflen.com/uploads/medium/icon.jpg" width="30" height="30" style="border-radius: 10px; filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));">
@souple</a>
<a href="https://app.meower.org/users/Souple">
<img src="https://app.meower.org/assets/icon_21-2ef6b9a3.svg" width="30" height="30" style="background-color: white; border-radius: 10px; filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));">
@souple</a>
</span>
</span>
</div>
<div class="style1" id="portals">
<span style="font-family: Chelsea Market; margin: 15px;">
<span style="text-align: center; color: rgba(246, 220, 171)">
<h1 style="box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px; filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));">
<span class="rainbow-text">
<div class="wavy">
<span style="--i:1">🌀</span>
<span style="--i:2">P</span>
<span style="--i:3">o</span>
<span style="--i:4">r</span>
<span style="--i:5">t</span>
<span style="--i:6">a</span>
<span style="--i:7">l</span>
<span style="--i:8">s:</span>
<span style="--i:9">🌀</span>
</div>
</span>
</h1>
</span>
</span>
</div>
<div class="style1" id="trivia">
<img src="../images/Trivia.png" alt="trivia" width="100%" style="position: relative; bottom:-5;">
<div class="interactiveButtons">
<img src="../images/Go Button.png" alt="go button" style="position: relative; bottom:30; left:240;">
</div>
</div>
<img src="../images/Logo.png" alt="My Logo" id="logo" width="20%">
<div class="interactiveButtons">
<nav class="nav-buttons">
<img id="homeImage" src="../images/Home.png" a="" href="#" onclick="changePageTitle('Home'); return false;" alt="Home" data-original-src="https://souplecodes.github.io/images/Home.png">
<img id="recipesImage" src="../images/Recipes.png" a="" href="#" onclick="changePageTitle('Recipes'); return false;" alt="Recipes" data-original-src="https://souplecodes.github.io/images/Recipes.png">
<img id="blogsImage" src="../images/Blogs.png" a="" href="#" onclick="changePageTitle('Blogs'); return false;" alt="Blogs" data-original-src="https://souplecodes.github.io/images/Blogs.png">
<img id="galleryImage" src="../images/Gallery.png" a="" href="#" onclick="changePageTitle('Gallery'); return false;" alt="Gallery" data-original-src="https://souplecodes.github.io/images/Gallery.png">
</nav>
</div>
<button onclick="changePageTitle('lol you got scammed')" class="trollbutton">
Give me an unlimited supply of soup =D
</button>
<p style="font-family: Irish Grover; position: absolute; bottom: 0; left: 0; width: 100%; text-align: center;"">All soups reserved 2024</p>
</div>
</header>
<script src="scripts.js">
</script>
</body>
</html>