-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
255 lines (247 loc) · 9.14 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<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" />
<title>Document</title>
<link rel="stylesheet" href="build/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<script defer src="build/script.js"></script>
</head>
<body class="font-sans bg-cs-white my-0">
<div class="container max-w-7xl m-auto min-h-screen relative px-4">
<section id="home" class="h-screen relative">
<nav
class="
flex
py-8
justify-between
text-cs-black
font-medium
align-middle
items-center
"
>
<div class="logo w-24 sm:w-28">
<a href="#home">
<img src="build/img/Ideas.io.svg" alt="" />
</a>
</div>
<ul
id="ul-list"
class="
h-screen
absolute
text-2xl
w-full
bg-cs-white
bottom-0
left-0
grid
justify-items-center
content-center
transform
-translate-x-full
sm:static
sm:w-auto
sm:flex
sm:translate-x-0
sm:m-0
sm:h-auto
"
class=
>
<li class="">
<a href="#">Discover</a>
</li>
<li class="m-16 sm:my-0 mx-8">
<a href="#features">Features</a>
</li>
<li class="">
<a href="#pricing">Pricing</a>
</li>
<img src="build/img/cross.svg" alt="" class="absolute cursor-pointer top-8 right-4 sm:hidden" id="close-btn">
</ul>
<a
href="#"
class="
leading-normal
text-2xl
border-2
px-5
pb-0.5
h-10
rounded-3xl
border-cs-blue
text-cs-blue
hover:bg-cs-blue
hover:text-cs-white
hidden
sm:block
"
>Join</a
>
<button class="cursor-pointer sm:hidden">
<img src="build/img/menu-hamburger.svg" alt="" id="hamburger"/>
</button>
</nav>
<div class="flex sm:mt-auto h-4/5 justify-between items-center mt-0">
<div class="w-full sm:w-1/2 lg:w-2/5">
<h1 class="text-4xl font-bold text-center sm:text-left lg:text-7xl">
In House Training <br />Kelompok <span class="text-cs-blue"> Dua</span>
</h1>
<p
class="
text-lg
font-light
my-6
text-center
sm:text-left
lg:text-2xl
"
>
In House Training adalah rangkaian kegiatan dari Open Recruitmen Calon ASLAB 2022 (ORCA 2022). <br>
Selain itu para pesertanya akan diberikan beberapa materi dasar yang dibutuhkan oleh
ASLAB kedepannya.
</p>
<button
class="
bg-cs-blue
p-2
px-8
text-2xl
font-bold
text-cs-white
rounded-3xl
text-center
m-auto
block
sm:m-0
"
>
Get started
</button>
</div>
<img
src="build/img/hand.png"
alt=""
class="h-auto hidden sm:block w-1/2"
/>
<img
src="build/img/Vector3.svg"
alt=""
class="
absolute
left-2/4
transform
-translate-x-1/2
top-1/4
-z-10
w-7/12
hidden
sm:block
sm:translate-y-2/4
lg:translate-y-8
"
/>
</div>
</section>
<section id="features" class="m-0 py-20 relative">
<img src="build/img/Vector2.svg" alt="" class="hidden absolute h-full sm:block -z-10 transform translate-y-32 opacity-50">
<h1 class="text-2xl font-bold text-center sm:text-5xl">About Us! </h1>
<div class="py-12 sm:flex items-center">
<img src="build/img/Saly-38.png" alt="" class="w-full sm:w-1/2">
<div class="w-full sm:w-1/2 sm:h-full">
<h2 class="text-2xl font-medium sm:text-4xl">Instruktur/Mentor</h2>
<p class="text-lg font-light mt-4">Aris Firmansyah
</p>
</div>
</div>
<div class="py-12 sm:flex items-center">
<img src="build/img/person.png" alt="" class="w-full sm:w-1/2 sm:order-2">
<div class="w-full sm:w-1/2 sm:h-full">
<h2 class="text-2xl font-medium sm:text-4xl">Menti 1</h2>
<p class="text-lg font-light mt-4">Dian Dwi Ardiansyah</p>
</div>
</div>
<div class="py-12 sm:flex items-center">
<img src="build/img/person1.png" alt="" class="w-full sm:w-1/2">
<div class="w-full sm:w-1/2 sm:h-full">
<h2 class="text-2xl font-medium sm:text-4xl">Menti 2</h2>
<p class="text-lg font-light mt-4">Rian Lesmana</p>
</div>
</div>
<div class="py-12 sm:flex items-center">
<img src="build/img/Saly-22.png" alt="" class="w-full sm:w-1/2 sm:order-2">
<div class="w-full sm:w-1/2 sm:h-full">
<h2 class="text-2xl font-medium sm:text-4xl">Menti 3</h2>
<p class="text-lg font-light mt-4">Riny Anggraeni</p>
</div>
</div>
</section>
<section id="pricing" class="m-0 py-20 relative">
<h1 class="text-2xl font-bold text-center sm:text-5xl mb-16">Ready to start with ideas.io?</h1>
<div class="w-full flex flex-row py-8 sm:flex flex-wrap justify-center items-center gap-8">
<div class="w-full max-w-xs bg-white rounded-2xl px-6 py-12 shadow sm:w-80">
<h3 class="text-lg font-medium">CV Dian Dwi Ardiansyah</h3>
<p class="text-tiny">Pendidikan Matematika 2020</p>
<a href="#" class="bg-cs-blue text-cs-white w-full block text-center rounded-2xl py-2 my-8">Go to CV</a>
</div>
<div class="w-full bg-cs-blue rounded-2xl px-6 py-12 text-cs-white max-w-xs shadow sm:w-80">
<h3 class="text-lg font-medium">In House Training</h3>
<p class="text-tiny">Github Kelompok 2</p>
<a href="#" class="bg-cs-white text-cs-black w-full block text-center rounded-2xl py-2 my-8">Go to Github</a>
</div>
<div class="w-full bg-white rounded-2xl px-6 py-12 max-w-xs shadow sm:w-80">
<h3 class="text-lg font-medium">CV Riny Anggraeni</h3>
<p class="text-tiny">Pendidikan Matematika 2021</p>
<a href="#" class="bg-cs-blue text-cs-white w-full block text-center rounded-2xl py-2 my-8">Go to CV</a>
</div>
</div>
</section>
</div>
<footer class="bg-cs-black w-full py-12 ">
<div class="px-4 m-auto max-w-7xl sm:flex justify-between">
<div class="mb-8">
<img src="build/img/Ideas.io2.svg" alt="" class="fill-current text-red-500">
<div class="flex my-4 -ml-1">
<a href="">
<img src="build/img/Facebook.svg" alt="" >
</a>
<a href="">
<img src="build/img/Twitter.svg" alt="" class="mx-2">
</a>
<a href="">
<img src="build/img/Instagram.svg" alt="">
</a>
</div>
<p class="font text-cs-white opacity-50 font-light text-sm">Copyright © 2021 Ideas.io</p>
</div>
<div class="text-cs-white mb-8">
<h2 class="text-2xl font-bold mb-2">Support</h2>
<p class="tex text-base">Contact us</p>
<p class="tex text-base">FAQ</p>
<p class="tex text-base">Downloads</p>
</div>
<div class="text-cs-white mb-8">
<h2 class="text-2xl font-bold mb-2">Legal</h2>
<p class="tex text-base">Terms and Serviece</p>
<p class="tex text-base">Privacy Policy</p>
</div>
<div class="text-cs-white mb-8">
<h2 class="te text-2xl font-bold">Join community</h2>
<div class="relative w-60 h-12 rounded-3xl overflow-hidden mt-4">
<input type="text" class="absolute left-0 w-full h-full text-cs-black pl-4 outline-none font-medium" placeholder="Email">
<button class="bg-cs-blue absolute right-0 top-0 bottom-0 rounded-full w-12">
<img src="build/img/send-2.svg" alt="" class="absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2">
</button>
</div>
</div>
</div>
</footer>
</body>
</html>