-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
192 lines (150 loc) · 6.31 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
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<title>Larry Volz - Magic Comedian</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/fancybox.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
<style>
i {
color: blue;
}
i:hover {
color:white;
}
a {
color: white;
}
a:hover {
color: blue;
}
</style>
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="header-bar d-flex d-lg-block align-items-center" data-aos="fade-left">
<div class="site-logo">
<a href="index.html">Magiccomedian Larry Volz</a>
</div>
<div class="d-inline-block d-xl-none ml-md-0 ml-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-white"><span class="icon-menu h3"></span></a></div>
<div class="main-menu">
<ul class="js-clone-nav">
<li><a href="index.html">Home</a></li>
<li><a href="videos.html">Videos</a></li>
<!-- <li><a href="photos.html">Photos</a></li> -->
<li><a href="bio.html">Bio</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul>
<!-- <ul class="social js-clone-nav">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul> -->
</div>
</header>
<main class="main-content">
<div class="container-fluid photos">
<div class="row justify-content-center">
<div class="col-md-6 pt-4" data-aos="fade-up">
<h2 class="text-white mb-4">Contact Me</h2>
<div class="row">
<div class="col-md-12">
<div class="col-lg-8 justify-content-end">
<div class="row align-items-center my-4">
<div class="col-1">
<a href ="tel:804-882-1951" >
<i style="font-size: 1.6rem;" class="fas fa-mobile-alt"></i>
</div>
<div class="col-11">
<a href ="tel:804-882-1951" >
804-882-1951
</a>
</div>
</div>
<div class="row align-items-center my-4">
<div class="col-1">
<a href ="mailto:[email protected]" >
<i style="font-size: 1.6rem;" class="fas fa-envelope-open-text"></i>
</div>
<div class="col-11">
<a href ="mailto:[email protected]" >
[email protected]
</a>
</div>
</div>
<div class="row align-items-center my-4" >
<div class="col-1">
<a href ="#" data-toggle="tooltip" data-placement="top" title="I'm still working on that one...">
<i style="font-size: 1.6rem;" class="fas fa-rocket"></i>
</a>
</div>
<div class="col-11">
<a href ="#" data-toggle="tooltip" data-placement="top" title="I'm still working on that one...">
Teleport to me
</a>
</div>
</div>
<div class="row align-items-center my-4">
<div class="col-1">
<a href ="https://go.oncehub.com/PhoneMeetingwithLarryVolz" target="_blank" >
<i style="font-size: 1.6rem;" class="far fa-calendar-alt"></i>
</div>
<div class="col-11">
<a href ="https://go.oncehub.com/PhoneMeetingwithLarryVolz" target="_blank" >
Or click here to put yourself on <br> my calendar to prearrange a meeting <br> at a time that works for you!
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="row justify-content-center">
<div class="col-md-12 text-center py-5">
<p>
©<script>document.write(new Date().getFullYear());</script> Larry Volz. All rights reserved
</p>
</div>
</div> -->
</div>
</main>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>