-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookie-run.html
216 lines (181 loc) · 9.45 KB
/
cookie-run.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Given Mikaela Andaya</title>
<!-- CSS -->
<link rel="stylesheet" href="style/general.css">
<link rel="stylesheet" href="style/space.css">
<link rel="stylesheet" href="style/games.css">
<link rel="stylesheet" href="style/utility.css">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/bb83019d49.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- header -->
<header>
<!-- Navigation -->
<nav>
<ul class="navigation">
<li>
<a href="index.html"><i class="fa-solid fa-house"></i> Home</a>
</li>
<li>
<a href="about.html"> <i class="fa-solid fa-user"></i> About <i class="fa-solid fa-caret-down"></i></a>
<!-- Sub Nav -->
<div class="sub-nav">
<a href="favorites.html"> <i class="fa-solid fa-star"></i> Favorites</a>
<a href="likes.html"> <i class="fa-solid fa-thumbs-up"></i></i> Likes & Dislikes</a>
</div>
</li>
<li>
<a href="hobbies.html"><i class="fa-solid fa-palette"></i> Hobbies <i class="fa-solid fa-caret-down"></i> </a>
<!-- Sub Nav -->
<div class="sub-nav">
<a href="hobbies.html"> <i class="fa-solid fa-paintbrush"></i> Art</a>
<a href="games.html"> <i class="fa-solid fa-gamepad"></i> Games</a>
<a href="favorites.html"> <i class="fa-solid fa-film"></i> Media</a>
</div>
</li>
<li>
<a href="gallery.html"><i class="fa-solid fa-images"></i> Gallery</a>
</li>
<li>
<a href="contacts.html"><i class="fa-solid fa-address-book"></i> Contacts</a>
</li>
</ul>
<div class="line"></div>
<div class="action">
<button class="btn btn-cta ft-primary"> <i class="fa-solid fa-pen"></i> Write me a message!</button>
<i class="fa-solid fa-star"></i>
</div>
</nav>
</header>
<div class="planet">
<img src="media/image/graphic/header.png" class="planet-header">
<h1 class="planet-title">GAMES</h1>
<h1 class="planet-title">GAMES</h1>
<h1 class="planet-title">GAMES</h1>
</div>
<div class="decor">
<img src="media/image/decor/saturn.png" class="saturn-top">
<img src="media/image/decor/catstronauts.png" class="catstronauts">
<img src="media/image/decor/curved-arrows.png" class="arrow-top-l">
<img src="media/image/decor/star-sparkle-l.png" class="stars-top-l">
<img src="media/image/decor/curved-arrows.png" class="arrow-top-r">
<img src="media/image/decor/star-sparkle-r.png" class="stars-top-r">
<img src="media/image/decor/planetpx-1.png" class="px1">
<img src="media/image/decor/planetpx-2.png" class="px2">
</div>
<main>
<div class="decor">
<img src="media/image/decor/tape.png" class="l-tape">
<img src="media/image/decor/tape.png" class="r-tape">
<!-- <img src="media/image/decor/const1.png" class="const"> -->
</div>
<!-- Games Navigation Section -->
<section id="game-nav">
<h2 class="heading">Games I play</h2>
<hr class="small-hr">
<div class="games">
<!-- CRK -->
<div class="game">
<p class="game-title cr-white">Cookie Run: Kingdom</p>
<div class="image">
<img src="media/image/graphic/crk.png" alt="crk">
</div>
<button class="btn btn-space" onclick="window.location.href = 'cookie-run.html';">More <i class="fa-solid fa-arrow-right"></i></button>
</div>
<!-- Genshin -->
<div class="game">
<p class="game-title cr-white">Genshin Impact</p>
<div class="image">
<img src="media/image/graphic/gen.png" alt="jenshin">
</div>
<button class="btn btn-space" onclick="window.location.href = 'genshin.html';">More <i class="fa-solid fa-arrow-right"></i></button>
</div>
<!-- Bandori -->
<div class="game">
<p class="game-title cr-white">BanG Dream</p>
<div class="image">
<img src="media/image/graphic/bd.png" alt="bandori">
</div>
<button class="btn btn-space" onclick="window.location.href = 'bandori.html';">More <i class="fa-solid fa-arrow-right"></i></button>
</div>
<!-- Planet Section Divider -->
<div id="section-divider" class="px">
<img src="media/image/decor/planet-overlay.png" class="planet-bg">
<img src="media/image/decor/saturnpx.png" class="planet">
</div>
</div>
</section>
<!-- Game Title Sectionh -->
<section id="game-title">
<img src="media/image/graphic/crk-logo.png" alt="cookierun-logo" class="logo">
<p class="paragraph cr-white ta-center">A sweet game where cookies defeat cakes and other pastries, u can also build ur own kingdom and fight with other fellow cookies</p>
</section>
<!-- Game Gallery Section -->
<section id="game-gallery">
<div class="gallery-decor relative">
<img src="media/image/decor/crk-decor-r.png" class="crk-r">
<img src="media/image/decor/crk-decor-l.png" class="crk-l">
</div>
<div class="gallery left">
<div class="gallery-item">
<img src="media/image/graphic/crk-por.png" alt=" crk screenshot">
</div>
<div class="gallery-item">
<img src="media/image/graphic/crk-land.png" alt=" crk screenshot">
</div>
<div class="gallery-item">
<img src="media/image/graphic/crk-land2.png" alt=" crk screenshot">
</div>
</div>
</section>
<!-- Text-section -->
<section id="text-bleed" class="left">
<article class="text-part">
<p class="paragraph">the game is <span class="bold cr-blue">quite addicting</span>, u wont run out of things to do in it, i hav trouble just trying to get things done to exit the game</p>
</article>
<div class="image">
<img src="media/image/graphic/crkgems.png" alt="crk currency">
</div>
</section>
<!-- Cookie Run Image -->
<section id="crk-image">
<img src="media/image/graphic/crk-lands.png" alt="cookie run wallpaper" class="main">
<p class="paragraph ta-right">it also has <span class="td-underline cr-pink">pretty characters</span> which is mostly the reason why it got popular cuz of their <span class="cr-white">generous gacha gems</span> (and also mostly the reasons why a lot of genshin players moved to crk to <span class="light">relieve their pulling addiction</span> ) </p>
</section>
<!-- Text-section -->
<section id="text-bleed" class="right">
<div class="image">
<img src="media/image/graphic/crk-wood.png" alt="crk currency">
</div>
<article class="text-part">
<p class="paragraph">i did get addicted to it for a while but like any other game i play i get tired of it after a while <span class="bold cr-blue">i do play it daily nowadays</span> tho so</p>
</article>
</section>
<!-- Text-section -->
<section id="text-bleed" class="left">
<article class="text-part">
<p class="paragraph">but after maybe a year or a few months, my friends were talking about how they <span class="td-bold cr-velvet">collabed with disney</span> and i wanted to play again, but it was too too late so i didnt get much characters but at least i got <span class="cr-blue">cinderella</span>, <span class="cr-velvet">mickey</span> doesnt count
</p>
</article>
<div class="image">
<img src="media/image/graphic/crk-cind.png" alt="crk currency">
</div>
</section>
<section id="crk-extra">
<p class="paragraph ta-center">im not rlly the one that <span class="bold td-underline"> decorates their world </span> so much, i just <span class="cr-blue">randomly put the decoration</span> for my world randomly</p>
</section>
</main>
<!-- Footer -->
<footer>
<h2 class="ft-alt web-name">Given Mikalea Andaya</h2>
<p class="ft-primary maker ">Website Design By <span class="name cr-blue">Vincent Auriol Liussyaputra</span> 🞄 Shubamium</p>
</footer>
</body>
</html>