-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettler.html
More file actions
149 lines (134 loc) · 6.25 KB
/
settler.html
File metadata and controls
149 lines (134 loc) · 6.25 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!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">
<title>Setarit</title>
<meta name="description" content="Setarit landing page. Setarit is a young Belgian IT company that focuses on software built for people's needs. We listen carefully to your suggestions and make them reality!">
<meta name="author" content="Setarit">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#1e2247">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#1e2247">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="stylesheet" href="css/jquery-ui.min.css">
<link rel="shortcut icon" href="img/square_flatLogoTest_noSlogan.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.0/aos.css"/>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.0/aos.js"></script>
<script type="text/javascript" src="js/ga.js"></script>
</head>
<body>
<!-- nav bar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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" href="index.html"><img alt="Setarit" src="img/rectangle_flatLogoTest_noSlogan.png" ></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class=""><a href="index.html">Home</a></li>
<li class=""><a href="KB/knowledgebase.html">Knowledge Base</a></li>
<li class=""><a href="backup.html">Backup</a></li>
<li class=""><a href="https://quietticket.com">QuietTicket</a></li>
<li class="active"><a href="settler.html">Settler</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
<!-- END nav bar -->
<!-- content -->
<!-- hero -->
<div class="settler-hero">
<div class="row">
<div class="col-xs-12 col-md-6 text-center">
<p class="settler-hero-header">Settler</p>
<p class="settler-hero-subheader">Take control of your Office365 tenant</p>
<a id="settler-hero-download-button" href="#download"><img alt="download image" src="./img/settler/download.png" style="display: inline;position: relative;height: 15vh;"/>Download now</a>
</div>
<div class="col-md-6 hidden-xs hidden-sm">
<div class="settler-hero-image-container">
<img src="./img/settler/screenshot1.JPG" alt="screenshot" id="settler-top-screenshot" data-aos-offset="0" data-aos="zoom-in-up" data-aos-delay="500"/>
<img src="./img/settler/toolbox_screenshot1.JPG" alt="screenshot toolbox" id="settler-back-screenshot" data-aos-offset="0" data-aos="zoom-in-up" data-aos-delay="300"/>
</div>
</div>
</div>
<img data-aos="fade-up" data-aos-offset="0" class="img-responsive" src="./img/settler/icon.png" alt="Settler logo"/>
</div>
<!-- END hero -->
<div class="container">
<!-- features section -->
<section class="cardbox" id="features">
<h2 class="text-center">Features</h2>
<div class="row">
<div class="col-sm-4 text-center" data-aos="fade-right" data-aos-delay="100">
<img class="center-block img-responsive settler-feature-image" src="./img/settler/feature_download.png"/>
<h3>Download your tenant</h3>
<p>Create a backup of all the files in your tenant by selecting the OneDrive's and SharePoint's you want to download.</p>
</div>
<div class="col-sm-4 text-center" data-aos="fade-up" data-aos-delay="200">
<img class="center-block img-responsive settler-feature-image" src="./img/settler/tick.png"/>
<h3>Microsoft Teams ready</h3>
<p>By using state of the art technology, Settler is entirely ready for Microsoft Teams.</p>
</div>
<div class="col-sm-4 text-center" data-aos="fade-left" data-aos-delay="300">
<img class="center-block img-responsive settler-feature-image" src="./img/settler/feature_toolbox.png"/>
<h3>Powerful toolbox</h3>
<p>The freely included toolbox gives you access to Office365 features that aren't accessible with Microsoft's default webinterface.</p>
</div>
</div>
</section>
<!-- END features section -->
<br />
<!-- What's next section -->
<section class="cardbox" id="next" data-aos="zoom-out-up" data-aos-offset="200">
<h2 class="text-center">What's next?</h2>
<div class="row">
<div class="col-sm-4 text-center" id="download">
<img class="center-block img-responsive settler-feature-image" src="./img/settler/1.png"/>
<h3>Download the installer</h3>
</div>
<div class="col-sm-4 text-center" id="orderLicense">
<img class="center-block img-responsive settler-feature-image" src="./img/settler/2.png"/>
<h3>Purchase a license</h3>
</div>
<div class="col-sm-4 text-center">
<img class="center-block img-responsive settler-feature-image" src="./img/settler/3.png"/>
<h3>Request a new feature</h3>
<p>Freely request a new feature.</p>
</div>
</div>
</section>
<!-- END What's next section -->
<br />
<!-- FAQ section -->
<section class="cardbox" id="faq">
<h2 class="text-center">F.A.Q.</h2>
</section>
<!-- END FAQ section -->
<!-- END contact section -->
<footer class="text-center">Copyright © Setarit
<script type="text/javascript">
var d = new Date();
document.write(d.getFullYear());
</script> - Microsoft, Office365, Microsoft Teams, OneDrive, SharePoint and their corresponding logo's are trademarks of Microsoft Corporation.
</footer>
</div>
<!-- END content -->
<!-- Scripts -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript">
AOS.init();
</script>
</body>
</html>