-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
82 lines (71 loc) · 3.18 KB
/
contact.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
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
<!DOCTYPE html>
<html>
<head>
<title>Ashakiran pampady</title>
<meta charSet="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="">
<meta property="og:image" content="">
<link rel="shortcut icon" href="/logo.png" />
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/color.css">
<style>
</style>
</head>
<body class="font-neutral">
<div class="blue-flat">
<header class="header">
<div class="container-lrg">
<div class="flex col-12 spread">
<a href="/" target="_self" class="logo primary-color logo">Ashakiran Pampady</a>
<a href="#main-menu" id="menu" class="menu-toggle">
<b class="nav-link mr0 secondary-color">☰</b>
</a>
<nav id="main-menu" role="navigation" class="main-menu">
<a href="#" id="main-menu-close" class="menu-close">
<span class="bold">✕</span>
</a>
<a href="/PalliativeCareCenter" target="_self" class="nav-link secondary-color">Palliative Care
Center</a>
<!-- <a href="/Free Homoeo Clinic" class="nav-link secondary-color">Free Homoeo Clinic</a> -->
<!-- <a href="/Contact" class="nav-link secondary-color">Contact</a> -->
<a href="/contact" class="nav-link secondary-color">Contact</a>
</nav>
</div>
</div>
</header>
<section class="section">
<div class="container mb40">
<div class="col-12 text-center">
<h1 class="heading-lrg primary-color">Contact</h1>
</div>
</div>
</section>
</div>
<section id="feature-1" class="section blue-white" sitemeta="[object Object]" activepage="Contact">
<div class="container">
<div class="col-12 text-center flex flex-column center-horizontal">
<h3 class="heading primary-color"></h3>
<p align="left" class="paragraph mt20 secondary-color"><b>Medical Emergency</b><br> Dr. Renjie George<br>91
9446
460 562.
<br><br>
<b>Palliative Care Centre services</b><br> Mr. Babu Zacharia,<br> 91 9497 321 971,<br> e-mail:
<br><br>
<b>Homoeo Clinic services</b><br>Mr. K. T. Philipose. <br>91 9539 351 952 <br>e-mail:
</div>
</div>
</section>
<footer id="footer-2" class="section text-center blue-flat" sitemeta="[object Object]" activepage="Contact">
<div class="container col-12">
<div></div>
<div class="mt50">
<span class="span secondary-color">©</span>
<span class="span secondary-color">2018 Ashakiranpampady Maintained By Bodhi Creations</span>
</div>
</div>
</footer>
</body>
</html>