-
Notifications
You must be signed in to change notification settings - Fork 1
/
bol.html
113 lines (97 loc) · 4.78 KB
/
bol.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
<!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://careers.bol.com/en/expertise/tech/">
<img src="img/bol.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">Bol.com</h1>
<p>
Bol.com is the largest online shopping platform in the Netherlands and Belgium. Together we change retail to make everyday life easier. The code of our 500+ software engineers offers our 10 million customers more than 21 million products and an inspiring and personal shopping experience. Technology and innovation are essential parts of the bol.com culture and tech run through the veins of all bol.commers. Because of our complex and fast-paced environment, we can’t work with one- size-fits-all solutions. Every piece of code has an impact on our customers and partners.
</p>
<p>
Data-driven, realistic (mistakes are fine, as long as learnings are shared) and boldly going where no online retailer has gone before, we want to deliver upon our promise to engage and inspire all of our customers. Sound like something worth going for? We offer IT talent a unique opportunity to become an all-round Software Engineer. When you join the IT Young Professional program, we’ll take you on an unforgettable 4-step, 2-year journey through an innovative IT landscape!
</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>