-
Notifications
You must be signed in to change notification settings - Fork 8
/
about.html
40 lines (40 loc) · 1.88 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="../favicon.ico"/>
<link rel="icon" type="image/x-icon" href="../favicon.ico"/>
<meta charset="utf-8"/>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="./css/style.css">
<title>Tinkerhub KMEA</title>
</head>
<body class="about_page">
<div class="header_area flexbox_container">
<a href="./index.html"><div class="logo_area flexbox_item flexbox_item_logo"><img src="./KMEA_logo.png" /></div></a>
<div class="menu_area flexbox_item flexbox_item_menu">
<a href="./index.html"><ul>Home</ul></a>
<a href="./Contact.html"><ul>Contact</ul></a>
<a class="current_page" href="./about.html"><ul>About</ul></a>
</div>
</div>
<div class="grid_contact_area">
<div class="grid_contact_item contact_item1">
<h1>Tinkerhub KMEA</h1>
<p>The TinkerHub Foundation is a non-profit organisation which promotes the creation of tech-talent focused among youth,
through equipping individuals with emerging technology skill sets,
which would accelerate innovation within one’s learning path,
and make them future-ready.</p>
</div>
<div class="grid_contact_item contact_item2">
<h1>Our Commitment</h1>
<p>KMEA is committed to providing high-quality education for all of its students.An education at Cochin offers an environment conducive to the best learning situations individualized academic support, dedicated teaching faculty, personal educational and financial counseling, and the beauty and security of a campus in the College.</p>
</div>
</div>
<div class="footer_area">
<a href="https://github.com/tinkerhubkmea"><div class="footer_area">
<p>Welcome to Tinkerhub KMEA - https://github.com/tinkerhubkmea</p>
</a>
</div>
</body>
</html>