-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (142 loc) · 7.01 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<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>Games</title>
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<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=Cinzel+Decorative&family=Merienda:wght@300;400;500;600;700;800&family=Prata&family=Rubik+Iso&family=Silkscreen&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="logo">
<span class="insideG"></span>
<span class="g">G</span>
<span class="ame">ames</span>
</div>
<div class="links">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
<span class="material-symbols-outlined">account_circle</span>
<button id="login">Login</button>
<button id="join">Join Free</button>
</div>
</nav>
<div class="slideshow-container">
<div class="mySlides fade">
<img src="https://wallpaperaccess.com/full/7445.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://wallpaperaccess.com/full/3081484.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://wallpaper-house.com/data/out/4/wallpaper2you_33311.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://metro.co.uk/wp-content/uploads/2020/02/Screenshot_2-37f5.jpg?quality=90&strip=all" style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://4.bp.blogspot.com/-gjKgOLDsmN0/UZHEReorSRI/AAAAAAABAbg/NTtBIJbrq7Q/s1600/002988.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://img2.wallspic.com/crops/0/6/5/0/4/140560/140560-woodland-multiplayer_video_game-forest-old_growth_forest-bog-1920x1080.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://wallpapershome.com/images/wallpapers/warhammer-40000-regicide-1920x1080-review-best-strategy-games-of-2015-3721.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://cdna.artstation.com/p/assets/images/images/001/537/758/large/cristian-pop-totalconquest-fullhd-detail1.jpg?1448212000" style="width:100%">
</div>
</div>
<main>
<div class="filters" id="home">
<div class="input-search">
<input type="text" placeholder="Search games" id="search">
<button id="srch-btn"><span class="material-symbols-outlined">search</span></button>
</div>
<div class="drop">
<select name="category" id="catg" class="dropdown">
<option value="">Category</option>
</select>
<select name="platform" id="platfrom" class="dropdown">
<option value="">Platform</option>
</select>
<select name="sort-by" id="sort" class="dropdown">
<option value="">Sort by</option>
<option value="alphabetical">Alphabetical</option>
<option value="date">Release Date</option>
</select>
</div>
</div>
<div class="card-container">
<!-- cards -->
</div>
<div class="game-info-container">
<!-- <span class="close-btn material-symbols-outlined">close</span> -->
</div>
<div class="modal">
<div class="pending">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<div class="error">
</div>
</div>
</main>
<footer>
<div class="footer-container">
<div class="logo">
<span class="insideG"></span>
<span class="g">G</span>
<span class="ame">ames</span>
</div>
<div class="about" id="about">
<h3>About</h3>
<p>
Hey there ! I'm Siddharth, a frontend developer and a designer. The following site is developed using the "FREETOGAME" REST-Api,
where you can find up to 300+ games, details of individual game and even can access the game link where you can buy or download or can play
the Game. Its just for some entertainment and learning purpose. For more such designs or to Hire me please connect with me.
Thank you!!
</p>
</div>
<div class="contact" id="contact">
<h3>Connect With me</h3>
<!-- <input type="text" placeholder="Your Name" >
<textarea name="details" cols="40" rows="8" placeholder="Your Feedback is importent to me!!"></textarea>
<a href="mailto:someone@example.com" ></a> -->
<form action="mailto:recipient@example.com" method="get" id="contact">
<input type="email" name="email" placeholder="Your Mail" id="feed">
<textarea name="body" rows="5" cols="40" placeholder="Your Feedback is importent to me!!"></textarea>
<button type="submit" id="send-mail">Send <span class="material-symbols-outlined">send</span></button>
</form>
</div>
</div>
<div class="copyright">
<div class="right">
© 2023 Siddharth
</div>
<div class="socials">
<a href="https://en-gb.facebook.com/"><i class="fa fa-facebook-f"></i></a>
<a href="https://www.pinterest.se/fromupnorth/web-design/"><i class="fa fa-pinterest"></i></a>
<a href="https://www.instagram.com/"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/explore"><i class="fa fa-twitter"></i></a>
</div>
</div>
</footer>
<script src="./config.js"></script>
<script src="./app.js"></script>
</body>
</html>