-
Notifications
You must be signed in to change notification settings - Fork 1
/
kontak.html
187 lines (171 loc) · 9.61 KB
/
kontak.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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>DPM STT NF | Kontak</title>
<!-- Bootstrap core CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="assets/css/custom.css" rel="stylesheet">
<link href="assets/css/app.css" rel="stylesheet">
<link href="assets/css/breadcrumbs.css" rel="stylesheet">
<link href="assets/css/team.css" rel="stylesheet">
<link href="assets/css/carousel.css" rel="stylesheet">
<!-- CSS Page Style -->
<link rel="stylesheet" href="https://htmlstream.com/preview/unify-v1.9.8/assets/css/pages/page_contact.css">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Beranda</a></li>
<li><a href="tentang-kami.html">Tentang Kami</a></li>
<li><a href="produk-hukum.html">Produk Hukum</a></li>
<!-- <li>
<a href="#"><img id="logo-navbar-middle" src="http://dpm.nurulfikri.ac.id/wp-content/uploads/2016/02/cropped-photo737584552493557689.jpg" width="50" alt="Logo Thing main logo"></a>
</li> -->
<li><a href="galeri.html">Galeri</a></li>
<li><a href="berita.html">Berita</a></li>
<li class="active"><a href="kontak.html">Kontak</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<!--=== Breadcrumbs ===-->
<div class="breadcrumbs">
<div class="container">
<h1 class="pull-left">Our Contacts</h1>
<ul class="pull-right breadcrumb">
<li><a href="index.html">Home</a></li>
<li><a href="">Pages</a></li>
<li class="active">Contacts</li>
</ul>
</div>
</div><!--/breadcrumbs-->
<!--=== End Breadcrumbs ===-->
<!-- Google Map -->
<div id="map" class="map"></div>
<!-- End Google Map -->
<!--=== Content Part ===-->
<div class="container content">
<div class="row margin-bottom-30">
<div class="col-md-9 mb-margin-bottom-30">
<div class="headline"><h2>Contact Form</h2></div>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas feugiat. Et harum quidem rerum facilis est et expedita distinctio lorem ipsum dolor sit amet, consectetur adipiscing elit landitiis.</p><br />
<form action="assets/php/sky-forms-pro/demo-contacts-process.php" method="post" id="sky-form3" class="sky-form contact-style">
<fieldset class="no-padding">
<label>Name <span class="color-red">*</span></label>
<div class="row sky-space-20">
<div class="col-md-7 col-md-offset-0">
<div>
<input type="text" name="name" id="name" class="form-control">
</div>
</div>
</div>
<label>Email <span class="color-red">*</span></label>
<div class="row sky-space-20">
<div class="col-md-7 col-md-offset-0">
<div>
<input type="text" name="email" id="email" class="form-control">
</div>
</div>
</div>
<label>Message <span class="color-red">*</span></label>
<div class="row sky-space-20">
<div class="col-md-11 col-md-offset-0">
<div>
<textarea rows="8" name="message" id="message" class="form-control"></textarea>
</div>
</div>
</div>
<p><button type="submit" class="btn-u">Send Message</button></p>
</fieldset>
<div class="message">
<i class="rounded-x fa fa-check"></i>
<p>Your message was successfully sent!</p>
</div>
</form>
</div><!--/col-md-9-->
<div class="col-md-3">
<!-- Contacts -->
<div class="headline"><h2>Contacts</h2></div>
<ul class="list-unstyled who margin-bottom-30">
<li><a href="#"><i class="fa fa-home"></i>5B Streat, City 50987 New Town US</a></li>
<li><a href="#"><i class="fa fa-envelope"></i>[email protected]</a></li>
<li><a href="#"><i class="fa fa-phone"></i>1(222) 5x86 x97x</a></li>
<li><a href="#"><i class="fa fa-globe"></i>http://www.example.com</a></li>
</ul>
<!-- Business Hours -->
<div class="headline"><h2>Business Hours</h2></div>
<ul class="list-unstyled margin-bottom-30">
<li><strong>Monday-Friday:</strong> 10am to 8pm</li>
<li><strong>Saturday:</strong> 11am to 3pm</li>
<li><strong>Sunday:</strong> Closed</li>
</ul>
<!-- Why we are? -->
<div class="headline"><h2>Why we are?</h2></div>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum.</p>
<ul class="list-unstyled">
<li><i class="fa fa-check color-green"></i> Odio dignissimos ducimus</li>
<li><i class="fa fa-check color-green"></i> Blanditiis praesentium volup</li>
<li><i class="fa fa-check color-green"></i> Eos et accusamus</li>
</ul>
</div><!--/col-md-3-->
</div><!--/row-->
</div><!--/container-->
<!--=== End Content Part ===-->
<div class="container">
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2016 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</div>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')
</script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="assets/js/vendor/holder.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="//maps.googleapis.com/maps/api/js?key=AIzaSyCDSb3wORiw36c9kGhpSVqjkTYtJpVp4l4&callback=initMap" async defer></script>
<script src="https://htmlstream.com/preview/unify-v1.9.8/assets/js/forms/contact.js"></script>
<script src="https://htmlstream.com/preview/unify-v1.9.8/assets/js/plugins/google-map.js"></script>
</body>
</html>