-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
157 lines (154 loc) · 6.74 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
<!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" href="Website/dist/img/Logo.png">
<title>Home</title>
<link rel="stylesheet" href="Website/dist/css/app.css">
<!--For the custom fonts-->
<link rel="stylesheet" type="text/css" href="Website/src/fonts/style.css" />
<link rel="stylesheet" type="text/css" href="Website/src/fonts/stylesheet2.css" />
<link rel="stylesheet" type="text/css" href="Website/src/fonts/omega-centauri-Medium.css" />
</head>
<body>
<!--Home section-->
<section class="home">
<img class="responsive-nav-background" src="Website/dist/img/Responsive_nav_background.png" alt="waves">
<nav class="main-nav">
<div class="main-nav__logo">
<a href="index.html">
<img class="onsens-logo-black" src="Website/dist/img/Onsens_logo.png" alt="Onsens">
<img class="onsens-logo-white" src="Website/dist/img/Onsens_logo_white.png" alt="Onsens">
</a>
</div>
<div class="main-nav__menu">
<a href="#card-designs" class="main-nav__menu-link">Card Designs</a>
<a href="#packs" class="main-nav__menu-link">Packs</a>
</div>
</nav>
<img class="home__wave-img" src="Website/dist/img/Starter_wave.png" alt="wave image">
<div class="home-menu-wrapper">
<div class="home-menu">
<h1 class="home-menu__heading">Booleo</h1>
<p class="home-menu__text">
A simple, but effective card game that makes you think
</p>
<div class="home-menu-button-wrapper">
<a href="Website/BooleoGame.zip">
<div class="button button--download">
<img src="Website/dist/img/Download_button_Icon.png" alt="triangle image">
<h1 class="button__text button__text--download">
DOWNLOAD
</h1>
</div>
</a>
<a href="Website/dist/pages/cardDesigns.html">
<div class="button button--in-progress">
<h1 class="button__text">
BUNDLES
</h1>
</div>
</a>
</div>
</div>
</div>
</section>
<!--Stats section-->
<section class="stats">
<img class="stats__wave-img" src="Website/dist/img/Second_wave.png" alt="wave image">
<div class="stats-cards-wrapper-outer">
<div class="stats-cards-wrapper">
<div class="stats-card stats-card--down">
<h1 class="stats-card__title">
300+
</h1>
<p class="stats-card__text">
Downloads every month
</p>
</div>
<div class="stats-card stats-card--up">
<h1 class="stats-card__title">
10+
</h1>
<p class="stats-card__text">
Decks to choosefrom
</p>
</div>
<div class="stats-card stats-card--down">
<h1 class="stats-card__title">
100%
</h1>
<p class="stats-card__text">
Simple, and easy to understand
</p>
</div>
</div>
</div>
</section>
<!--Card designs-->
<section class="card-designs" id="card-designs">
<div class="card-designs__text-wrapper">
<div class="card-designs__line"></div>
<h1 class="card-designs__title">
Card designs & rules
</h1>
<p class="card-designs__text">
A simple, but effective card game that makes you think
</p>
</div>
<div class="playing-cards-wrapper">
<img src="Website/dist/img/Playing_card_1.png" alt="Playing card">
<img class="playing-cards-wrapper__img--down" src="Website/dist/img/Playing_card_2.png" alt="Playing card">
<img src="Website/dist/img/Playing_card_3.png" alt="Playing card">
</div>
<img class="card-designs__wave-img" src="Website/dist/img/Third_wave.png" alt="Wave image">
</section>
<!--Packs-->
<section class="packs" id="packs">
<div class="packs-wrapper">
<div class="packs-card">
<div class="packs-card__text-wrapper">
<p class="packs-card__top-text">
live it up
</p>
<h1 class="packs-card__heading">
View pre-made decks
</h1>
<p class="packs-card__text">
When proceeding to the next page, you will find pre-designed card decks, which you can embed in the application.
</p>
<a href="Website/dist/pages/cardDesigns.html">
<div class="button button--procced button--procced-down">
<h1 class="button__text">PROCEED</h1>
<img src="Website/dist/img/Procced_button_icon.png" alt="Arrow image">
</div>
</a>
</div>
<div class="drawing-img-card">
<img src="Website/dist/img/Drawing_card.png" alt="Hand that draw">
</div>
</div>
<img class="packs__img-background" src="Website/dist/img/Footer_background.png" alt="Cool waves">
</div>
<footer class="footer footer--index-page">
<div class="footer__content-wrapper">
<div class="footer__line"></div>
<div class="footer__left-side">
<img src="Website/dist/img/Onsens_logo.png" alt="Onsens">
<p class="footer__text">2022 © onsens | All rights reserved</p>
</div>
<div class="footer__right-side">
<a href="#">
<img src="Website/dist/img/Facebook_icon.png" alt="facebook icon">
</a>
<a href="#">
<img src="Website/dist/img/Instagram_icon.png" alt="instagram icon">
</a>
</div>
</div>
</footer>
</section>
</body>
</html>