-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.html
172 lines (144 loc) · 7.26 KB
/
games.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
<!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>
<!-- Title Section -->
<section id="title">
<article class="text-part">
<h2 class="heading">Games</h2>
<hr class="small-hr">
<p class="paragraph cr-white">Playing games arent that useless (well they kinda r most of the time) but if i didnt play these games i wouldnt hav met the most interesting and nicest ppl i’ve befriended </p>
<p class="paragraph cr-white">and most likely wouldnt hav survived pandemic (c" ತ,_ತ).</p>
</article>
<div class="image">
<img src="media/image/graphic/nekohug.png" alt="mimi and neko">
</div>
</section>
<!-- Secondary Title Section -->
<section id="second">
<img src="media/image/decor/const4.png" alt="constellations" class="block top-const">
<p class="paragraph cr-white ta-center">im glad i found friends through <span class="td-underline">games</span> and now i can play together with them and <span class="bold">maybe also with u</span> (((o(゚▽゚)o)))♡ Soo here’s some of the games i play often!</p>
<img src="media/image/decor/const4.png" alt="constellations" class="block bottom-const">
<div class="nyan-cat">
<img src="media/image/graphic/nyan.gif" alt="nyan-cat">
<img src="media/image/graphic/nyan.gif" alt="nyan-cat">
</div>
</section>
<!-- 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>
</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>