-
Notifications
You must be signed in to change notification settings - Fork 0
/
ourblog.html
93 lines (93 loc) · 5.37 KB
/
ourblog.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
<!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 rel="icon" type="image/jpg" href="./assets/pokeball.png"/>
<title>Pokemon</title>
<link rel="stylesheet" href="./styless/index.css">
<link rel="stylesheet" href="./styless/buycards.css">
<link rel="stylesheet" href="./styless/ourblog.css">
<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=Plus+Jakarta+Sans:wght@300;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styless/darkmode.css">
</head>
<body>
<header>
<a href="./index.html"><img class="img1" src="./assets/logo.png" alt="logoPokemon"></a>
<div class="list1">
<nav>
<ul class="list">
<li><a href="/index.html">Home</a></li>
<li><a href="/buycards.html">Buy Cards</a></li>
<li><a href="/ourblog.html">Our Blog</a></li>
</ul>
</nav>
<button id="btn-darkmode"class="buttondarkmode" onclick="darkMode()">Dark Mode</button>
</div>
</header>
<main class="ourblogmain">
<h1>Lorem ipsum dolor sit</h1>
<section class="ourblogsection">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed <br> do eiusmod tempor incididunt ut labore e</p>
</section>
<div class="ourblogimg">
<img class="ourblogimg2" src="/assets/ash-leaves-anime 2.png" alt="imagepokemon2">
<p class="ourblogp">The Pokemon Company has revealed a few of the cards in the Pokemon Trading <br> Card Game's upcoming Pokemon Go expansion, featuring Pokemon and <br> trainers that will be familiar to Pokemon Go players. <br>
The three Pokemon Go team leaders--Valor's Candela, Mystic's Blanche, and <br> Instinct's Spark--will receive Trainer Supporter cards, each one allowing the <br> player to draw two cards and potentially recover an energy card from the <br> discard pile. The three leaders will also each have standard and full-card art <br> variants. <br>
Some of the Pokemon featured in the card previews are Pikachu, Melmetal, <br> Alolan Exeggutor, and more. Mewtwo is also shown to be the first V-Star <br> Pokemon revealed for the new set, with a power that deals big damage to <br> multiple Pokemon at a time. <br>
The new Radiant mechanic from the upcoming Astral Radiance expansion in <br> May is confirmed to return, featuring Pokemon so unique players can only have <br> one Radiant Pokemon in a single deck. The Radiant Pokemon previewed is <br> Eevee, with a power that allows the player to draw multiple cards depending on <br> how many different Pokemon types they control in the field.</p>
</div>
</main>
<footer>
<div class="vision">
<img class="logo-pokemon" src="./assets/logo.png" alt="logoPokemon">
<p>Our vision is to provide convenience <br> and help increase your sales business. </p>
<a href="https://www.facebook.com/Pokemon/?locale=es_LA" target="_blank">
<img class="redes-icons" src="./assets/Facebook.png" alt="logoFacebook" >
</a>
<a href="https://twitter.com/Pokemon?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank">
<img class="redes-icons" src="./assets/Twitter.png" alt="logoTwitter">
</a>
<a href="https://www.instagram.com/pokemon/?hl=es" target="_blank">
<img class="redes-icons" src="./assets/Instagram.png" alt="logoInstagram">
</a>
</div>
<div class="footercolumns">
<div class="columns">
<div>
<h4>About</h4>
<ul class="about">
<li><a href="/">How it works</a></li>
<li><a href="/">Featured</a></li>
<li><a href="/">Partnership</a></li>
<li><a href="/">Bussiness Relation</a></li>
</ul>
</div>
<div>
<h4>Community</h4>
<ul>
<li><a href="/">Events</a></li>
<li><a href="/">Blog</a></li>
<li><a href="/">Podcast</a></li>
<li><a href="/">Invite a friend</a></li>
</ul>
</div>
<div>
<h4>
Socials
</h4>
<ul>
<li><a href="https://discord.com/invite/cpokemon" target="_blank">Discord</a></li>
<li><a href="https://www.instagram.com/pokemon/?hl=es" target="_blank">Instagram</a></li>
<li><a href="https://twitter.com/Pokemon?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank">Twitter</a></li>
<li><a href="https://www.facebook.com/Pokemon/?locale=es_LA" target="_blank">Facebook</a></li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>