This repository has been archived by the owner on Dec 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
216 lines (215 loc) · 5.66 KB
/
index.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
207
208
209
210
211
212
213
214
215
216
<html>
<head>
<meta charset="utf-8">
<title>Mobile Bartending Services</title>
<meta name="description" content="Professional mobile bartending services for events and parties">
<!-- Open Graph metadata for Instagram -->
<meta property="og:title" content="Mobile Bartending Services">
<meta property="og:description" content="Professional mobile bartending services for events and parties">
<meta property="og:image" content="https://example.com/bartender.jpg">
<!-- End Open Graph metadata -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<header>
<h1 style="color:Pink;">Mobile Bartending Services</h1>
<nav>
<ul>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact Us</a></li>
<li><a href="https://www.instagram.com/mobilebartending/" target="_blank">Instagram</a></li>
</ul>
</nav>
</header>
<main>
<section id="services">
<h2>Our Services</h2>
<p> Include Services here </p>
<div class="services">
<div class="service">
<img src="https://example.com/cocktails.jpg" alt="Cocktails">
<h2>Cocktails</h2>
<p>Custom cocktails for any occasion</p>
</div>
<!-- Contact Us -->
<div>
<div class="contact-form-wrapper d-flex justify-content-center">
<form action="#" class="contact-form">
<h5 class="title">Contact us</h5>
<p class="description">Feel free to contact us if you need any assistance, any help or another question.
</p>
<div>
<input type="text" class="form-control rounded border-white mb-3 form-input" id="name" placeholder="Name" required>
</div>
<div>
<input type="email" class="form-control rounded border-white mb-3 form-input" placeholder="Email" required>
</div>
<div>
<textarea id="message" class="form-control rounded border-white mb-3 form-text-area" rows="5" cols="30" placeholder="Message" required></textarea>
</div>
<div class="submit-button-wrapper">
<input type="submit" value="Send">
</div>
</form>
</div>
</div>
<style>
body {
font-family: sans-serif;
background-color: #f5f5f5;
margin: 0;
}
header {
background-color: #333333;
color: #ffffff;
padding: 16px;
}
header h1 {
margin: 0;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
nav li {
margin: 0 16px;
}
nav a {
color: #ffffff;
text-decoration: none;
}
main {
max-width: 800px;
margin: 0 auto;
padding: 16px;
}
.services {
display: flex;
flex-wrap: wrap;
margin-bottom: 32px;
}
.service {
flex: 1;
text-align: center;
margin: 0 16px 16px 0;
}
.service img {
width: 100%;
max-width: 200px;
margin-bottom: 8px;
}
.service h2 {
margin: 8px 0;
}
.service p {
font-size: 0.9em;
color: #666666;
}
.testimonials {
margin-bottom: 32px;
}
.service {
flex: 1 1 100%;
margin: 0 0 16px 0;
}
}
/* Add a primary class to the form element */
.form {
/* Use flexbox to create a flexible layout for the form */
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
/* Use CSS variables to reduce the size and complexity of the code */
--form-padding: 1rem;
--form-spacing: 1rem;
--form-color: #333;
--form-bg-color: #fff;
--form-border-color: #ccc;
--form-font-size: 1rem;
--form-font-family: sans-serif;
/* Use responsive design techniques to adjust the layout of the form based on the size of the screen */
@media (max-width: 600px) {
flex-direction: column;
}
}
/* Add a secondary class to the form element */
body {
background-color: #f5e0e5 !important;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.contact-form-wrapper {
padding: 100px 0;
}
.contact-form {
padding: 30px 40px;
background-color: #ffffff;
border-radius: 12px;
max-width: 400px;
}
.contact-form textarea {
resize: none;
}
.contact-form .form-input,
.form-text-area {
background-color: #f0f4f5;
height: 50px;
padding-left: 16px;
}
.contact-form .form-text-area {
background-color: #f0f4f5;
height: auto;
padding-left: 16px;
}
.contact-form .form-control::placeholder {
color: #aeb4b9;
font-weight: 500;
opacity: 1;
}
.contact-form .form-control:-ms-input-placeholder {
color: #aeb4b9;
font-weight: 500;
}
.contact-form .form-control::-ms-input-placeholder {
color: #aeb4b9;
font-weight: 500;
}
.contact-form .form-control:focus {
border-color: #f33fb0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}
.contact-form .title {
text-align: center;
font-size: 24px;
font-weight: 500;
}
.contact-form .description {
color: #aeb4b9;
font-size: 14px;
text-align: center;
}
.contact-form .submit-button-wrapper {
text-align: center;
}
.contact-form .submit-button-wrapper input {
border: none;
border-radius: 4px;
background-color: #f23292;
color: white;
text-transform: uppercase;
padding: 10px 60px;
font-weight: 500;
letter-spacing: 2px;
}
.contact-form .submit-button-wrapper input:hover {
background-color: #d30069;
}
</style>
</main>
<footer>
<p>Copyright 2023 Mobile Bartending Services</p>
</footer>
</body>
</html>