This repository was archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
338 lines (235 loc) · 8.67 KB
/
index.html
File metadata and controls
338 lines (235 loc) · 8.67 KB
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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!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>Pokémon PythonRed</title>
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/Favicon.ico" type="image/svg+xml">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- google font link
-->
<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=Oxanium:wght@600;700;800&family=Poppins:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!--
- preload images
-->
</head>
<body id="top">
<!--
- #HEADER
-->
<header class="header">
<div class="header-bottom skewBg" data-header>
<div class="container">
<a href="https://github.com/Pokemon-PythonRed" class="logo">Pokémon PythonRed</a>
<nav class="navbar" data-navbar>
<ul class="navbar-list">
<li class="navbar-item">
<a href="index.html" class="navbar-link skewBg" data-nav-link>Home</a>
</li>
<li class="navbar-item">
<a href="https://github.com/Pokemon-PythonRed" class="navbar-link skewBg" target="_blank" ref="noopener noreferrer" data-nav-link>Github</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<main>
<article>
<!--
- #HERO
-->
<section class="section hero" id="home" aria-label="home"
style="background-image: url('./assets/images/hero-bg.jpg')">
<div class="container">
<div class="hero-content">
<h1 class="h1 hero-title">
Pokémon Python<span class="span">Red</span>
</h1>
<p class="hero-text">
A fan-made, text-adventure Pokémon game in Python 3.
</p>
<a href="https://github.com/Pokemon-PythonRed/Pokemon-PythonRed#installation" target="_blank" ref="noopener noreferrer"><button class="btn skewBg">Download</button></a>
</div>
<figure class="hero-banner img-holder" style="--width: 700; --height: 700;">
<img src="./assets/images/hero-banner.png" width="700" height="700" alt="hero banner" class="w-100">
</figure>
</div>
</section>
<!--
<section class="section blog" id="blog" aria-label="blog">
<div class="container">
<h2 class="h2 section-title">
Abo<span class="span">ut</span>
</h2>
<p class="section-text">
We are Happy to release first version of Pokemon PythonRed.
This game was founded by <span class="span"><a href="https://github.com/TurnipGuy30">TurnipGuy30</a></span>
and later he took an basic game to next level by building a Cool team. The Version 3.10 was finished within 2 months, we are developing more better and efficient Game in future.
Many Developers like <a href="https://github.com/Ravanger101">Kakashi</a> <a href="https://github.com/Valensce">Valensce</a> <a href="https://github.com/joeblownn">Joe</a> <a href="https://github.com/nasserkessas">Nasser Kessas</a> and many more are working on it.
</p>
</div>
</section>
<section class="section blog" id="sysreq" aria-label="blog">
<div class="container">
<h2 class="h2 section-title">
System <span class="span">Requirements</span>
</h2>
<p class="section-text">
Minimum Requirements: This game should run on Windows 7/8/10 and 11, It would require 4GB of RAM and 100MB storage. Python 3.10 and some Modules!
</p>
</div>
</section>
-->
<!--
<footer class="footer">
<div class="footer-top">
<div class="container">
<div class="footer-brand">
<a href="#" class="logo">Gamics</a>
<p class="footer-text">
Gamics marketplace the relase etras thats sheets continig passag.
</p>
<ul class="contact-list">
<li class="contact-item">
<div class="contact-icon">
<ion-icon name="location"></ion-icon>
</div>
<address class="item-text">
Address : PO Box W75 Street lan West new queens
</address>
</li>
<li class="contact-item">
<div class="contact-icon">
<ion-icon name="headset"></ion-icon>
</div>
<a href="tel:+241245654235" class="item-text">Phone : +24 1245 654 235</a>
</li>
<li class="contact-item">
<div class="contact-icon">
<ion-icon name="mail-open"></ion-icon>
</div>
<a href="mailto:info@exemple.com" class="item-text">Email : info@exemple.com</a>
</li>
</ul>
</div>
<ul class="footer-list">
<li>
<p class="footer-list-title">Products</p>
</li>
<li>
<a href="#" class="footer-link">Graphics (26)</a>
</li>
<li>
<a href="#" class="footer-link">Backgrounds (11)</a>
</li>
<li>
<a href="#" class="footer-link">Fonts (9)</a>
</li>
<li>
<a href="#" class="footer-link">Music (3)</a>
</li>
<li>
<a href="#" class="footer-link">Photography (3)</a>
</li>
</ul>
<ul class="footer-list">
<li>
<p class="footer-list-title">Need Help?</p>
</li>
<li>
<a href="#" class="footer-link">Terms & Conditions</a>
</li>
<li>
<a href="#" class="footer-link">Privacy Policy</a>
</li>
<li>
<a href="#" class="footer-link">Refund Policy</a>
</li>
<li>
<a href="#" class="footer-link">Affiliate</a>
</li>
<li>
<a href="#" class="footer-link">Use Cases</a>
</li>
</ul>
<div class="footer-wrapper">
<div class="social-wrapper">
<p class="footer-list-title">Follow Us</p>
<ul class="social-list">
<li>
<a href="#" class="social-link" style="background-color: #3b5998">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link" style="background-color: #55acee">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link" style="background-color: #d71e18">
<ion-icon name="logo-pinterest"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link" style="background-color: #1565c0">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li>
</ul>
</div>
<div class="footer-newsletter">
<p class="footer-list-title">Newsletter Sign Up</p>
<form action="" class="footer-newsletter">
<input type="email" name="email_address" aria-label="email" placeholder="Enter your email" required
class="email-field">
<button type="submit" class="footer-btn" aria-label="submit">
<ion-icon name="rocket"></ion-icon>
</button>
</form>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<p class="copyright">
© 2022 Gamics. All Right Reserved by <a href="#" class="copyright-link">codewithsadee</a>
</p>
<img src="./assets/images/footer-bottom-img.png" width="340" height="21" loading="lazy" alt=""
class="footer-bottom-img">
</div>
</div>
</footer>
-->
<!--
- #BACK TO TOP
-->
<a href="#top" class="back-top-btn" aria-label="back to top" data-back-top-btn>
<ion-icon name="caret-up"></ion-icon>
</a>
<!--
- custom js link
-->
<script src="./assets/js/script.js" defer></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>