forked from apirozok/artfullyyou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
41 lines (38 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="js/head.js"></script>
<script>
// Page-specific meta tags and title for index.html
const pageTitle = 'Contact - Be Artfully You';
const pageMeta = [
{ name: 'description', content: 'Be Artfully You - becoming the artist you were ment to be.' },
{ name: 'keywords', content: 'fine arts, art classes, art lessons' }
];
</script>
<script src="js/head-end.js"></script>
</head>
<body>
<header id="header" class="text-center mb-5">
<div id="menu-container"></div>
<div class="hero-content">
<h1>contact artfully <i>you</i></h1>
</div>
</header>
<div class="container">
<div class="row mb-5">
<div class="col-md-12">
<p><h3>Amy Pirozok<br>Artist/Art Instructor<br>
<a href="mailto:[email protected]">[email protected]</a></p>
<p>
2208 Concord Street<br>
Richland, WA 99352<br>
tel:+1-542-7779</h3>
</p>
</div>
</div>
</div>
<script src="js/menu.js"></script>
<script src="js/contact.js"></script>
</body>
</html>