-
Notifications
You must be signed in to change notification settings - Fork 1
/
yer.html
117 lines (101 loc) · 4.52 KB
/
yer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="In 2022 Foundation Sticky will organise a studytrip to Copenhagen!">
<meta name="author" content="Foundation Sticky">
<link rel="icon" type="image/ico" href="favicon.ico">
<title>Studytrip 2022 ~ Copenhagen</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="https://www.stichtingsticky.nl" target="_blank">
<img class="logosticky" src="img/stichting.png" alt="">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="/">Home</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div id="trip-logo">
<a href="https://www.yer.nl">
<img src="img/yer.png"/>
</a>
</div>
<div id="more-button">
<a href="#info" class="page-scroll btn btn-xl" id="btn-shadow">Find out more!</a>
</div>
</div>
</div>
</header>
<section id="partners" class="bg-light-gray">
<div class="container">
<h1 id="info">YER</h1>
<p><b>YOUR FUTURE IN IT</b></p>
<p>
The IT sector is growing rapidly. There are continuous developments in the field of data and processes, therefor the requirements for the establishment and management of IT environments are constantly being updated. Also the focus is increasingly on Cloud computing, improvements in the safety and increase productivity. The business is largely dependent on IT, thereby the responsibility of the IT professional is expanding.
</p>
<p>
Clients are in need of qualified IT professionals who are experts in dealing with the broad aspects of IT and who can give guidance to the renewal and improvement of the processes.
</p>
<p>
Do you keep an eye on the developments in this area and do you want to use your knowledge of IT to optimize the processes of our clients?
</p>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<span class="copyright">Copyright © Foundation Sticky <span id="current_year"></span></span>
<br/>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<!-- Clock JavaScript, also used for footer-->
<script src="js/clock.js"></script>
</body>
</html>