-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
191 lines (171 loc) · 10.6 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
<!DOCTYPE html>
<html>
<head>
<title>Contact & FAQ - VU StudSec</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/nav.js"></script>
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="icon" href="images/favi.png">
<style>
.contact-header, .faq-header {
text-transform: uppercase;
letter-spacing: 2px;
}
.contact-container {
background: url('./images/bg.jpg') no-repeat center center fixed;
background-size: cover;
color: #fff;
}
.contact-details {
background: rgba(0, 0, 0, 0.7);
border-radius: 10px;
padding: 20px;
}
.faq-button {
background: #f9f9f9;
border: 1px solid #ccc;
cursor: pointer;
padding: 15px;
width: 100%;
text-align: left;
outline: none;
font-size: 18px;
transition: 0.3s;
}
.faq-button:hover {
background-color: #ddd;
}
.faq-content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: white;
border-left: 4px solid #ccc;
margin-top: 5px;
}
</style>
</head>
<body>
<div class="w3-top">
<div class="w3-bar" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<a href="index.html#home" class="w3-bar-item w3-button">HOME</a>
<a href="index.html#calendar" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-calendar"></i> CALENDAR</a>
<a href="https://ctf.studsec.nl" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-trophy"></i>CTF</a>
<a href="https://wiki.studsec.nl" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa fa-book"></i>WIKI</a>
<a href="contact.html#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
<a href="contact.html#faq" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-question-circle"></i> FAQ</a>
<a href="signup.html" class="w3-button w3-round-large" id="signup-button"><i class="fa fa-check-square-o"></i>Join us</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="#home" class="w3-bar-item w3-button" onclick="toggleFunction()">HOME</a>
<a href="index.html#calendar" class="w3-bar-item w3-button" onclick="toggleFunction()"><i class="fa fa-calendar"></i> CALENDAR</a>
<a href="https://ctf.studsec.nl" class="w3-bar-item w3-button" onclick="toggleFunction()"><i class="fa fa-trophy"></i> CTF</a>
<a href="https://wiki.studsec.nl" class="w3-bar-item w3-button" onclick="toggleFunction()"><i class="fa fa fa-book"></i> WIKI</a>
<a href="contact.html#contact" class="w3-bar-item w3-button" onclick="toggleFunction()"><i class="fa fa-envelope"></i> CONTACT</a>
<a href="contact.html#faq" class="w3-bar-item w3-button w3-hide-small" onclick="toggleFunction()"><i class="fa fa-question-circle"></i> FAQ</a>
<a href="signup.html" class="w3-bar-item w3-button w3-round-large" onclick="toggleFunction()"><i class="fa fa-check-square-o"></i> Join us</a>
</div>
</div>
<!-- FAQ Section -->
<div class="w3-content w3-container w3-padding-64 w3-center" id="faq">
<h3 class="w3-center faq-header">Frequently Asked Questions</h3>
<p class="w3-center"><em>If you have any questions, check out our FAQs below.</em></p><br>
<button class="faq-button" onclick="toggleFaq('faq-donate')">How can I donate?<i class="fa fa-caret-down w3-right"></i></button>
<div id="faq-donate" class="faq-content">
<p>We deeply appreciate your generosity. You can donate by transferring the desired amount to the account details listed below. For additional privacy and security, please ensure the details are correct before proceeding. Thank you for your support!</p>
<p>
<b>Account Name:</b> StudSec
<b> IBAN:</b> NL93 INGB 0108 8934 56
<b> BIC: </b>INGBNL2A
</p>
</div>
<button class="faq-button" onclick="toggleFaq('faq-nonmember-events')">Can I join events if I am not a member? <i class="fa fa-caret-down w3-right"></i></button>
<div id="faq-nonmember-events" class="faq-content">
<p>Absolutely! Our basic workshops are open to everyone, including non-members. Some special collaboration workshops may also be accessible to non-members if specified in the event description. However, participation in most other events requires a membership. You can sign up for membership <a href="signup">here</a>.</p>
</div>
<button class="faq-button" onclick="toggleFaq('faq-sponsorship')">How can I sponsor or introduce a potential sponsor? <i class="fa fa-caret-down w3-right"></i></button>
<div id="faq-sponsorship" class="faq-content">
<p>Thank you for your interest in sponsorship! We are always open to collaborations to create a safer environment. Please reach out to us at <a href="mailto:[email protected]">[email protected]</a> to discuss sponsorship opportunities.</p>
</div>
<button class="faq-button" onclick="toggleFaq('faq-other-students')">Can students from other institutes join? <i class="fa fa-caret-down w3-right"></i></button>
<div id="faq-other-students" class="faq-content">
<p>Yes, we welcome students from all institutes across the Netherlands. We believe in creating a diverse and inclusive community. Feel free to sign up!</p>
</div>
<button class="faq-button" onclick="toggleFaq('faq-legal-communication')">How do I address legal communications? <i class="fa fa-caret-down w3-right"></i></button>
<div id="faq-legal-communication" class="faq-content">
<p>We regret any issues causing the need for legal communication. Please send any official emails to <a href="mailto:[email protected]">[email protected]</a>. For legal correspondence, refer to the KVK-register. Please note that unsolicited advertisements will be reported.</p>
</div>
<button class="faq-button" onclick="toggleFaq('faq-affiliation-vu')">What is your affiliation with the VU? <i class="fa fa-caret-down w3-right"></i></button>
<div id="faq-affiliation-vu" class="faq-content">
<p>We maintain a strategic and academic partnership with the Vrije Universiteit, recognized by the Computer Science Department of the BETA Faculty. However, we are not yet officially acknowledged as a student association, but we are hopeful to receive official recognition in the coming year.</p>
<!-- We also love VU IT <3 -->
</div>
</div>
<!-- Third Parallax Image with Portfolio Text -->
<div class="bgimg-3 w3-display-container w3-opacity-min">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">CONTACT</span>
</div>
</div>
<!-- Container (Contact Section) -->
<div class="w3-content w3-container w3-padding-64" id="contact">
<h3 class="w3-center contact-header">Contact Information</h3>
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m4 w3-container">
<img src="images/sitting_looking_at_philippos.jpg" class="w3-image w3-round" style="width:100%">
</div>
<div class="w3-col m8 w3-panel">
<div class="w3-large w3-margin-bottom">
<i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Amsterdam, The Netherlands<br>
<i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Email: [email protected]<br>
<i class="fa fa-phone fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> KVK: 94667608<br>
<!-- Bank Details -->
<i class="fa fa-bank fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Name: StudSec <br>
<i class="fa fa-bank fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> IBAN: NL93 INGB 0108 8934 56<br>
<i class="fa fa-bank fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> BIC: INGBNL2A<br>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
<a href="#faq" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<i class="fa bi bi-discord w3-hover-opacity" onclick="window.open('https://url.studsec.nl/discord', '_blank')"></i>
<i class="fa bi bi-github w3-hover-opacity" onclick="window.open('https://github.com/StudSec/', '_blank')"></i>
<i class="fa bi bi-linkedin w3-hover-opacity" onclick="window.open('https://www.linkedin.com/company/vustudsec/', '_blank')"></i>
<i class="fa bi bi-instagram w3-hover-opacity" onclick="window.open('https://www.instagram.com/studsec.nl/', '_blank')"></i>
<i class="fa bi bi-twitter w3-hover-opacity" onclick="window.open('https://twitter.com/vustudsec/', '_blank')"></i>
</div>
</footer>
<script>
// Function to toggle the FAQ sections
function toggleFaq(id) {
var x = document.getElementById(id);
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function toggleFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>