-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
127 lines (116 loc) · 4.04 KB
/
contact.html
File metadata and controls
127 lines (116 loc) · 4.04 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>FINAL PROJECT WEB</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<nav id="colorlib-main-nav" role="navigation">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle active"><i></i></a>
<div class="js-fullheight colorlib-table">
<div class="colorlib-table-cell js-fullheight">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<ul>
<li><a href="index.html"><span>Home</span></a></li>
<li><a href="about.html"><span>About</span></a></li>
<li class="active"><a href="contact.html"><span>Contact</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</nav>
<div id="colorlib-page">
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle"><i></i></a>
</div>
</div>
</div>
</header>
<div id="colorlib-contact">
<div class="container">
<div class="row">
<div class="col-md-12 col-md-offset-0 text-center animate-box intro-heading intro-heading-2">
<span>Contact</span>
</div>
</div>
<div class="row">
<div class="col-md-12 col-md-offset-0">
<div class="row">
<div class="col-md-4 animate-box">
<h3>My Address</h3>
<ul class="contact-info">
<li><span><i class="icon-map2"></i></span>Jln. Poncol Jaya RT06/05, 12710</li>
<li><span><i class="icon-phone4"></i></span>+62 812 8247 6763</li>
<li><span><i class="icon-envelope2"></i></span><a href="#">andikadiicky@gmail.com</a></li>
</ul>
</div>
<div class="col-md-7 col-md-push-1 animate-box">
<div class="row">
<form method="POST" action="https://formspree.io/ndkdicky@gmail.com" method="POST">
<input type="text" name="Message" placeholder="Type Your Message">
<input type="email" name="Reply To" placeholder="Your Email">
<input type="submit" value="Send">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="colorlib-footer">
<div class="container">
<div class="row">
<div class="col-md-12 info">
<h3>Info</h3>
<p>Email: <strong><a href="#">andikadiicky@gmail.com</a></strong></p>
<p>Phone: <strong><a href="#">(+62)812 8247 6763</a></strong></p>
<p>Address: <strong>Jln. Poncol Jaya <br> RT06/05 12710</strong></p>
<p class="colorlib-social-icons">
<a href="https://twitter.com/andikadiicky">Twitter</a>
<a href="https://facebook.com/andicky">Facebook</a>
<a href="https://instagram.com/andikadiicky">Instagram</a>
</p>
</div>
</div>
</div>
</footer>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/main.js"></script>
</body>
</html>