-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
187 lines (162 loc) · 7.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--META TAGS-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="Description"
content="Bully Book Club Contact Us. Want to find out more about Bully Book Club? Have a question, a book recomendation or just want to say hi? Use our contact us page to send us a message." />
<!-- Social Media Integration for Facebook, LinkedIn & Google - Code from Abi Harrison Meta Tags Webinar - See Readme -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Bully Book Club | Contact Us" />
<meta property="og:description"
content="Bully Book Club Contact Us. Want to find out more about Bully Book Club? Have a question, a book recomendation or just want to say hi? Use our contact us page to send us a message." />
<meta name="image" property="og:image" content="assets/images/bullybookclubwebsite.png" />
<meta property="og:image:alt" content="The Bully Book Club Website shown on a range of devices" />
<meta property="og:url" content="https://kera-cudmore.github.io/Bully-Book-Club/contact.html" />
<meta property="og:site_name" content="Bully Book Club | Contact Us" />
<meta name="author" content="Kera Cudmore">
<!--Favicon & Apple Touch Icon-->
<link rel="icon" type="image/x-icon" href="assets/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<!-- Bootstrap CDN Link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css">
<!-- Font Awesome CDN Link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- My Stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Browser Tab Title -->
<title>Bully Book Club | Contact Us</title>
</head>
<body>
<header>
<!-- NAVBAR - - Bootstrap code used and modified-->
<nav class="navbar navbar-expand-lg navbar-light bg-nav navbar-top">
<a class="navbar-brand" href=" index.html">
<img src="assets/images/logo.webp" width="100" height="100" class="d-inline-block align-center"
alt="two illlustrated English Bulldogs standing on a pile of books that have Bully Book Club on the spines">
<span class="align-center d-none d-md-inline-block">Bully Book Club</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item hvr-float-shadow">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown nav-item hvr-float-shadow">
<a class="nav-link dropdown-toggle" href="books.html" id="navbarDropdownMenuLink" role="button"
data-toggle="dropdown" aria-expanded="false">
Books
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="books.html#currently-reading">Currently Reading</a>
<a class="dropdown-item" href="books.html#reading-next">Reading Next</a>
<a class="dropdown-item" href="books.html#2021">2021</a>
<a class="dropdown-item" href="books.html#2020">2020</a>
<a class="dropdown-item" href="books.html#2019">2019</a>
</div>
</li>
<li class="nav-item active hvr-float-shadow">
<a class="nav-link" href="contact.html">Contact Us<span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- PAGE CONTAINER-->
<main class="container-fluid form-container">
<!-- PAGE TITLE-->
<h1>Contact Us</h1>
<div class="row justify-content-sm-around justify-content-md-center">
<div class="col-sm-8 col-md-4">
<ul class="contact-us-list">
<li>Have a question about our book club that hasn't been answered?</li>
<li>Want some more information on how to join our book club? </li>
<li>Want to recommend an awesome book to us? </li>
<li> Or just want to say hi? </li>
</ul>
</div>
</div>
<!-- FORM - Bootstrap code used and modified -->
<form action="thankyou.html">
<div class="row justify-content-center">
<div class="col-sm-8 form-group">
<label for="Name">Name</label>
<input type="text" class="form-control" id="Name" placeholder="Your Name" required>
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm-8 form-group">
<label for="Email">Email</label>
<input type="email" class="form-control" id="Email" aria-describedby="emailHelp"
placeholder="[email protected]" required>
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm-8">
<div class="form-group">
<label class="sr-only" for="IGUsername">Instagram Username</label>
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text">@</div>
</div>
<input type="text" class="form-control" id="IGUsername" placeholder="Instagram Username">
</div>
</div>
</div>
</div>
<div class="row checkbox-group form-group justify-content-around">
<div class="form-check col-sm-8">
<input class="form-check-input" type="checkbox" id="JoinUs" value="JoinUs">
<label class="form-check-label" for="JoinUs">Join Us</label>
</div>
<div class="form-check col-sm-8">
<input class="form-check-input" type="checkbox" id="BookRec" value="BookRec">
<label class="form-check-label" for="BookRec">Book Recommendation</label>
</div>
<div class="form-check col-sm-8">
<input class="form-check-input" type="checkbox" id="Other" value="Other">
<label class="form-check-label" for="Other">Other</label>
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm-8">
<textarea required placeholder="Add your message here :)" class="col-12" rows="10"></textarea>
</div>
</div>
<div class="row form-row d-flex-row justify-content-center">
<button type="submit" class="btn btn-primary ">Submit</button>
</div>
</form>
</main>
<!-- FOOTER -->
<footer class="container-fluid footer-container">
<div class="row">
<div class="col">
<a href="https://www.instagram.com/bullybookclub/" target="_blank" rel="noopener">
<i class="fab fa-instagram hvr-push"><span class="sr-only">Instagram</span></i>
</a>
</div>
<div class="col">
<a href="https://www.goodreads.com/group/show/1165404-bully-book-club" target="_blank" rel="noopener">
<i class="fab fa-goodreads-g hvr-push"><span class="sr-only">Goodreads</span></i>
</a>
</div>
<div class="col">
<a href="contact.html">
<i class="far fa-envelope hvr-push"><span class="sr-only">Contact Us</span></i>
</a>
</div>
</div>
</footer>
<!-- Scripts for Bootstrap-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js"></script>
</body>
</html>