This repository has been archived by the owner on Aug 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·128 lines (115 loc) · 5.13 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
Trenta OS
</title>
<link href="img/favicon.png" rel="icon" type="image/png">
<link rel="stylesheet" href="css/trenta.css" />
<link href="css/style.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Nunito%7CRoboto:400,300,100,500" rel="stylesheet" type="text/css">
<link href="/humans.txt" rel="author" />
<meta name="description" content="Beautiful, Open, and Free - Trenta OS is a Linux based operating system that aims to compete graphically with some well known premium operating systems but in the free & open-source Linux world.">
<meta name="keywords" content="Trenta, Linux, OS, Rainier, icons, theme, Ubuntu, beautiful, open, free">
<meta content="True" name="HandheldFriendly">
<meta content="320" name="MobileOptimized">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
</head>
<body>
<div class="trentahead">
<div style="float: left;">
<a href="https://trenta.io">
<img src="https://trenta.io/images/headerlogo.png" class="logohead" alt="Trenta.io">
</a>
</div>
<div class="righthead">
<a class="rightheadlink" target="_blank" href="https://medium.com/trentaio">
BLOG
</a>
<a class="rightheadlink" href="https://os.trenta.io">
TRENTA OS
</a>
<a class="rightheadlink" href="https://trenta.io">
HOME
</a>
</div>
</div>
<div class="cta">
<div class="ctaleft">
<h1>
Trenta OS<img width="45" style="vertical-align: text-top;" alt="Trenta arrow icon" src="logo.png">
</h1>
Clean. Beautiful. Free.
<br><br>
What happened to the Download?<br>Read our Blog for the latest news<a href="https://blog.trenta.io">
<div class="button">
Blog
</div></a>
<div class="ver">
Follow us for Updates
</div>
<div class="socialicons">
<a href="http://plus.google.com/+TrentaOS">
<img alt="Google+" src="img/gplus.png">
</a>
<a href="http://twitter.com/trentaos">
<img alt="Twitter" src="img/twitter.png">
</a>
<a href="http://www.facebook.com/TrentaOS/">
<img alt="Facebook" src="img/fb.png">
</a>
<a href="https://github.com/trenta-io">
<img alt="GitHub" src="img/github.png">
</a>
</div>
</div>
<div class="ctaright">
</div>
</div>
<hr>
<div class="aboutcta">
<div class="abouttext" id="about">
A better experience<br>
on the computer you already own.
</div>
<div class="aboutcontent">
Trenta OS is a free & open operating system that aims to stand in the place of macOS and Windows
<br><br><!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{clear:left; font:14px 'Roboto', sans-serif; font-weight: 100; width:100%;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//trenta.us16.list-manage.com/subscribe/post?u=bfec2405995a8d0ae136d9f25&id=2f12c7bd3c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label style="font-weight: 400;" for="mce-EMAIL">Be the first to know when the new version is out!</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_bfec2405995a8d0ae136d9f25_2f12c7bd3c" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<!--<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N86YD7TFF62EU">
<input type="image" src="./img/donate.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
</a>-->
</div>
</div>
<div class="customfooter">
Copyright © {{.Now "2006"}} Trenta OS. All Rights Reserved.
</div>
<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>
<!-- End Piwik Code -->
</body>
</html>