-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.html
More file actions
84 lines (76 loc) · 3.29 KB
/
book.html
File metadata and controls
84 lines (76 loc) · 3.29 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com/%22%3E"><link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="/images/satvik-logo.webp">
<link rel="stylesheet" href="styles.css">
<title>Document</title>
</head>
<body>
<header>
<div style="display: flex; margin-top: 0; padding-top: 0;">
<div id="img" style="display: flex; width: 150px; height: 100px;">
<img src="./images/satvik-logo.webp" alt="bsatvik">
</div>
<div style="margin-left: 20px;">
<p
style="font-family:'Josefin Sans', sans-serif; font-weight:200; font-size: 22px; color:white">
SATVIK MAGIC</p>
<p
style="font-family:'Josefin Sans', sans-serif; font-weight: 300; font-size: 15px; color: white;">
To Seek the Impossible</p>
</div>
</div>
<hr style="color: white;">
<div id="head" style="padding-bottom: 0%; margin-bottom: 0%;">
<ul id="top">
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./shows.html">Shows</a></li>
<li><a href="./contact.html">Contact</a></li>
<li><a href="./book.html">Book Online</a></li>
</ul>
<p>bsatvikmagic(at)gmail(dot)com</p>
</div>
</header>
<div style="background-color: rgba(81,49,39,255); padding-top: 76px; padding-bottom: 50px; text-align: center;">
<h1
style="padding-top: 0%; margin-top: 0%; margin-bottom: 0; font-size:65px; color: #E4D5BE; font-family:'Josefin Sans', sans-serif; font-weight: 300;">
BOOK ONLINE NOW</h1>
<p
style="padding-top: 0%; margin-top: 0%; margin-bottom: 40px; margin-top: 20px; color: white; font-size: large; font-family: Arial, Helvetica, sans-serif; font-size: 15px;">
To book a show, fill out this <a style="color: white;" target="_blank" href="https://forms.gle/vVq2q23ux9BPZKBi9">
form!</a> I will email you back as soon as possible to discuss further details.</p>
<img style=" width: 90%;" src="./images/a2.jpg">
</div>
<footer
style="
background-color: black;
align-items: center;
padding: 30px 0 10px 0;
"
>
<div style="display: flex">
<a href="https://www.facebook.com/SatvikMagic/" target="_blank" style="margin-left: auto;"
><div id="facebook"></div
></a>
<a
href="https://www.youtube.com/channel/UC9pFPBeduWkNX423Lv-tyDA"
target="_blank"
><div id="youtube"></div
></a>
<a href="https://www.tiktok.com/@satvikmagic" target="_blank" style="margin-right: auto;"
><div id="tiktok"></div
></a>
</div>
<br /><br />
<p style="text-align: center; color: white">
Proudly made by
<a style="color: white; margin: 0" href="https://github.com/Rawpower9"
>Ritvik</a
>
</p>
</footer>
</body>
</html>