-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
112 lines (98 loc) · 4.2 KB
/
index.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
<!DOCTYPE HTML>
<!--
Big Picture by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>AEGEE Helsinki</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<h1>AEGEE Helsinki</h1>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#whowe">Who We Are</a></li>
<li><a href="#contact">Join us</a></li>
</ul>
</nav>
</header>
<!-- Intro -->
<section id="intro" class="main style1 right dark fullscreen">
<div class="content style">
<!-- <p>Welcome to <strong>Big Picture</strong> a responsive site template designed</p> -->
<footer>
<a href="#one" class="button style2 down">More</a>
</footer>
</div>
</section>
<!-- One -->
<section id="one" class="main style2 right dark fullscreen">
<div class="content box style2">
<header>
<h2>Do you like meeting new and international friends?</h2>
</header>
<p></p>
</div>
<a href="#two" class="button style2 down anchored">Next</a>
</section>
<!-- Two -->
<section id="two" class="main style2 left dark fullscreen">
<div class="content box style2">
<header>
<h2>How about traveling for cheap?</h2>
</header>
</div>
<a href="#whowe" class="button style2 down anchored">Next</a>
</section>
<!-- Work -->
<section id="whowe" class="main style3 primary">
<div class="content">
<header>
<h2>Just not another association</h2>
<p><b><a href="http://aegee.org/about-aegee/">AEGEE</a> </b> acts in more than 200 cities across Europe with around 13 000 members participating in Summer Universities, parties, Conferences and Working Groups striving for cross-border cooperation and international networks. AEGEE is open for students from all university studies.</p>
<p>In <b>AEGEE Helsinki</b>, we regularly organize parties and activities. We want to give the opportunity for both Finnish and students from other countries to get to know each other.</p>
</header>
<!-- Contact -->
<section id="contact" class="main style3 secondary">
<div class="content">
<header>
<h2>Join us.</h2>
<p>Sign up <b><a href="https://goo.gl/forms/z9v51zjy4J4auUGk2">here</a></b> and we'll keep you updated with the upcoming events. If you have any kinds of questions please don't hesitate to ask.</p>
</header>
</div>
</section>
<!-- Footer -->
<!-- Footer -->
<footer class="wrapper style1 align-center">
<p>Feel free to take a look at our social media accounts below:</p>
<div class="inner">
<ul class="icons">
<li><a href="https://www.facebook.com/AegeeHel/" class="icon style1 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/aegeehelsinki/" class="icon style1 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:[email protected]" class="icon style1 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© AEGEE Helsinki</p>
<p>Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>