forked from tinkerhubkmea/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
44 lines (43 loc) · 1.51 KB
/
Contact.html
File metadata and controls
44 lines (43 loc) · 1.51 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
<!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="contact_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 class="current_page" href="./Contact.html"><ul>Contact</ul></a>
<a href="./about.html"><ul>About</ul></a>
</div>
</div>
<div class="grid_contact_area">
<div class="grid_contact_item contact_item1">
<h1>Address</h1>
<h2>K.M.E.A Engineering College</h2>
<h2>Kuzhivelipady, Edathala</h2>
<h2>Aluva-683561</h2>
</div>
<div class="grid_contact_item contact_item2">
<h1>K.M.E.A Office</h1>
<h2>Arangath Road</h2>
<h2>Pullepady, Ernakulam North</h2>
<h2>Kochi-682018</h2>
<h2>Ph: 0484-2366102</h2>
<h2>Fax: 0484-2380533</h2
</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>