-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
206 lines (197 loc) · 10.5 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!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-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous" />
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&family=Raleway:wght@300;400;500;700&family=Lato:wght@300;400;700&display=swap" rel="stylesheet" />
<!-- Style -->
<link rel="stylesheet" href="dist/css/contact.css" />
</head>
<body>
<div class="container-fluid img-main-contact">
<img src="img/bg-contact-crop.png" alt="bg-contact-crop.png"/>
</div>
<!-- START NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark shadow-5-strong">
<a class="navbar-brand" href="/">FathCapital</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- END NAVBAR -->
<!-- START HEADER -->
<section class="header">
<div class="container d-flex justify-content-center">
<div class="row">
<div class="col-12">
<span class="contact-title">Get In Touch</span>
</div>
</div>
</div>
</section>
<!-- END HEADER -->
<!-- START GET IN TOUCH -->
<section class="get-in-touch">
<div class="container d-flex justify-content-center">
<div class="row">
<div class="col-12">
<div class="card div-contact">
<div class="card-body">
<form>
<div class="form-row">
<div class="col-12 col-md-6">
<label class="title-input-contact" for="inputName">Your Name (required)</label>
<input type="text" class="form-control" id="inputName" placeholder="" />
</div>
<div class="col-12 col-md-6">
<label class="title-input-contact" for="inputEmail">Your Email (required)</label>
<input type="email" class="form-control" id="inputEmail" placeholder="" />
</div>
</div>
<div class="form-row">
<div class="col-12">
<label class="title-input-contact" for="inputService">Pick Your Service</label>
<select id="inputService" class="form-control">
<option value="1" selected>Consulting</option>
<option value="2">Planning</option>
<option value="3">Nutrition</option>
</select>
</div>
<div class="col-12">
<label class="title-input-contact" for="inputZip">Subject</label>
<input type="text" class="form-control" id="inputSubject" />
</div>
</div>
<div class="form-row">
<div class="col-12">
<label class="title-input-contact" for="inputMessage">Your Message</label>
<textarea class="form-control input-textarea-contact" id="inputMessage" type="text" rows="5"></textarea>
</div>
</div>
<div class="form-row">
<div class="col d-flex justify-content-center">
<button type="submit" class="btn btn-submit">SEND</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- END GET IN TOUCH -->
<!-- START FOOTER SECTION -->
<section class="footer mt-5">
<div class="container">
<div class="row pt-4">
<div class="col-12 mb-4">
<div class="logo">
<img src="img/img-logo.png" alt="img-logo" class="img-fluid img-logo" />
</div>
</div>
</div>
<div class="row pb-4">
<div class="col-lg-9">
<div class="row">
<div class="col-12 col-md-6 mb-4">
<div class="fo-card">
<div class="fo-div-title">
<p class="fo-title">Jakarta Office :</p>
<p class="fo-sub-title">Indonesia Stock Exchange Tower 2, 17th Floor <br>Jl. Jend. Sudirman Kav. 52-53, <br>Jakarta 12190</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-4">
<div class="fo-card">
<div class="fo-div-title">
<p class="fo-title">Jakarta Office 2 :</p>
<p class="fo-sub-title">Plaza Simatupang <br>TB. Simatupang KAV IS No. 1 <br>Jakarta 12310, Indonesia</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-4">
<div class="fo-card">
<div class="fo-div-title">
<p class="fo-title">Singapore Office :</p>
<p class="fo-sub-title">Singapore Land Tower, 37th Floor <br>50 Raffles Place <br>Singapore 048623</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-4">
<div class="fo-card">
<div class="fo-div-title">
<p class="fo-title">Our Contact</p>
<p class="fo-sub-title">Email: [email protected] <br>Tel: +6221 5157613</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="row">
<div class="col-12 mb-2">
<div class="fo-card">
<div class="fo-div-title">
<span class="fo-title">Follow Us on Social Media</span>
<div class="fo-social">
<a href="#">
<div class="img-social">
<svg class="svg-social" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="rgb(72, 160, 230)" d="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z"/>
</svg>
</div>
Instagram
</a>
<a href="#">
<div class="img-social">
<svg class="svg-social" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="rgb(72, 160, 230)" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"/>
</svg>
</div>
Facebook
</a>
<a href="#">
<div class="img-social">
<svg class="svg-social" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="rgb(72, 160, 230)" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"/>
</svg>
</div>
Twitter
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END FOOTER SECTION -->
<!-- JAVASCRIPT -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
</body>
</html>