-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
93 lines (87 loc) · 3.24 KB
/
index1.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">
<title>Typing Master Apex</title>
<meta
name="description"
content="Learn typing fast.Typing Master Apex is developed on focusing to improve your typing skills faster.">
<meta name="author" content="Binary inc.">
<meta name="generator" content="Typing Master">
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/slideshow.css">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
</head>
<body>
<!-- Canvas -->
<canvas class="orb-canvas"></canvas>
<!-- Overlay -->
<div class="overlay">
<!-- iPhone Preview -->
<div class="overlay__inner">
<!-- Title -->
<h1 class="overlay__title"><img class="item-image" src="./assets/img_brand_round.png" />Typing Master Apex</h1>
<!-- Description -->
<p class="overlay__description">
Developed on focusing to improve your typing skills faster.
The app has a rich set of free typing lessons based on different rows of keyboard.
<strong>External Keyboard Mode available too.</strong>
</p>
<!-- Buttons -->
<div class="overlay__btns">
<button class="overlay__btn overlay__btn--colors">
<a href="https://play.google.com/store/apps/details?id=com.typingmaster_apex" target="_blank" class="overlay__btn_container">
<img src="assets/play_icon.svg" class="overlay__btn_playicon"/>
<div class="overlay__btn_subcontainer">
<span class="overlay__btn_title">Get it on</span>
<span class="overlay__btn_subtitle">Play Store</span>
</div>
</a>
</button>
</div>
</div>
<div id="iphone-x">
<!-- notch -->
<div class="iphone-x-notch">
<div class="iphone-x-notch-grill"></div>
</div>
<!-- buttons -->
<ul class="volume">
<li class="firstButtonVolume"></li>
<li class="otherButtonsLeft"></li>
<li class="otherButtonsLeft"></li>
</ul>
<ul>
<li class="rightButton"></li>
</ul>
<!-- slideshow -->
<div class="slideshow">
<!-- Slideshow Items -->
<div class="slideshow-items">
<div class="item"><img class="item-image" src="./assets/img5.jpg" /></div>
<div class="item"><img class="item-image" src="./assets/img2.jpg" /></div>
<div class="item"><img class="item-image" src="./assets/img4.jpg" /></div>
</div>
<div class="controls">
<ul>
<li class="control" data-index="0"></li>
<li class="control" data-index="1"></li>
<li class="control" data-index="2"></li>
</ul>
</div>
</div>
</div>
</div>
<script async type="module" src="./js/slideshow.js"></script>
<script async type="module" src="./js/script.js"></script>
</body>
</html>