-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
323 lines (276 loc) · 11.7 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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/mongoDB.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<title>ဦးစိတ်တို</title>
<style>
div.navShadow {box-shadow: 0 10px 30px rgba(0,0,0,0.08);}
i {color: #888;} i:hover {color: #fff;}
h1, h2 {
font-family: 'Roboto', sans-serif;
color: #444;
}
a#logo {
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #444;
font-size: 30px;
margin-top: 0em;
margin-bottom: 2px;
padding: 0 10px 2px 14px;
text-decoration: none;
position: relative;
top: 0px;
left: 0px;
}
a#navBarItems{
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
color: #444;
text-decoration: none;
position: relative;
top: 5px;
padding-left: 10px;
padding-right: 10px;
}
</style>
</head>
<body>
<!-- Navbar -->
<nav class="w3-top">
<!-- Draw a bar with w3-bar to use as nav bar , w3-card for shadow effect -->
<div class="w3-bar w3-left-align w3-white navShadow">
<!-- Hamberger icon -->
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right
w3-margin-16px w3-hover-white w3-white w3-round-large" href="javascript:void(0);" onclick="openNav()"
style="margin-top: 3px">
<i class="fa fa-bars w3-xlarge" style="color: #51AB54;"></i></a>
<!-- MAIN LOGO -->
<a class="w3-bar-item w3-round-large"
href="#" id="logo">Ka<span style="color: #479e4a;">i</span>zuren</a>
<!-- Desktop Nav Menu Items -->
<!-- <a class="w3-bar-item w3-button w3-hide-small w3-hover-theme w3-round-large w3-text-dark-gray"
id="navBarItems" href="#home">Home</a> -->
<a class="w3-bar-item w3-button w3-hide-small w3-hover-theme w3-round-large w3-text-dark-gray"
id="navBarItems" href="blender.html">Blender-3D</a>
<a class="w3-bar-item w3-button w3-hide-small w3-hover-theme w3-round-large w3-text-dark-gray"
id="navBarItems" href="#photoshopi">Photoshop</a>
<a class="w3-bar-item w3-button w3-hide-small w3-hover-theme w3-round-large w3-text-dark-gray"
id="navBarItems" href="#illustrator">illustrator</a>
<a class="w3-bar-item w3-button w3-hide-small w3-hover-theme w3-round-large w3-text-dark-gray"
id="navBarItems" href="#graphicDesign">Graphic Design</a>
<a class="w3-bar-item w3-button w3-hide-small w3-hover-theme w3-round-large w3-right w3-text-dark-gray"
id="navBarItems" href="#join">Join</a>
<a class="w3-bar-item w3-button w3-hide-small w3-hover-theme w3-round-large w3-right w3-text-dark-gray"
id="navBarItems" href="#login">Login</a>
</div>
<!-- Dropdown Navbar on small screens -->
<!-- Make a dropdown box with w3-bar-block -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="#blender" class="w3-bar-item w3-button">Blender-3D</a>
<a href="#photoshop" class="w3-bar-item w3-button">Photoshop</a>
<a href="#illustrator" class="w3-bar-item w3-button">illustrator</a>
<a href="#graphicDesign" class="w3-bar-item w3-button">Graphic Design</a>
</div>
</nav>
<!-- Image Header. Full width on desktop, full height on small screen -->
<div class="w3-display-container">
<!-- Header Photo Background -->
<img src="img/clock.jpg" alt="Blender_Robot"
style="width:100%;min-height:720px; object-fit: cover; object-position: 51% 0">
<!-- Header Texts Here -->
<div class="w3-container w3-display-middle w3-center w3-text-dark-gray" style="margin-top: auto">
<h1 style="color: #116149; font-weight: 500;">A Thousand Miles Journey Starts With One Step</h1>
<br>
<!-- Header Button -->
<button onclick="document.getElementById('id01').style.display='block'"
class="w3-button w3-xlarge w3-theme w3-hover-theme w3-round-large" title="Go To W3.CSS">Learn Free Courses</button>
</div>
</div>
<!-- Work Row -->
<div class="w3-row-padding w3-padding-64 w3-theme-l1" id="work">
<div class="w3-quarter">
<h2>Our Work</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="w3-quarter">
<div class="w3-card w3-white">
<img src="img/card.jpg" alt="Snow" style="width:100%">
<div class="w3-container">
<h3>Course 1</h3>
<h4>Trade</h4>
<p>Blablabla</p>
<p>Blablabla</p>
<p>Blablabla</p>
<p>Blablabla</p>
</div>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-white">
<img src="img/card.jpg" alt="Lights" style="width:100%">
<div class="w3-container">
<h3>Course 2</h3>
<h4>Trade</h4>
<p>Blablabla</p>
<p>Blablabla</p>
<p>Blablabla</p>
<p>Blablabla</p>
</div>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-white">
<img src="img/card.jpg" alt="Mountains" style="width:100%">
<div class="w3-container">
<h3>Course 3</h3>
<h4>Trade</h4>
<p>Blablabla</p>
<p>Blablabla</p>
<p>Blablabla</p>
<p>Blablabla</p>
</div>
</div>
</div>
</div>
<!-- Team Container -->
<div class="w3-container w3-padding-64 w3-center w3-white" id="team">
<h2>OUR TEAM</h2>
<p>Meet the team - our office rats:</p>
<div class="w3-row"><br>
<div class="w3-quarter">
<img src="img/card-square.jpg" alt="card" style="width:45%" class="w3-circle w3-hover-opacity">
<h3>Johnny Walker</h3>
<p>Web Designer</p>
</div>
<div class="w3-quarter">
<img src="img/card-square.jpg" alt="card" style="width:45%" class="w3-circle w3-hover-opacity">
<h3>Rebecca Flex</h3>
<p>Support</p>
</div>
<div class="w3-quarter">
<img src="img/card-square.jpg" alt="card" style="width:45%" class="w3-circle w3-hover-opacity">
<h3>Jan Ringo</h3>
<p>Boss man</p>
</div>
<div class="w3-quarter">
<img src="img/card-square.jpg" alt="card" style="width:45%" class="w3-circle w3-hover-opacity">
<h3>Kai Ringo</h3>
<p>Fixer</p>
</div>
</div>
</div>
<!-- Courses Pricing Row -->
<div class="w3-row-padding w3-center w3-padding-64" id="pricing">
<h2>Courses Pricing</h2>
<p>Choose a pricing plan that fits your needs.</p><br>
<!-- Card One here -->
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">Basic</p>
</li>
<li class="w3-padding-16"><b>10GB</b> Storage</li>
<li class="w3-padding-16"><b>10</b> Emails</li>
<li class="w3-padding-16"><b>10</b> Domains</li>
<li class="w3-padding-16"><b>Endless</b> Support</li>
<li class="w3-padding-16">
<h2>20,000Ks</h2>
<span class="w3-opacity">for basic course</span>
</li>
<li class="w3-theme-l5 w3-padding-24">
<button class="w3-button w3-round-large w3-theme w3-padding-large">Sign Up</button>
</li>
</ul>
</div>
<!-- Card One here -->
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">Basic</p>
</li>
<li class="w3-padding-16"><b>10GB</b> Storage</li>
<li class="w3-padding-16"><b>10</b> Emails</li>
<li class="w3-padding-16"><b>10</b> Domains</li>
<li class="w3-padding-16"><b>Endless</b> Support</li>
<li class="w3-padding-16">
<h2>20,000Ks</h2>
<span class="w3-opacity">for basic course</span>
</li>
<li class="w3-theme-l5 w3-padding-24">
<button class="w3-button w3-round-large w3-theme w3-padding-large">Sign Up</button>
</li>
</ul>
</div>
<!-- Card One here -->
<div class="w3-third w3-margin-bottom">
<ul class="w3-ul w3-border w3-hover-shadow">
<li class="w3-theme">
<p class="w3-xlarge">Basic</p>
</li>
<li class="w3-padding-16"><b>10GB</b> Storage</li>
<li class="w3-padding-16"><b>10</b> Emails</li>
<li class="w3-padding-16"><b>10</b> Domains</li>
<li class="w3-padding-16"><b>Endless</b> Support</li>
<li class="w3-padding-16">
<h2>20,000Ks</h2>
<span class="w3-opacity">for basic course</span>
</li>
<li class="w3-theme-l5 w3-padding-24">
<button class="w3-button w3-round-large w3-theme w3-padding-large">Sign Up</button>
</li>
</ul>
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-theme-d1 w3-center">
<h4>Follow Us</h4>
<a class="w3-button w3-round-xlarge w3-large w3-theme" href="javascript:void(0)"
title="Facebook"><i class="w3-text-white fa fa-facebook"></i></a>
<a class="w3-button w3-round-xlarge w3-large w3-theme" href="javascript:void(0)" title="Twitter">
<i class="w3-text-white fa fa-twitter"></i></a>
<a class="w3-button w3-round-xlarge w3-large w3-theme" href="javascript:void(0)" title="Google +">
<i class="w3-text-white fa fa-google-plus"></i></a>
<a class="w3-button w3-round-xlarge w3-large w3-theme" href="javascript:void(0)" title="Google +">
<i class="w3-text-white fa fa-instagram"></i></a>
<a class="w3-button w3-round-xlarge w3-large w3-theme w3-hide-small" href="javascript:void(0)" title="Linkedin">
<i class="w3-text-white fa fa-linkedin"></i></a>
<p>Copyright2020@<b>Kaizuren</b></p>
<div style="position:relative;bottom:100px;z-index:1;" class="w3-tooltip w3-right">
<span class="w3-text w3-padding w3-theme w3-hide-small">Go To Top</span>
<a class="w3-button w3-round-xlarge w3-theme" href="#myPage"><span class="w3-xlarge">
<i class="w3-text-white fa fa-chevron-circle-up"></i></span></a>
</div>
</footer>
<script>
// Script for side navigation
function w3_open() {
var x = document.getElementById("mySidebar");
x.style.width = "300px";
x.style.paddingTop = "10%";
x.style.display = "block";
}
// Close side navigation
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}
// Used to toggle the menu on smaller screens when clicking on the menu button
function openNav() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>