-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelloworld.php
262 lines (226 loc) · 9.31 KB
/
helloworld.php
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"/>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"/>
<title>Kuromi station</title>
<style>
header {
font-family: 'Trebuchet MS';
font-style: normal;
font-size: 15px;
color: #f6f0f7;
padding: 0px;
position: relative;
bottom: 20px;
background-image: url(img/pastel.jpg);
}
body {
margin: 0px;
background-size: cover;
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
background-image: url(img/cute.jpg);
}
.new {
color: rgb(3, 3, 3);
background-color: #fef2ff;
font-size: 20px;
font-family: 'Courier New', Courier, monospace;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid black;
}
.nav {
width: 100%;
height: 35px;
background-color: rgb(10, 10, 10);
position: relative;
bottom: 40px;
border-bottom: 1px solid rgba(255, 255, 255, 0.815);
}
.nav a {
float: left;
text-decoration: none;
color: rgb(241, 238, 238);
padding: 9px 20px;
font-size: 13px;
font-weight: 600;
}
.nav a:hover {
background-color: rgba(229, 222, 222, 0.204);
}
.about-sanrio{
float:right;
font-size: 10%;
margin-right: 15px;
}
.about {
width: 1200px;
margin: 7% auto;
margin-top: 4%;
padding: 30px;
color:rgb(8, 8, 8);
background: linear-gradient(to right, #faf8fa, #c19ccc);
border: 2px solid rgb(180, 68, 245);
}
.about img{
padding-left: 7%;
margin-top: 3%;
}
.about h1 {
font-size: 28px;
margin-bottom: 10px;
}
.about2 {
width: 1200px;
margin: 20px auto;
padding: 20px;
color:rgb(8, 8, 8);
background: linear-gradient(to right, #faf8fa, #c19ccc);
border: 2px solid rgb(180, 68, 245);
}
.about2 img{
padding-left: 7%;
margin-top: 3%;
}
.about h1 {
font-size: 28px;
margin-bottom: 10px;
}
footer {
background-color: #111111;
color: #df79e9;
text-align: center;
padding: 5px;
margin-top: 70px;
}
footer p {
margin: 10px;
}
/* Footer Links Styles */
.footer-links {
list-style-type:none;
padding: 0;
}
.footer-links li {
display: inline-flex;
margin-right: 20px;
}
.footer-links li:hover{
background-color: rgba(243, 231, 231, 0.432);
transform:scale(1.1)
}
.footer-links a {
text-decoration:none;
color: #df79e9;
font-weight: bold;
transition: .5s ease;
}
.footer-links a:hover{
text-decoration: underline;
}
/* Social Media Icons Styles */
.social-icons {
list-style-type: none;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;
}
.social-icons :hover{
transform:scale(1.2)
}
.social-icons li {
display: inline;
margin-right: 10px;
}
.social-icons a {
text-decoration: none;
color: #efedf0;
font-size: 20px;
}
.logo {
width: 200px;
height: 100px;
position: relative;
left: 40%;
top: 40px;
padding-bottom: 20px;
}
.logo2{
position: absolute;
left: 2%;
border: 2px solid whitesmoke;
border-radius: 100px;
margin:15px;
}
</style>
</head>
<body>
<header>
<h1><img src="img/bele.png" class="logo">
<img src="img/bleh.jpg" width="115" height="115" class="logo2"></h1>
<h2 class="new"><center>Discover Kuromi, where cuteness gets a twist!</center></h2>
</header>
<div class ="nav">
<a href="krukru.html"target="_self">Home</a>
<a href="gallery.html"target="_self">Gallery</a>
<a href="product.html"target="_self">Products</a>
<a href="public/about.html"target="_self">About</a>
<a href="contact.html"target="_self">Contact us</a>
<div class="about-sanrio">
<form>
<a href="https://www.sanrio.com/pages/about-sanrio" target="_blank"><i class="fa-solid fa-user"></i></a>
<a href="https://www.puroland.jp/character/" target="_blank"><i class="fa-solid fa-face-smile"></i></a>
</form>
</div>
</div>
<div class="container">
<div class="about">
<h1>About Us</h1>
<p>Welcome to Kuromi station, the enchanting realm dedicated to all things about Kuromi! We're thrilled to have you here as we explore the captivating world of our favorite punk rock mischief-maker.<br><br>
At Kuromi station, our love for Kuromi knows no bounds. We love this spunky Sanrio character who brings a unique blend of sass, style, and a touch of rebellion to the world of cuteness.<br><br> Our passion for Kuromi is what inspired us to create this digital wonderland where Kuromi reigns supreme.</p><br>
<p> <b>Meet the Kuromi station Team</b></p>
Our team at Kuromi station is made up of passionate Kuromi enthusiasts who are dedicated to bringing you the aesthetic vibe, creative inspiration, and a vibrant community space to connect with fellow Kuromi Enthusiast. We're here to ensure that Kuromi has a special place on the internet that you can call home.<br><br>
<p>Join Us on This Kuromi Adventure! Whether you're a longtime Kuromi fanatic or just starting to embrace her unique charm, we invite you to embark on this exciting Kuromi adventure with us. Kuromi Wonderland is not just a website; it's a celebration of everything we adore about this punk rock sweetheart. Thank you for being a part of our Kuromi-loving community, and we look forward to sharing many more Kuromi wonders with you!</p>
<img src="img/lol.png">
</div>
<div class="about2">
<h1>Character Profile: Kuromi</h1>
<ul>
<li><b>Name:</b> Kuromi (クロミ)</li><br>
<li><b>Origin:</b> Sanrio</li><br>
<li><b>Birthday:</b> December 1st</li><br>
<li><b>Personality:</b> Kuromi is known for her rebellious and mischievous nature. She's a punk rock-inspired character with a tough exterior and a love for causing a bit of chaos. Despite her rough exterior, she has a kind and caring side, especially when it comes to her friends.</li><br>
<li><b>Appearance:</b> Kuromi is recognized by her signature black jester's hat adorned with a pink skull, which she often wears slightly tilted. She has a devilish grin and striking yellow eyes. Her appearance includes a black dress with a pink skull on it, mismatched red and purple gloves, and a pink bag with a skull on it.</li><br>
<li><b>Friends:</b> Kuromi has a group of quirky friends in the Sanrio universe, including My Melody (her rival and sometimes friend), Baku the tapir, and more.</li><br>
<li><b>Hobbies:</b>Kuromi loves causing playful mischief and pranks, but she also enjoys collecting cute things and has a soft spot for cute animals.</li><br>
<li><b>Favorite Quote:</b> "If you want something done right, do it yourself!"</li><br>
<li><b>Fun Facts:</b> Kuromi is the mascot character for the Japanese punk rock band Balzac. She's often associated with the punk subculture and is known for her rebellious attitude.</li><br>
</ul>
<p>Kuromi is a beloved Sanrio character known for her unique personality and distinctive style. She brings a touch of edginess and rebellion to the world of cute characters, making her a favorite among fans who appreciate a little mischief and attitude. Whether she's causing mayhem or spreading a little kindness, Kuromi's charm is undeniable.</p>
<img src="img/lol.png">
</div>
</div>
<footer>
<div class="container">
<p>© 2023 Kuromi station</p>
<ul class="footer-links">
<li><a href="krukru.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="stationery.html">Products</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<ul class="social-icons">
<li><a href="https://www.facebook.com/Kuromi" target="_blank"><i class="fa-brands fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/user/SanrioInc" target="_blank"><i class="fa-brands fa-youtube"></i></a></li>
<li><a href="https://www.instagram.com/kuromi_project/?hl=en" target="_blank"><i class="fa-brands fa-square-instagram"></i></a></li>
<li><a href="https://www.sanrio.com/collections/kuromi" target="_blank"><i class="fa-solid fa-paw"></i></a></li>
<li><a href="https://www.tiktok.com/@sanrio" target="_blank"><i class="fa-brands fa-tiktok"></i></a></li>
</ul>
</div>
</footer>
</body>
</html>