This repository has been archived by the owner on Aug 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
72 lines (67 loc) · 2.42 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="C.S.R. Business Club" content="csrdelft.nl/businessclub">
<link rel="stylesheet" type="text/css" href="/bc/css/reset.css">
<link rel="stylesheet" type="text/css" href="/bc/css/main.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
<title>C.S.R. Business Club - Mogelijkheden</title>
<style>
#mogelijkheden {
color: #fc884f;
}
</style>
</head>
<body>
<header>
<div class="wrapper">
<a href="https://csrdelft.nl/bc">
<img src="/bc/img/bc_logo_inverted.svg" class="logo" />
</a>
<nav>
<ul>
<li><a id="home" href="/bc">Home</a>
</li>
<li><a id="mogelijkheden" href="/bc/mogelijkheden">Mogelijkheden</a>
</li>
<li><a id="partners" href="/bc/partners">Partners</a>
</li>
<li><a id="contact" href="/bc/contact">Contact</a>
</li>
</ul>
</nav>
</div>
</header> <div class="page">
<!-- START OF CONTENT -->
<div class="container">
<section class="wide">
<h1>Contactinformatie</h1>
<p>Voor vragen over activiteiten kunt u mailen naar <a href="mailto:[email protected]">[email protected]</a>.
<br</p>
<h2>Sociëteit Confide</h2>
<p>
<a target="_blank" href="https://www.google.com/maps/place/C.S.R.+Delft/@52.006066,4.360246,17z/data=!4m6!1m3!3m2!1s0x47c5b5c03cfca38b:0x90cdfad59da594d1!2sC.S.R.+Delft!3m1!1s0x47c5b5c03cfca38b:0x90cdfad59da594d1">Oude Delft 9</a>
<br> 2611 BA Delft
<br>
<br>
</p>
<img class="confide" src="img/confide2.jpg">
</section>
<div class="push"></div>
</div>
<!-- END OF CONTENT -->
</div>
<footer>
<div class="wrapper">
<p class="copyrights">©
<script language="JavaScript" type="text/javascript">
now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write(theYear)
</script> - C.S.R. Delft</p>
</div>
</footer></body>
</html>