-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (167 loc) · 6.35 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
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Patrick+Hand|Pacifico|Shadows+Into+Light" rel="stylesheet">
<link rel="stylesheet" href="./main.css">
</head>
<header id="header">
<nav id="nav-bar">
<a href="#"><img src="https://mbtskoudsalg.com/images/youtube-gaming-icon-png-1.png" id="logo"></a>
<a href="#features" class="nav-link">Features</a>
<a href="#games" class="nav-link">Games</a>
<a href="#updates" class="nav-link">Updates</a>
<a href="#subscription" class="nav-link">Subscription</a>
</nav>
<h1 id="title">UniverseX</h1>
<h4 id="subtitle">GalaxyOfGames | GameOn</h4>
<img src="https://mbtskoudsalg.com/images/youtube-gaming-icon-png-1.png" id="header-img">
<button class="button border" type="button" data-hover="COMING SOON"><span>Launch</span></button>
</header>
<body>
<section id="updates">
<article class="news">
<iframe id="video"
src="https://www.youtube.com/embed/RQqulifdDrQ" frameBorder="0">Browser not compatible</iframe>
<section class="screenshot-section">
<h2 class="news-item1">Life is Strange 2</h2>
<div class="screenshots-gallary">
<img src="https://bit.ly/2PVKKX7" class="screenshots">
<img src="https://bit.ly/2qOKevE" class="screenshots">
<img src="https://bit.ly/2z8L76L" class="screenshots">
<img src="https://bit.ly/2FqR2d7" class="screenshots">
</div>
<p id="available">Now Available</p>
<div class="seller-border">Top seller</div>
<section class="screenshot-footer">
<div class="price">59</div>
<img src="https://bit.ly/2K5VH2M" class="os-icons">
</section>
</section>
</article>
<img src="https://bit.ly/2FxjD0e" class="lis-img">
</section>
<section id="features">
<div class="container">
<img src="https://bit.ly/2Frdsek" class="splash-image">
</div>
<ul>
<li>
<i class="fas fa-rocket"></i>
<div>
<h4>Instant Delivery</h4>
<p>No need to wait for hours to get your games. Get your digital keys instantly without waiting and start playing right away.</p>
</div>
</li>
<li>
<i class="fas fa-credit-card"></i>
<div>
<h4>Trading Cards</h4>
<p>Earn cards while playing games which you can either use for profile customization or trade them for store credits to avail more discounts.</p>
</div>
</li>
<li>
<i class="fas fa-dollar-sign"></i>
<div>
<h4>Easy Refunds</h4>
<p>Didn't like the game you bought? Don't worry, we've got your back! You can easily refund your game as long as play time is less than 4 hours.</p>
</div>
</li>
<li>
<i class="fab fa-servicestack"></i>
<div>
<h4>DRM Free Games</h4>
<p>You get to install it wherever and however you like. You have the complete control over your games here unlike DRM inclusive games.</p>
</div>
</li>
<li>
<i class="fas fa-piggy-bank"></i>
<div>
<h4>Great deals</h4>
<p>Get massive discounts on games and access to many other fresh deals daily. Plus, get exclusive deals for pre-ordering new games.</p>
</div>
</li>
<li>
<i class="fas fa-headset"></i>
<div>
<h4>24x7 Support</h4>
<p>Need help with something? We are here for you to help you out. Just hit us up anytime you are in a trouble and leave the rest to us.</p>
</div>
</li>
</ul>
</section>
<section id="games">
<div class="games-scroll">
<div class="game-cards">
<img src="https://goo.gl/Prg9JA">
<div class="cards-overlay">
<h2>Buy</h2>
</div>
</div>
<div class="game-cards">
<img src="https://bit.ly/2Dr41cn">
<div class="cards-overlay">
<h2>Buy</h2>
</div>
</div>
<div class="game-cards">
<img src="https://bit.ly/2B9rnS3">
<div class="cards-overlay">
<h2>Buy</h2>
</div>
</div>
<div class="game-cards">
<img src="https://bit.ly/2K6M97V">
<div class="cards-overlay">
<h2>Buy</h2>
</div>
</div>
<div class="game-cards">
<img src="https://bit.ly/2zbpwuv">
<div class="cards-overlay">
<h2>Buy</h2>
</div>
</div>
<div class="game-cards">
<img src="https://bit.ly/2PucL8E">
<div class="cards-overlay">
<h2>Buy</h2>
</div>
</div>
<div class="game-cards">
<img src="https://goo.gl/7PQ53y">
<div class="cards-overlay">
<h2>Buy</h2>
</div>
</div>
</div>
</section>
<section id="subscription">
<span>
<h2>
<ul>
<li>Stay</li>
<li>Updated</li>
<li>With</li>
<li>The</li>
<li>Latest</li>
<li>News</li>
</ul>
</h2>
</span>
<form action="https://www.freecodecamp.com/email-submit" id="form">
<h1>Join Our Newsletter</h1>
<div class="email-section">
<i class="fas fa-envelope-open"></i>
<input name="email" type="email" id="email" placeholder="Enter your Email ID">
<input id="submit" type="submit" name="button" value="Subscribe">
</div>
</form>
</section>
<footer class="center bg-dark">
<div>
<i class="fab fa-twitter-square"></i>
<i class="fab fa-google-plus-square"></i>
<i class="fab fa-reddit-square"></i>
</div>
<a href="#">UniverseX © 2018 | All Rights Reserved</a>
</footer>
</body>