-
Notifications
You must be signed in to change notification settings - Fork 1
/
chipsoft.html
116 lines (100 loc) · 4.79 KB
/
chipsoft.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
<!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="http://www.chipsoft.nl/werken-bij/welkom">
<img src="img/chipsoft.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">ChipSoft</h1>
<p>
Would you like to help improve healthcare but don’t see yourself directly at a patient’s bedside? Take a look at ChipSoft, a long-standing leader in healthcare automation. ChipSoft always has room for talented developers and consultants.
</p>
<p>
As a market leader in healthcare IT, ChipSoft provides efficient, innovative software solutions to many Dutch and Belgian healthcare institutions. Integrated solutions within one system - HiX - ensure that healthcare providers can offer the right care at the right time.
</p>
<p>
With passionate developers and consultants, each dedicated to healthcare, the company develops solutions from Amsterdam, Antwerp, Heerenveen, and Hoogeveen that reduce the administrative burden for healthcare providers, enhance collaboration between healthcare institutions, and empower patients to have more control over their treatment. ChipSoft relieves major academic hospitals as well as general practitioners, mental healthcare institutions, independent clinics, nursing homes, care homes, and home care agencies.
</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>