-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathcontact.html
172 lines (160 loc) · 6.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Contact page for Anna Gilhespy children's portrait artist">
<meta name="keywords"
content="Contact, contact page, request a quote, message, Contact Anna Gilhespy, contact form, order form">
<meta name="author" content="Anna Gilhespy">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon_32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon_16x16.png">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css">
<link rel="stylesheet" href="assets/css/style.css" />
<title>Contact | Request a quote | Anna Gilhespy Childrens Portrait Artist Amsterdam</title>
</head>
<body>
<!-- LOGO AND NAV BAR -->
<nav class="navbar navbar-expand-md navbar-light fixed-top">
<!-- LOGO -->
<a class="navbar-brand mr-1" href="index.html">
<img src="assets/images/logo.gif" height="40" alt="AG logo" title="AG logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- NAV BAR LINKS -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto text-uppercase">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pricing.html">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="order.html">How to Order</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html">Contact <span class="sr-only">(current)</span></a>
</li>
</ul>
<!-- REQUEST QUOTE BUTTON -->
<a class="btn btn-info text-uppercase ml-md-3" href="contact.html">Request Quote</a>
</div>
</nav>
<!-- COVER HERO IMAGE CONTACT -->
<figure class="hero-img hero-img-contact" title="Oil painting of young girl with blue eyes">
<header class="hero-overlay">
<h1 class="vertical-center">Contact</h1>
</header>
</figure>
<!-- HEADER -->
<div class="text-center container-fluid p-5">
<div class="row justify-content-center">
<div class="col-10">
<h3>Request a quote | Get in touch</h3>
</div>
</div>
</div>
<!-- MAIN CONTENT OF CONTACT PAGE -->
<main>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-sm-10 col-md-6 mt-3 mb-5">
<form class="needs-validation">
<div class="form-group md-1">
<label for="name">Name</label>
<input class="form-control" id="name" required>
</div>
<div class="form-group mb-1">
<label for="email">Email address</label>
<input type="email" class="form-control" id="email" aria-describedby="emailHelp"
placeholder="Enter email" required>
<small id="emailHelp" class="form-text text-muted">I will never share your email with anyone
else.</small>
</div>
<div class="form-group mb-1">
<label for="textarea">Message</label>
<textarea class="form-control" id="textarea" rows="5" placeholder="Your message here"
required></textarea>
</div>
<div class="form-group mb-1">
<label for="uploadfile">Upload a photo</label>
<input type="file" class="form-control-file" id="uploadfile">
<small id="uploadHelp" class="form-text text-muted">
Upload the photo for your drawing or painting here. Don't worry if you are not sure yet,
you can email images later.
</small>
</div>
<div class="container-fluid">
<div class="row justify-content-center mt-3">
<button type="submit" class="btn btn-info btn-lg">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</main>
<!-- FOOTER -->
<footer class="page-footer bg-secondary text-white">
<div class="container">
<div class="row">
<div class="col-12 text-center text-shadow mb-4">
<a class="footer-nav" href="index.html">Home</a>
<a class="footer-nav" href="about.html">About</a>
<a class="footer-nav" href="gallery.html">Gallery</a>
<a class="footer-nav" href="pricing.html">Pricing</a>
<a class="footer-nav" href="order.html">How to Order</a>
<a class="footer-nav" href="contact.html">Contact</a>
</div>
<div class="col-12 py-3">
<!-- SOCIAL ICONS/LINKS -->
<div class="mb-1 flex-centre text-center social-icon-shadow">
<a class="ic-fb" href="https://facebook.com/annagilhespyart" target="_blank"
aria-label="Find me on Facebook" rel="noopener">
<i class="fab fa-facebook fa-lg mr-md-5 mr-3 fa-2x"></i>
</a>
<a class="ic-pin" href="https://pinterest.com/annagilhespy" target="_blank"
aria-label="Find me on Pinterest" rel="noopener">
<i class="fab fa-pinterest fa-lg mr-md-5 mr-3 fa-2x"></i>
</a>
<a class="ic-ins" href="https://instagram.com/annagilhespy" target="_blank"
aria-label="Find me on Instagram" rel="noopener">
<i class="fab fa-instagram fa-lg mr-md-5 mr-3 fa-2x"></i>
</a>
<a class="ic-twi" href="https://twitter.com/annagilhespy" target="_blank"
aria-label="Find me on Twitter" rel="noopener">
<i class="fab fa-twitter fa-lg mr-md-5 mr-3 fa-2x"></i>
</a>
<a class="ic-fl" href="https://flickr.com/people/annagilhespy" target="_blank"
aria-label="Find me on Flickr" rel="noopener">
<i class="fab fa-flickr fa-lg fa-2x"></i>
</a>
</div>
<!-- COPYRIGHT -->
<div class="text-shadow text-center py-3">
<small>©<span id="year"></span> Copyright: Anna Gilhespy all rights reserved</small>
<p class="mt-3">Website designed & developed by inSiteful</p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>