-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (173 loc) · 6.48 KB
/
Copy pathindex.html
File metadata and controls
179 lines (173 loc) · 6.48 KB
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
<!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>iEducate - Transforming Online Education</title>
<link rel="stylesheet" href="design.css" />
<link rel="stylesheet" href="responsive.css">
</head>
<body>
<nav class="navbar background h-nav">
<ul class="nav-list v-class">
<div class="logo"><img src="img.jpg" alt="logo" /></div>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
<div class="rightnav v-class">
<input type="text" name="search" id="search" />
<button class="btn btn-sm">search</button>
</div>
<div class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</nav>
<section class="background firstSection" >
<div class="box-main" >
<div class="firstHalf">
<p class="text-big">The future of Education is here</p>
<p class="text-small">
It helps a person to get knowledge and improve confidence level all
through the life. It plays a great role in our career growth as well
as in the personal growth.
</p>
<div class="buttons">
<button class="btn">Subscribe</button>
<button class="btn">Watch Video</button>
</div>
</div>
<div class="secondHalf">
<img
src="student.jpg"
alt="student studying with the help of laptop"
/>
</div>
</div>
</section>
<section class="section"id="about" >
<div class="para">
<p class="sectionTag text-big">The end of search is here</p>
<p class="sectionSubTag text-small">
It’s close to impossible that a potential student or their parents are
not internet users. In this era, taking your marketing online is the
smartest move. By performing your educational institute marketing
online, you can reach your target audience with great ease. Several
schools, colleges, etc have already started using the services of
digital marketing agencies to effectively communicate with the
students, parents, etc and leading to a higher rate of
enrollment.Education marketing is a type of marketing that promotes
valuable educational content and helps institutions and individuals
take advantage of it.It helps a person to get knowledge and improve
confidence level all through the life.
</p>
</div>
<div class="thumbnail">
<img
src="https://source.unsplash.com/900x900/?coding,studying"
alt="thumbnail"
/>
</div>
</section>
<section class="section Left"id="services" >
<div class="para">
<p class="sectionTag text-big">Transforming Education in India</p>
<p class="sectionSubTag text-small">
For this, the first step is reducing the burden on kids by deleting
stuff from the syllabus, which almost 90% is irrelevant and students
actually forget sooner or later and should be replaced with a
practical and solution-centric approach to studies which will develop
thinkers and leaders of tomorrow.I think the govt. is trying hard on
this but it still needs to be passed quickly by the houses or else it
might turn out to be too late. Practical oriented curriculum for all
subjects could also be considered.
</p>
</div>
<div class="thumbnail">
<img
src="https://source.unsplash.com/900x900/?education"
alt="thumbnail"
/>
</div>
</section>
<section class="section" >
<div class="para">
<p class="sectionTag text-big">Let's Grow Together</p>
<p class="sectionSubTag text-small">
Let's Grow Together is an organisation whose primary purpose is the
establishment of educational, enjoyable and illuminating environmental
projects within schools. Much of our work is aimed at establishing
food-growing as a centrepiece to the activities of schools. We aim to
educate children about the value of food-growing with a view to
bringing about environmental, health, social and financial benefits.In
addition, our activities extend into practical garden construction and
maintenance including work outside of schools and the time-tabled
school day.
</p>
</div>
<div class="thumbnail">
<img
src="https://source.unsplash.com/900x900/?students,books,education"
alt="thumbnail"
/>
</div>
</section>
<hr />
<section class="contact" id="contact" >
<h2 class="text-center">Contact Us</h2>
<div class="form">
<input
type="text"
name="name"
id="name"
placeholder="Enter you name"
class="formInput"
/>
<input
type="number"
name="number"
id="number"
placeholder="Enter you phone-Number"
class="formInput"
/>
<input
type="email"
name="email"
id="email"
placeholder="Enter you email-Id"
class="formInput"
/>
<input
type="text"
name="Mothername"
id="Mothername"
placeholder="Enter you Mother name"
class="formInput"
/><input
type="text"
name="fathername"
id="fathername"
placeholder="Enter you father name"
class="formInput"
/>
<textarea
name="text"
id="text"
cols="25"
rows="7"
placeholder="Ellaborate your concern"
class="formInput"
></textarea>
<button class="btn btndark">Submit</button>
</div>
</section>
<footer>
<p class="text-footer">Copyright © 2027 www.iEducate.com -All rights reversed</p>
</footer>
<script src="resp.js"></script>
</body>
</html>