-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmission.php
129 lines (112 loc) · 5.4 KB
/
mission.php
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
<!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">
<title>My Project - Our Mission</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/bootstrap.js"></script>
<link rel="icon" type="image/x-icon" href="img/logo2.png">
<script src="app.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="laptopmode.css">
<link rel="stylesheet" href="tabletmode.css">
<link rel="stylesheet" href="mobilemode.css">
<link rel="stylesheet" href="laptop1024pxless.css">
<link rel="stylesheet" href="laptop1024pxmore.css">
<script src="https://kit.fontawesome.com/b90099deb6.js" crossorigin="anonymous"></script>
</head>
<body>
<?php include 'header.php'; ?>
<div class="row contact-letterh">
<div class="headercontactus col-sm-12 col-md-12 col-lg-12">
<!-- <h1>Our <span>Mission<span></h1> -->
<h1>Our Mission</h1>
<div class="aboutdash"><span class="aboutdashspan1"></span><span class="aboutdashspan2"></span></div>
</div>
</div>
<div class="full">
<div class="container">
<div class="row our-mission">
<div class="col-sm-12 col-md-12 col-lg-6 our-mission-content">
<div class="our-mission-heading"><p>OUR MISSION</p></div>
<div class="our-mission-para">
<p>Make the world’s children great at math, and create invincible problem-solvers who will go on to solve humanity’s biggest problems.</p>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 our-mission-image">
<img src="img/our-mission.jpg" alt="" class="img-responsive">
</div>
</div>
</div>
</div>
<div class="vc_custom">
<div class="container">
<h1 class="vc_header">Our Mission</h1>
<div class="row vc_contain">
<div class="col-sm-3 vc_content">
<div class="vc_content_img">
<img src="img/education-support.png" alt="" class="img-responsive" wi="200" height="auto">
</div>
<p>To provide the best educational support and enhance the learning capabilities of the Students/Children.</p>
</div>
<div class="col-sm-3 vc_content">
<div class="vc_content">
<div class="vc_content_img">
<img src="img/shareknowledge.png" alt="" class="img-responsive" width="200" height="auto">
</div>
<p>Provide extra knowledge apart from academics.</p>
</div>
</div>
<div class="col-sm-3 vc_content">
<div class="vc_content_img">
<img src="img/timing.png" alt="" class="img-responsive" width="200" height="auto">
</div>
<p>To provide excellent tutoring to the students at their flexible timings and anywhere through online medium.</p>
</div>
<div class="col-sm-3 vc_content">
<div class="vc_content_img">
<img src="img/technique.png" alt="" class="img-responsive" width="200" height="auto">
</div>
<p>Adding to the learning capabilities of the students through proven techniques in the learning stream.</p>
</div>
</div>
</div>
</div>
<div class="mission-help">
<div class="mission-help-header">
<h1>Our mission is to help people learn</h1>
<h4>Tell us more about yourself:</h4>
<button class="parent-btn">I'm a Parent or Guardian</button><br>
<button class="student-btn">I'm a Student</button>
</div>
</div>
<section class="free-quote-section">
<div class="container free-quote">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 free-quote-col1">
<h1>Get Your Free Quote</h1>
<p>Kindly Fill out this form we indus packers and movers will contact you as soon as possible. thanks</p>
</div>
<div class="col-sm-12 col-md-12 col-lg-6 free-quote-col2">
<form action="">
<input type="text" placeholder="Enter Your Name" name="name">
<input type="number" placeholder="Enter Phone Number" name="name">
<input type="text" placeholder="Enter Starting City" name="name">
<input type="text" placeholder="Enter Destination City" name="name">
<textarea name="query" id="" cols="30" rows="3" placeholder="Any Query"></textarea>
<input type="email" name="email" id="" placeholder="Enter Email Id">
<button>Submit</button>
</form>
</div>
</div>
</div>
</section>
<!-- <div class="curve-section">
<h1>adfasdf</h1>
</div> -->
<?php include 'footer.php'; ?>
</body>
</html>