-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (183 loc) · 6.65 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!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" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="Image/eevee.png" type="image/png" />
<title>PokéArena</title>
</head>
<body>
<!--This is the Main Section-->
<section class="mainSection">
<div class="main">
<div class="icons">
<!--This Div has all the Icons that is being displayed in the Main Section-->
<img src="Image/bullbasaur.png" />
<img src="Image/jigglypuff.png" />
<img src="Image/pikachu.png" />
<img src="Image/snorlax.png" />
<img src="Image/squirtle.png" />
</div>
<div class="title">
<h1>PokéArena</h1>
</div>
<div class="slogan">
<ul>
<li>Explore</li>
<li>Battle</li>
<li>Build Team</li>
</ul>
</div>
</div>
</section>
<!--This is the Body Section-->
<section class="bodySection">
<div class="body">
<!--This is part of Description One Div-->
<div class="description1">
<div class="pokemonDescription1">
<h1>Unleash the Potential of Your Favorite Pokemon</h1>
<p>
Discover the hidden abilities and powers behind every Pokémon.
Experience the world of Pokémon like never before.
</p>
</div>
<img src="Image/pokemons.png" />
</div>
<!--This is part of Description Two-->
<div class="description2">
<img src="Image/catching.png" class="left-aligned-image" />
<div class="pokemonDescription2">
<h1>Epic Battles and Strategic Gameplay</h1>
<p>
Build your dream team and challenge trainers across the globe.
Master your skills and become the ultimate Pokémon Master.
</p>
</div>
</div>
</div>
</section>
<!--This is the Options Section-->
<section class="optionsSection">
<div class="options">
<!--This is the First Pokemon-->
<div class="firstPokemon">
<img src="Image/PikachuImage.png" id="first" />
<h4 id="firstPokemonName">Pikachu</h4>
<p>Learn More.....</p>
</div>
<!--This is the Second Pokemon-->
<div class="secondPokemon">
<img src="Image/bullbasaurImage.png" id="second" />
<h4 id="secondPokemonName">Bullbasaur</h4>
<p>Learn More.....</p>
</div>
<!--This is the Thired Pokemon-->
<div class="thirdPokemon">
<img src="Image/EveeImage.png" id="three" />
<h4 id="thirdPokemonName">Evee</h4>
<p>Learn More.....</p>
</div>
<!--This is the Forth Pokemon-->
<div class="forthPokemon">
<img src="Image/SnorlaxImage.png" id="four" />
<h4 id="forthPokemonName">Snorlax</h4>
<p>Learn More.....</p>
</div>
<!--This is the Fifth Pokemon-->
<div class="fifthPokemon">
<img src="Image/squirtleImage.png" id="five" />
<h4 id="fifthPokemonName">Squirtle</h4>
<p>Learn More.....</p>
</div>
<!--This is the Sisth Pokemon-->
<div class="sixthPokemon">
<img src="Image/charizardImage.png" id="six" />
<h4 id="sixthPokemonName">Charizard</h4>
<p>Learn More.....</p>
</div>
<!--This is the More Options Section-->
<div class="seeMore">
<a href="collections.html">
<h4>See More.....</h4>
</a>
</div>
</div>
</section>
<!--This is the QA Section-->
<section class="qaSection">
<div class="qaTitle">
<h1>PokéFAQs</h1>
</div>
<div class="qa">
<!--This is Question One-->
<div class="question1">
<h4>What are Pokemons?</h4>
<p>
Pokémon are creatures of all shapes and sizes who live in the wild
or alongside their human partners (called “Trainers”). During their
adventures, Pokémon.....
</p>
<a href="https://www.pokemon.com/us/parents-guide/" target="_blank">
<p class="continueReading">Continue Reading.....</p>
</a>
</div>
<!--This is Question Two-->
<div class="question2">
<h4>How to Catch a Pokemon?</h4>
<p>
When you encounter a wild Pokémon, you may have multiple attempts to
capture it before it runs away. You can use Berries and
high-performance Poké Balls.....
</p>
<a
href="https://niantic.helpshift.com/hc/en/6-pokemon-go/faq/102-finding-catching-wild-pokemon/#:~:text=To%20catch%20a%20Pok%C3%A9mon&text=Tap%20the%20Pok%C3%A9mon%20to%20begin,will%20appear%20around%20the%20Pok%C3%A9mon."
target="_blank"
>
<p class="continueReading">Continue Reading.....</p>
</a>
</div>
<!--This is Question Three-->
<div class="question3">
<h4>How can to battle other Trainers?</h4>
<p>
You can battle other Trainers with parties of three Pokémon. Knock
out all your opponent's Pokémon or deal more damage before time runs
out to claim victory.....
</p>
<a
href="https://niantic.helpshift.com/hc/en/6-pokemon-go/faq/2308-battling-other-trainers/#:~:text=If%20you're%20level%2010,you%20sign%20into%20Pok%C3%A9mon%20GO."
target="_blank"
>
<p class="continueReading">Continue Reading.....</p>
</a>
</div>
</div>
</section>
<!--This is the Footer Section-->
<section class="footerSection">
<div class="footer">
<!--This is the Footer Icons section-->
<div class="footerIcons">
<a href="https://github.com/iftekar2/HeroGenerator" target="_blank">
<i class="fa-brands fa-square-github" style="color: #000000"></i>
</a>
<a href="https://twitter.com/iftekar_i" target="_blank">
<i class="fa-brands fa-square-twitter" style="color: #000000"></i>
</a>
</div>
<div class="copyRight">
<!--This is the Copy Right Section-->
<p>© 2023 PokéPower - All rights reserved</p>
</div>
</div>
</section>
<script
src="https://kit.fontawesome.com/0bdb2a0040.js"
crossorigin="anonymous"
></script>
<script src="script.js"></script>
</body>
</html>