forked from JaydaJ1/KAJJ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (177 loc) · 7.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>KAJJ Tutoring Center</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/1245c478a4.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
</head>
<!-- the body start here -->
<body>
<!-- create the header tag with class name -->
<header class="header">
<!-- create nav-bar by create the nav tag. -->
<nav class="menu container-fluid navbar navbar-style">
<a href="index.html"><img class="logo" src="logo.png" alt="logo"></a>
<h2>KAJJ Academy</h2>
<div class=" menubar">
<div class="nav">
<ul class="nav justify-content-center ms-auto ">
<li class="nav-item">
<a class="nav-link active" href="./Aboutus.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./course.html">Course</a>
</li>
<li class="nav-item">
<a class="nav-link" href="price.html">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portalindex.html">Sign In</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Done with Navigation bar here -->
<!-- create the container to hold the title -->
<!-- apply bootstrap grid system -->
<div class="container text-center">
<div class="row">
<div class="intro col-lg-6 col-md-12">
<h1> KAJJ Academy</h1>
<h3>The Future of Modern Education</h3>
<p>Professional-Friendly-Affordable</p>
<p>The best tutor center you can trust</p>
<a href="#"><button class="btn-intro btn-signin btn btn-light px-5 my-2 bg-primary ">Sign In now</button></a>
<a href="#"><button class="btn-intro btn-signin btn btn-light px-5 my-2 bg-primary">Learn More</button></a>
</div>
<div class="col-lg-6 col-md-12">
<div id="carouselExampleCaption" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="kid.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>The way to treasure the kid is education</h5>
</div>
</div>
<div class="carousel-item">
<img src="middle.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Learning is the long journey</h5>
</div>
</div>
<div class="carousel-item">
<img src="learning.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>We can do it!</h5>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</header>
<section class="subject">
<h2 class="subject-title">Find online tutors in any subject</h2>
<div class="row">
<div class="col-lg-3 col-md-4">
<i class="icon fas fa-calculator fa-3x"></i>
<h4>Math</h4>
</div>
<div class="col-lg-3 col-md-4">
<i class="icon fas fa-laptop-code fa-3x"></i>
<h4>Programming</h4>
</div>
<div class="col-lg-3 col-md-4">
<i class="icon fas fa-flask fa-3x"></i>
<h4>Science</h4>
</div>
<div class="col-lg-3 col-md-4">
<i class="icon fas fa-brain fa-3x"></i>
<h4>Humanities</h4>
</div>
</div>
</section>
<<section id="feature">
<h1>New Opportunites</h1>
<p>Enrol now to receive all the oppotunities that we provide to enhace your education</p>
<div class="fea-base">
<div class="fea-box">
<i class="icon fas fa-school"></i>
<h3>Homeschool</h3>
<p>It is the good opportunities for all homeschooler, study everywhere you want to make your work done. </p>
</div>
<div class="fea-box">
<i class="icon fas fa-dollar-sign"></i>
<h3>Money</h3>
<p>Saving a lot of money, but still receive the full quality as like study in school or any afterclass school center </p>
</div>
<div class="fea-box">
<i class="icon fas fa-clock"></i>
<h3>Times</h3>
<p>Time flexible since you are online and you can ask any question at anytime because many tutors are available </p>
</div>
</div>
</section>
</body>
<footer class="footer">
<div class="container-fluid p-0">
<div class="row text-left">
<div class="col-md-5 col-md-5">
<h1>KAJJ Academy</h1>
<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.</p>
<p class="pt-4 text-mute">Copyright @2022
<span>Rowdyhackers-Hackathon</span>
</p>
</div>
<div class="col-md-5">
<h4>Any Questions:</h4>
<p>Send us an email:</p>
<form class="form-inline">
<div class="col-pl">
<div class="input-group pr-5">
<input type="text" class="form-control bg-dark text-white" placeholder="Email">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="fas fa-arrow-right"></i>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="col-md-2 col-sm-12">
<h4>Follow us</h4>
<p>Help us go viral</p>
<!-- use collum class to keep all the icon stay in a row -->
<div class="collumn">
<i class="fa fa-facebook-f"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-youtube"></i>
</div>
</div>
</div>
</div>
</footer>
</html>