-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (87 loc) · 3.37 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
<!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="shortcut icon" href="./assets/shared/logo.svg" type="image/x-icon">
<link rel="stylesheet" href="./css/mains.css">
<title>Typemaster</title>
</head>
<body>
<nav class='container'>
<img src="./assets/shared/logo.svg" alt="Typmaster">
<a class='btn' href="#">Pre-order now</a>
</nav>
<header class="grid grid--1 container">
<div class="cell">
<h1>Typemaster Keyboard</h1>
<p>
Improve your productivity and gaming without breaking the bank. Upgrade to a high quality mechanical
typing
experience.
</p>
<div class="cta">
<a href="#" class="btn btn--orange">Pre-order now</a>
<p class="release">
Release on 5/27
</p>
</div>
</div>
<div class="img"></div>
<div class="rectangle"></div>
</header>
<main class='container'>
<section class="grid grid--2">
<div class="rectangle"></div>
<div class="img img--1 mask">
</div>
<div class="img img--2"></div>
<h2>Mechanical wireless Keyboard</h2>
<p>
The Typemaster keyboard boasts top-notch build and practical design. It offers a wide variety of
switches and keycaps, along with reliable wireless connectivity.
</p>
</section>
<section class="grid grid--3">
<div class="card card--1">
<div class="img-container"></div>
<h2>Highly Compatible</h2>
<p>
Easy to use and works well with all major computer brands, gaming consoles and mobile devices. Plug
& play, no installation or driver needed.
</p>
</div>
<div class="card card--2">
<div class="img-container"></div>
<h2>Wireless with Bluetooth</h2>
<p>
Powerful 2.4G RF technology allows you to connect the cordless keyboard from up to 30ft away. Simply
plug the unifying receiver into your computer.
</p>
</div>
<div class="card card--3">
<div class="img-container"></div>
<h2>High Capacity Battery</h2>
<p>
Equipped with a long-lasting built-in battery, you’ll never have to spend a dime on replaceable
ones. Enjoy 40 hours of usage time between charges.
</p>
</div>
<div class="card card--4">
<div class="img-container"></div>
<h2>RGB Backlit Modes</h2>
<p>
Choose from 4 backlight brightness levels and adjustable breathing speed. Each key glows intensely
in the dark and helps you type in low light conditions.
</p>
</div>
</section>
</main>
<footer>
<p class="rights">
<strong>Typemaster 2021</strong> | All Rights Reserved
</p>
</footer>
</body>
</html>