-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
117 lines (114 loc) · 3.83 KB
/
contact.html
File metadata and controls
117 lines (114 loc) · 3.83 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
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
<!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="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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
sans-serif;
font-weight: 200;
font-size: 22px;
color: white;
"
>
SATVIK MAGIC
</p>
<p
style="
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
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>
<main style="background-color: rgba(81, 49, 39, 255)">
<div style="padding: 20px"></div>
<div style="display: flex; background-color: white; margin: auto 5%">
<div
style="
text-align: center;
vertical-align: center;
padding-top: 25%;
padding-bottom: 25%;
width: 50%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
sans-serif;
font-weight: 200;
"
>
<h1
style="color: wheat; font-weight: 300; font-size: 50px"
class="contact"
>
CONTACT INFO
</h1>
<p class="contact" style="font-size: medium">
Email: bsatvikmagic(at)gmail(dot)com
</p>
<p class="contact">Based in South Bay Area</p>
</div>
<img src="./images/contact.jpg" alt="" style="width: 50%" />
</div>
<div style="padding: 20px"></div>
</main>
<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>