forked from IamChristianS/v1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
173 lines (165 loc) · 8.64 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
<!--
▄▀▀▄▀▀▀▄ ▄▀▀▄▀▀▀▄ ▄▀▀▀▀▄ ▄█ ▄▀▀█▄▄▄▄ ▄▀▄▄▄▄ ▄▀▀▀█▀▀▄
█ █ █ █ █ █ █ █ ▄▀▀▀█▀ ▐ ▐ ▄▀ ▐ █ █ ▌ █ █ ▐
▐ █▀▀▀▀ ▐ █▀▀█▀ █ █ █ █ █▄▄▄▄▄ ▐ █ ▐ █
█ ▄▀ █ ▀▄ ▄▀ ▐ █ █ ▌ █ █
▄▀ █ █ ▀▀▀▀ ▄ ▀▄ ▄▀▄▄▄▄ ▄▀▄▄▄▄▀ ▄▀
█ ▐ ▐ ▀▀▀▀ █ ▐ █ ▐ █
▐ ▐ ▐ ▐
▄▀▀▄ ▄▄ ▄▀▀▄ ▄▀▀▄ ▄▀▀█▄▄
█ █ ▄▀ █ █ █ ▐ ▄▀ █
▐ █▄▄▄█ ▐ █ █ █▄▄▄▀
█ █ █ █ █ █
▄▀ ▄▀ ▀▄▄▄▄▀ ▄▀▄▄▄▀
█ █ █ ▐
▐ ▐ ▐
-->
<!DOCTYPE html>
<html>
<head>
<!--Display-->
<title>Project-Hub | Contact</title>
<link rel="icon" href="favicon.svg">
<!--Stylesheets-->
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="page_styles/contact.css"> <!--Page-Specific-->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
<link rel="stylesheet" href="hover.css"> <!--Hover.CSS Library-->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"> <!--AOS Library-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://kit.fontawesome.com/4139823eac.js" crossorigin="anonymous"></script>
<!--Meta-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M9KJ1XPKLF');
</script>
<!--Scripts-->
<script src="startupScript.js"></script>
</head>
<body>
<!--Navbar Start-->
<div class="nav" style="display: flex;">
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="1100"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='index.html'"
style="cursor:pointer"><a>Home</a></button>
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='games.html'"
style="cursor:pointer"><a>Games</a></button>
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="900"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='apps.html'"
style="cursor:pointer"><a>Apps</a></button>
<button class="hvr-underline-from-center active"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="800"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='contact.html'"
style="cursor:pointer"><a>Contact</a></button>
<div id="mobile-removables">
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="700"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='settings.html'"
style="cursor:pointer"><a>Settings</a></button>
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="600"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='https://github.com/IamChristianS/v1'"
style="cursor:pointer"><a>GitHub</a></button>
</div>
</div>
<!--Navbar End-->
<!--Header Image-->
<img src="img/header.png" alt="Image couldn't load." class="img-header" style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<!--Content-->
<div class="email-container">
<h2 >Our Official E-Mail Address is:
<a href="mailto:[email protected]?subject=What%20do%20you%20wish%20to%20discuss%3F&body=Please%20put%20in-depth%20what%20you%20are%20wanting%20to%20talk%20about.%20I%20promise%20I%20don't%20bite...%20yet.">[email protected]</a>
</h2>
<p>If you see any other email try to contact you, whilst trying to imitate as us, please report them to our email above.</p>
</div>
<center class="form-container">
<!--Ad Segment Start-->
<script>
var afg={};afg.u=6328;afg.s=5;
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");
</script>
<!--Ad Segment End-->
<div class="form-box">
<p class="form-title">Game Request</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScuv3_LcWKJ-8SJRzdFT48ml4S29DI9up24Bp5CA8FLJA-mnw/viewform?embedded=true"
class="form"
width="100%"
height="800"
frameborder="0"
marginheight="0"
marginwidth="0">Loading…
</iframe>
</div>
<div class="form-box">
<p class="form-title">Contact Form</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSesfgdrPZu85nHKplMhHl4CKwu9pkjPEfsSNSP3ZE-jkExDuw/viewform?embedded=true"
class="form"
width="100%"
height="800"
frameborder="0"
marginheight="0"
marginwidth="0">Loading…
</iframe>
</div>
<!--Ad Segment Start-->
<script>
var afg={};afg.u=6328;afg.s=5;
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");
</script>
<!--Ad Segment End-->
</center>
<!--Footer Start-->
<footer class="footer">
<div class="footer-about">
<p>Welcome to Project Hub, your ultimate destination for tailored unblocked games! With over 60 games and counting, we are committed to providing you with a personalized gaming experience that suits your preferences and interests. Our site is constantly updated with new additions to ensure a fresh and exciting selection of games. We highly value user feedback and actively incorporate it to enhance your gaming journey. Get ready to embark on a thrilling adventure as you explore the world of Project Hub, where every game is tailored to you. Let the fun begin!</p>
</div>
<p>Christian Santangelo <i class="fa-regular fa-copyright"></i></p>
<p>Disclaimer: This site should not be used during school/work, and I am not responsible for the users on this site.</p>
<div class="footer-link">
<a href="https://github.com/unbl0ck">GitHub Profile</a>
<a href="privacy.html">Privacy Notice</a>
</div>
</footer>
<!--Footer End-->
<!--AOS Library-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>