-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
154 lines (140 loc) · 6.77 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
<!DOCTYPE html>
<!--
Moon by GetTemplates.co
URL: https://gettemplates.co
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Moon - Multipurpose Bootstrap 4 Template by GetTemplates.co</title>
<meta name="description" content="Core HTML Project">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- External CSS -->
<link rel="stylesheet" href="vendor/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="vendor/select2/select2.min.css">
<link rel="stylesheet" href="vendor/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/lightcase/lightcase.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400|Work+Sans:300,400,700" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<link href="https://file.myfontastic.com/7vRKgqrN3iFEnLHuqYhYuL/icons.css" rel="stylesheet">
<!-- Modernizr JS for IE8 support of HTML5 elements and media queries -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
</head>
<body data-spy="scroll" data-target="#navbar-nav-header" class="static-layout">
<div class="boxed-page">
<nav id="gtco-header-navbar" class="navbar navbar-expand-lg py-4">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="/">
<span class="lnr lnr-moon"></span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-nav-header" aria-controls="navbar-nav-header" aria-expanded="false" aria-label="Toggle navigation">
<span class="lnr lnr-menu"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-nav-header">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/">Back to Home</a>
</li>
</ul>
</div>
</div>
</nav> <div class="jumbotron d-flex align-items-center" style="background-image: url(img/hero-2.jpg)">
<div class="container text-center">
<h1 class="display-2 mb-4">Contact Us!</h1>
<p>
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.<br>Duis mollis, est non commodo luctus.
</p>
</div>
</div> <!-- Contact Form Section -->
<section id="gtco-contact-form" class="bg-white">
<div class="container">
<div class="section-content">
<!-- Section Title -->
<div class="title-wrap">
<h2 class="section-title">Get In Touch</h2>
<p class="section-sub-title">Praesent commodo cursus magna, vel scelerisque nisl consectetur et. <br> pharetra augue. Donec id elit non mi.</p>
</div>
<!-- End of Section Title -->
<div class="row">
<!-- Contact Form Holder -->
<div class="col-md-8 offset-md-2 contact-form-holder mt-4">
<form method="post" name="contact-us" action="">
<div class="row">
<div class="col-md-6 form-input">
<input type="text" class="form-control" id="name" name="name" placeholder="Name">
</div>
<div class="col-md-6 form-input">
<input type="text" class="form-control" id="email" name="email" placeholder="Email">
</div>
<div class="col-md-12 form-input">
<input type="text" class="form-control" id="subject" name="subject" placeholder="Subject">
</div>
<div class="col-md-12 form-textarea">
<textarea class="form-control" id="message" name="message" rows="6" placeholder="Your Message ..."></textarea>
</div>
<div class="col-md-12 form-btn text-center">
<button class="btn btn-block btn-secondary btn-red" type="submit" name="submit" onclick="return false;">Send Message</button>
</div>
</div>
</form>
<div id="form-message-warning"></div>
<div id="form-message-success">
Your message was sent, thank you!
</div>
</div>
<!-- End of Contact Form Holder -->
</div>
</div>
</div>
</section>
<!-- End of Contact Form Section --> <footer class="mastfoot mb-3 bg-white py-4 border-top">
<div class="inner container">
<div class="row">
<div class="col-md-6 d-flex align-items-center justify-content-md-start justify-content-center">
<p class="mb-0">© 2019 Moon. All Right Reserved. Design by <a href="https://gettemplates.co" target="_blank">GetTemplates.co</a>.</p>
</div>
<div class="col-md-6">
<nav class="nav nav-mastfoot justify-content-md-end justify-content-center">
<a class="nav-link" href="#">
<i class="icon-facebook"></i>
</a>
<a class="nav-link" href="#">
<i class="icon-twitter"></i>
</a>
<a class="nav-link" href="#">
<i class="icon-instagram"></i>
</a>
<a class="nav-link" href="#">
<i class="icon-linkedin"></i>
</a>
<a class="nav-link" href="#">
<i class="icon-youtube"></i>
</a>
<a class="nav-link" href="#">
<i class="icon-pinterest"></i>
</a>
</nav>
</div>
</div>
</div>
</footer> </div>
</div>
<!-- External JS -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script src="vendor/bootstrap/popper.min.js"></script>
<script src="vendor/bootstrap/bootstrap.min.js"></script>
<script src="vendor/select2/select2.min.js "></script>
<script src="vendor/owlcarousel/owl.carousel.min.js"></script>
<script src="vendor/isotope/isotope.min.js"></script>
<script src="vendor/lightcase/lightcase.js"></script>
<script src="vendor/waypoints/waypoint.min.js"></script>
<script src="vendor/countTo/jquery.countTo.js"></script>
<!-- Main JS -->
<script src="js/app.min.js "></script>
<script src="//localhost:35729/livereload.js"></script>
</body>
</html>