-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
74 lines (68 loc) · 3.5 KB
/
contact.html
File metadata and controls
74 lines (68 loc) · 3.5 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
<!DOCTYPE html>
<html>
<head>
<title>Project Pribadi</title>
<link href="syukron.css" rel="stylesheet">
<link href="contact.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker:400,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fredoka+One:400,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhaina|Permanent+Marker:400,800" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="container">
<div id="logo">
<h1><span id="aa">@</span>bankQ</h1>
</div>
<nav>
<a href="index.html">Home</a>
<a href="form.html">Service</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</div>
<div class="container-contact">
<div class="row2">
<div id="column">
<h2><strong>Contact Us</strong></h2>
<form>
<label>Your name *</label><br>
<input type="text">
<br>
<label>Your email address *</label><br>
<input type="email" placeholder="name@email">
<br>
<label>Subject</label><br>
<input type="text">
<br>
<label>Message *</label><br>
<textarea></textarea><br>
<input type="submit" value="submit">
</form>
</div>
<div id="column2">
<br>
<h4> <strong>The Office</strong></h4>
<ul>
<li>
<strong>Address:</strong><br>
PT Kreasi Muda Indonesia<br />
Jl. Matraman Raya No. 53 <br />
Jakarta 11451
Indonesia
</li>
<li><strong>Phone:</strong> 1-500-000</li>
<li><strong>Email:</strong> <a href="mailto:pcc@bankQ.id">contact@bankQ.id</a></li>
</ul>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3966.4424229939423!2d106.85534966476905!3d-6.205224295507896!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e69f46451bbf82f%3A0xcc523d70f354ecdb!2sPT+BANK+DANAMON+INDONESIA%2C+TBK+-+KANWIL+I+DKI+Jakarta!5e0!3m2!1sid!2sid!4v1540106638716" width="300" height="200" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div id="copy"><p>PT. Kreasi Muda Indonesia © 2018<br>Jalan Matraman Raya No. 53<br>Jakarta-Indonesia<br>11451</p></div>
<div id="logo"><h1><a href ="index.html">@bankQ</a></h1></div>
</div>
</div>
</body>
</html>