-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (71 loc) · 3.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Tizen Mobile Web Basic Template"content="black" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
<link rel="apple-touch-startup-image" href="images/apple-touch-startup-image-640x920.png">
<title>Kidzwo</title>
<link rel="stylesheet" href="css/swiper.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style1.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,900" rel="stylesheet">
</head>
<body id="mobile_wrap">
<div class="panel-overlay"></div>
<div class="views">
<div class="view view-main">
<div class="pages">
<div data-page="index" class="page homepage">
<div class="page-content">
<div class="navbar navbar--fixed navbar--fixed-top">
<div class="navbar__col navbar__col--title">
<a href="index.html">kidzwo</a>
</div>
</div>
<!-- Slider -->
<br>
<br>
<div class="swiper-container slidertoolbar">
<div class="swiper-wrapper">
<div class="swiper-slide" style="background-image:url(images/slide1.jpg);">
<div class="slider-caption">
<div>
</div>
<h2 data-swiper-parallax="-100%">Kids world </h2>
<p data-swiper-parallax="-30%">hello in our kids world you can play with math.</p>
<a href="" class="slider-caption__more" data-swiper-parallax="-60%">READ MORE</a>
</div>
</div>
<div class="swiper-slide" style="background-image:url(images/slide2.jpg);">
<div class="slider-caption">
<h2 data-swiper-parallax="-100%" class="title--white">Multipurpose</h2>
<p data-swiper-parallax="-30%" class="text--white">you can kids world you can play with words</p>
<a href="" class="slider-caption__more" data-swiper-parallax="-60%">READ MORE</a>
</div>
</div>
<div class="swiper-slide" style="background-image:url(images/slide3.jpg);">
<div class="slider-caption">
<h2 data-swiper-parallax="-100%" class="title--white">words & math</h2>
<p data-swiper-parallax="-30%" class="text--white">You can play and speak english with us ! enter our world !</p>
<a href="Login.html" class="slider-caption__more" data-swiper-parallax="-60%">enter kids world</a>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/hchich.js"></script>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery.validate.min.js" ></script>
<script src="js/swiper.min.js"></script>
<script src="js/jquery.custom.js"></script>
</body>
</html>