-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_ ostest.html
executable file
·255 lines (216 loc) · 8.85 KB
/
_ ostest.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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Trenta.io" />
<meta property="og:description"
content="Trenta.io brings great user experiences and competitive design to the open-source desktop." />
<meta property="og:image" content="/img/trentaio-og.jpg" />
<!-- Search Engines -->
<meta name="description"
content="Trenta.io brings great user experiences and competitive design to the open-source desktop.">
<meta itemprop="name" content="Trenta.io">
<meta itemprop="description"
content="Trenta.io brings great user experiences and competitive design to the open-source desktop.">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Trenta.io">
<meta name="twitter:description"
content="Trenta.io brings great user experiences and competitive design to the open-source desktop.">
<meta name="twitter:creator" content="@Trentaio">
<title>Trenta OS - Test Drive</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/product.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<style>
/* default full-width cells */
.carousel-cell {
width: 100%;
height: auto;
margin-right: 10px;
}
@media screen and (min-width: 768px) {
/* half-width cells for larger devices */
.carousel-cell {
width: 50%;
}
}
</style>
<script data-ad-client="ca-pub-2069796401337560" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div style="height: 45px; width: 100%; background: black; position: absolute; left: 0; top: 0;"></div>
<nav class="navbar navbar-expand-lg site-header navbar-dark sticky-top py-1">
<a class="navbar-brand d-block d-lg-none mx-auto pl-5" href="/"><img src="img/logo-io-fff.svg" style="height: 15px"
alt="Trenta.io"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav mx-auto">
<a class="navbar-brand d-none d-lg-block" href="/"><img src="img/logo-io-fff.svg" style="height: 15px"
alt="Trenta.io"></a>
<a class="py-2 px-5 av-item nav-link" href="/">Home</a>
<a class="py-2 px-5 av-item nav-link" href="icons.html">Icons</a>
<a class="py-2 px-5 av-item nav-link" href="https://medium.com/trentaio" target="_blank">Blog <img
src="img/external-white.png" style="width: 12px" alt=""></a>
</div>
</div>
</nav>
<div class="container">
<div class="row hero-icons">
<div class="col-10 col-xl-12 mx-auto">
<h1><img src="img/logo-os-full.svg" style="width: 200px" class="mx-auto" alt="Trenta OS"></h1>
<h2 class="display-3 font-weight-bold">Test Drive</h2>
<h5 class="mb-4">Trenta OS Test Builds</h5>
</div>
</div>
</div>
<div class="bg-light py-5 my-5">
<div class="container">
<div class="row">
<div class="col-10 col-lg-12 mx-auto">
<img src="img/testdrive/screenshot'.jpg" alt class="mx-auto img-fluid rounded">
</div>
</div>
<div class="row">
<div class="col-10 mx-auto col-lg-12 bg-white rounded-trenta my-4 p-5">
<div class="row">
<div class="col-12 col-lg-12">
<h2 class="font-weight-bold mt-md-4">Trenta OS is no more.</h2>
<p>This page was dedicated to downloadable "test drives" of Trenta OS.</p>
<p>We are so thankful for your interest in Trenta OS. However, the December 2020 release was the last time
Trenta OS was updated. While sad, we do continue to offer <a href="icons.html">Trenta Icons</a> and
great <a href="alternatives.html">alternative distros</a> to consider.
<br><br>
We're thankful for all of Trenta OS's supporters and hope we can continue to make your desktop look fantastic through Trenta Icons and future projects.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md mb-4">
<img src="img/logo-io.svg" style="height: 12px;; vertical-align: middle;"
class="d-block my-2 d-inline float-left" alt="Trenta.io">
<p class="align-content-center"> | Trenta.io</p>
<small class="text-muted">© 2014 – 2021</small>
<br>
</div>
<div class="col-6 col-md">
<h5>Links</h5>
<ul class="list-unstyled text-small">
<li>
<a class="text-muted" href="icons.html">Trenta Icons</a>
</li>
<li>
<a class="text-muted" href="https://medium.com/trentaio" target="_blank">Blog <img src="img/external.png"
style="width: 12px" alt=""></a>
</li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Resources</h5>
<ul class="list-unstyled text-small">
<li>
<a class="text-muted" href="https://github.com/trenta-io" target="_blank">GitHub <img src="img/external.png"
style="width: 12px" alt=""></a>
</li>
<li>
<a class="text-muted" href="brand.html">Brand & Style Guide</a>
</li>
<!--<li>
<a class="text-muted" href="#">Style Guide</a>
</li>-->
</ul>
</div>
<div class="col-6 col-md">
<h5>Connect</h5>
<ul class="list-unstyled text-small">
<li>
<a class="text-muted" href="https://instagram.com/trenta.io" target="_blank">Instagram <img
src="img/external.png" style="width: 12px" alt=""></a>
</li>
<li>
<a class="text-muted" href="https://twitter.com/trentaio" target="_blank">Twitter <img
src="img/external.png" style="width: 12px" alt=""></a>
</li>
<li>
<a class="text-muted" href="https://facebook.com/trenta.io" target="_blank">Facebook <img
src="img/external.png" style="width: 12px" alt=""></a>
</li>
<li>
<a class="text-muted" href="https://reddit.com/r/trentaos" target="_blank">Reddit <img
src="img/external.png" style="width: 12px" alt=""></a>
</li>
<li>
<a class="text-muted" href="https://t.me/trentaio" target="_blank">Telegram <img src="img/external.png"
style="width: 12px" alt=""></a>
</li>
</ul>
</div>
<!-- <div class="col-6 col-md">
<h5>About</h5>
<ul class="list-unstyled text-small">
<li>
<a class="text-muted" href="#">Team</a>
</li>
<li>
<a class="text-muted" href="#">Code of Conduct</a>
</li>
<li>
<a class="text-muted" href="#">Privacy</a>
</li>
<li>
<a class="text-muted" href="#">Terms</a>
</li>
</ul>
</div> -->
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script>
$('.carousel').flickity({
freeScroll: true,
contain: true,
// disable previous & next buttons and dots
prevNextButtons: true,
pageDots: false,
wrapAround: true
});
</script>
<script>
Holder.addTheme('thumb', {
bg: '#55595c',
fg: '#eceeef',
text: 'Thumbnail'
});
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-55280308-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>