-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
63 lines (54 loc) · 1.94 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<!-- my css -->
<link rel="stylesheet" href="master.css">
<!-- icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>contact me</title>
</head>
<body>
<!-- contact section -->
<section class="contact" id="contact">
<div class="max-width">
<br>
<h2 class="title1">Contact me</h2>
<br>
<br>
<div class="contact-content">
<div class="row mt-1">
<div class="col-lg-4">
<div class="info">
<div class="address">
<p class="icon"><i class="material-icons" style="size:36px">location_on</i>
Location</p>
<p>Pathiyarathu Kizhakkathil,
Kattachira Pallickal P.O,
Kayamkulam,Alappuzha,
Kerala 690503
</p>
</div>
<div class="email">
<p class="icon"><i class="material-icons" style="size:36px">email</i>
Email</p>
<p>[email protected]</p>
</div>
<div class="phone">
<p class="icon"><i class="fa fa-phone" style="size:36px"></i>
Call</p>
<p>+91 81578 38307</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body>