-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
167 lines (149 loc) · 7.65 KB
/
about.html
File metadata and controls
167 lines (149 loc) · 7.65 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
<!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="style.css">
<link rel="stylesheet" href="media.css">
<title>About</title>
</head>
<body>
<section>
<div class="navbar">
<div>
<p><img src="assets/images/logo.avif" alt="logo"><span>LearnSmart</span></p>
</div>
<div class="menuToggle" onclick="menubar()" id="menuIcon">
<span></span>
<span></span>
<span></span>
</div>
<nav>
<ul class="nav-links" id="navLinks">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="course.html">Courses </a>
<li><a href="blogs.html">Blogs</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</nav>
</div>
<!-- Banner -->
<div class="about_1">
<img src="assets/images/about us.jpg" alt="">
<div class="about_text">
<h1>About Us</h1>
</div>
</div>
<!-- <div class="about-home">
<h1>About Us</h1>
</div> -->
<div class="container">
<div class="contact-section">
<div class="content">
<p>Education is a systematic process through which a child or an adult acquires knowledge, experience, skill and sound attitude. Our goal is to make an individual perfect. Hence the caption says <span>“Every Leaf Grows....”</span></p>
<br>
<p>Every society gives importance to education because it is the key to solve the various problems of life.</p>
<br>
<p>The goal of education should be the full flowering of the human on this earth. According to a UNESCO study, “the physical, intellectual, emotional and ethical integration of the individual into a complete man/woman is the fundamental aim of education.”</p>
<br>
<p>Since both Aim and Objective are in common language synonymous with goal they are both suggestive of a form of Goal-Oriented Education.</p>
<br>
<p>To provide quality education in both theoretical and applied foundations of computer education and to train students effectively and to solve real world problems.</p>
<br>
<p>To exceed the student’s expectations by providing high quality and cost-effective education. This will be accomplished through the coordination of the associates working together in an ethical, efficient, professional and respectful manner</p>
<br>
<p>We conduct Workshops, Events & other activities to encourage student-industry interaction, prepare them for their job interviews & make them industry-ready.</p>
<br>
<p>It is a place to find the short term courses with the flexibility so that the middle class and working class could be benefitted and improve their understanding and ultimately contribute in the National development & skills with more confidence and dignity.</p>
</div>
</div>
<div class="image-section">
<img src="assets/images/about.jpg" alt="logo">
</div>
</div>
<div class="contact">
<div class="contact-left">
<h3>Contact Us</h3>
<p>We're here to help! Whether you have questions, feedback, or just want to say hello, we'd love to hear from you. Please feel free to reach out to us using the contact information provided below or fill out the form on this page.</p>
<br>
<div class="contact-info">
<p><i class="fa-solid fa-phone"></i>+91 - 8904561613</p>
<br>
<p><i class="fa-solid fa-envelope"></i><a href="mailto:clover.info@gmail.com">clover.info@gmail.com</a></p>
<br>
<p><i class="fa-solid fa-location-dot"></i> Magadi Road Kamakshipalya <br> Bengalore Karnataka, PIN 560079</p>
</div>
<p>For urgent inquiries outside of our operating hours, please leave us a message, and we'll get back to you as soon as possible.
</p>
<p>Thank you for choosing Clover Informatics! We appreciate your business and look forward to assisting you.</p>
</div>
<div class="contact-right">
<form>
<div class="input-box">
<label for="Name">Name</label>
<input type="text" id="name" name="name" placeholder="Enter your name" required>
</div>
<div class="input-box">
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Enter your email" required>
</div>
<div class="input-box">
<label for="mobile">Mobile</label>
<input type="number" id="mobile" name="mobile" placeholder="Enter your number" required>
</div>
<div class="input-box">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" placeholder="Enter subject" required>
</div>
<div class="input-box">
<label for="meassge">Message</label>
<input type="text" id="message" name="message" placeholder="Message">
</div>
<button class="btn1" type="button" onclick="ContactFormSubmit()">Send Message</button>
</form>
</div>
</div>
<section class="footer">
<div class="row">
<div class="col">
<img src="assets/images/logo.avif" class="logo" >
<span>LearnSmart</span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Labore, rerum ut nam porro esse amet, repellat debitis facilis quia in dignissimos architecto veritatis totam! Nisi nobis inventore veniam. Ex, laboriosam.</p>
</div>
<div class="col">
<h1>Quick Links</h1>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="Courses.html">COURSE</a></li>
<li><a href="blogs.html">BLOGS</a></li>
<li><a href="contact.html">CONTACTS</a></li>
</ul>
</div>
<div class="col address">
<h1>Get on Touch</h1>
<p><i class="fa-solid fa-envelope"></i><a href="mailto:rajeshwarirajeshwari34879@gmail.com">Raji@gamil.com</a></p>
<p><i class="fa-solid fa-phone"></i>+91 - 0123456789</p>
<p><i class="fa-solid fa-location-dot"></i> Magadi Road <br> Kamakshipalya Bengalore <br> Karnataka PIN 560079</p>
</div>
<div class="col icons">
<h1>Follow Us</h1>
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</section>
</section>
<script>
function menubar(){
let nav = document.getElementById('navLinks');
let icons = document.getElementById('menuIcon');
nav.classList.toggle('show');
icons.classList.toggle('active')
};
</script>
</body>
</html>