-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
270 lines (247 loc) · 15.2 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
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<!--[if IE 9 ]><html class="ie ie9 ie-lt10 no-js" lang="en"><![endif]-->
<!--[if gt IE 9]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Simplicity & Elegance – Budgie desktop powered by Ubuntu">
<meta name="keywords" content="ubuntu, budgie, remix, desktop, distribution, linux, new, elegance, simplicity">
<meta name="author" content="Rohan "HEXcube" Villoth">
<meta name="google-site-verification" content="x1fkGrun8Z5S27AnrkgfJ7O8UwrCCsiCPqf7pCpW-UQ" />
<title>Ubuntu Budgie | Simplicity & Elegance</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="assets/images/favicons/manifest.json">
<link rel="mask-icon" href="assets/images/favicons/safari-pinned-tab.svg" color="#404552">
<meta name="apple-mobile-web-app-title" content="Ubuntu Budgie">
<link rel="shortcut icon" href="assets/images/favicons/favicon.ico">
<!-- <meta name="application-name" content="Ubuntu Budgie"> -->
<meta name="msapplication-config" content="assets/images/favicons/browserconfig.xml">
<meta name="theme-color" content="#404552">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Dosis:400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700" rel="stylesheet">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
<!-- Font Awesome -->
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous" type='text/css' media='all' />
<!-- Device.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/device.js/0.2.7/device.min.js" integrity="sha256-7/l5ueSGd9WLyoPL4cgw7QRrS9VnoqA9gDCYHGZUvy8=" crossorigin="anonymous"></script>
<!-- Perfect Scrollbar -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.6.16/css/perfect-scrollbar.min.css" integrity="sha256-TFjSH5O9c3lYx2Vbbxbnb/xYR9FIIVBc6FEr7KO+GHc=" crossorigin="anonymous" />
<!-- Magnific Popup -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css" integrity="sha256-PZLhE6wwMbg4AB3d35ZdBF9HD/dI/y4RazA3iRDurss=" crossorigin="anonymous" />
<!-- https://simonwhitaker.github.io/github-fork-ribbon-css/ -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" integrity="sha512-TktJbycEG5Van9KvrSHFUcYOKBroD7QCYkEe73HAutODCw9QTFcvF6fuxioYM1h6THNudK1GjVidazj6EslK4A==" crossorigin="anonymous" />
<link rel='stylesheet' href='vendor/css/et-line-font.min.css'>
<link rel='stylesheet' href='vendor/css/style.min.css'>
<link rel='stylesheet' href='vendor/css/color.min.css'>
<!-- Custom Styles -->
<link rel='stylesheet' href='assets/css/custom.min.css'>
</head>
<body class="ubuntu-budgie-landing dark">
<!-- main color, dark or light -->
<!-- preloader -->
<div id="preloader">
<div id="preloader-ele" class="ball-scale-ripple-multiple">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- /preloader -->
<div id="bg"></div>
<!-- background -->
</div>
<div id="overlay"></div>
<!-- overlay -->
<!-- header -->
<header id="site-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="#" data-link-to="#intro">
<img src="assets/images/brand/UbuntuBudgie-Logo-Inverted.svg" alt="Ubuntu Budgie Logo" class="logo-light">
</a>
</div>
</div>
</div>
</header>
<!-- /header -->
<a class="github-fork-ribbon" href="https://github.com/UbuntuBudgie/UbuntuBudgie.github.io" data-ribbon="View Source" title="View Source on GitHub repo">View Source</a>
<!-- intro section -->
<section id="intro" class="active">
<div class="section-wrap">
<div class="tb">
<div class="tb-cell">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row section-heading">
<div class="col-md-12">
<img class="wordmark-light img-responsive" alt="Ubuntu Budgie Wordmark" src="assets/images/brand/ubuntu-budgie-wordmark-light.svg">
<!-- section icon -->
<div class="section-icon"><i class="icons fa fa-code"></i></div>
<!-- section subtitle -->
<p class="sub-title">See our official website <a href="https://ubuntubudgie.org">ubuntubudgie.org</a></p>
</div>
</div><!-- ./section-heading -->
<div class="row section-content"></div>
<div class="row section-footer">
<div class="col-md-12">
<!-- subscribe button -->
<a href="https://ubuntubudgie.org/downloads" class="btn btn-theme btn-lg shadow">Download</a>
<a href="#" class="btn btn-theme btn-lg shadow" data-link-to="#about">about us</a>
</div><!-- ./section-footer -->
</div>
</div>
</div>
</div><!-- ./container -->
</div><!-- ./inner -->
</div><!-- ./tb-cell -->
</div><!-- ./tb -->
</div><!-- ./section-wrap -->
</section>
<!-- /intro section -->
<!-- about section -->
<section id="about">
<div class="section-wrap">
<div class="tb">
<div class="tb-cell">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row section-heading">
<div class="col-md-12">
<h1 class="section-title"><span class="letter">A</span>About <span class="color">Ubuntu Budgie</span></h1>
<!-- section title -->
<div class="section-icon"><i class="icons fa fa-info"></i></div>
<!-- section icon -->
<p class="sub-title">Simplicity & Elegance – Budgie desktop powered by Ubuntu</p>
<!-- section subtitle -->
</div>
</div>
<div class="row section-content">
<div class="col-md-5 tl">
<p>Ubuntu Budgie is a community developed distribution, integrating the Budgie Desktop Environment with Ubuntu at its core. Whether you are using it on an old computer, or a powerful workstation, Ubuntu Budgie is adaptable to any device, keeping them fast and usable.</p>
<!-- about content -->
<p class="mt30">Ubuntu Budgie puts you – our community, front and centre in everything we do. All we ask in return is to spread the word!</p>
<!-- about content -->
</div>
<div class="col-md-6 col-md-offset-1 showcase">
<img src="assets/images/item/budgie-laptop.png" alt="showcase">
<!-- showcase image -->
</div>
</div>
<div class="row section-footer">
<div class="col-md-12">
<a href="https://ubuntubudgie.org/donate" class="btn btn-theme btn-lg shadow">Donate</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /about section -->
<!-- footer -->
<footer id="site-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
<a href="https://ubuntubudgie.org" title="copyright" target="_blank">© 2016 - <span id="copyright-year"></span> Ubuntu Budgie</a>
</div>
<!-- social -->
<ul class="social-list">
<li>
<a href="https://github.com/UbuntuBudgie" title="GitHub" target="_blank">
<!-- social link, title -->
<i class="icons fa fa-github"></i>
<!-- social icon -->
</a>
</li>
<li>
<a href="https://twitter.com/UbuntuBudgie" title="Twitter" target="_blank">
<!-- social link, title -->
<i class="icons fa fa-twitter"></i>
<!-- social icon -->
</a>
</li>
<li>
<a href="https://fb.me/UbuntuBudgie" title="Facebook" target="_blank">
<!-- social link, title -->
<i class="icons fa fa-facebook"></i>
<!-- social icon -->
</a>
</li>
<li>
<a href="https://youtube.com/UbuntuBudgie" title="YouTube" target="_blank">
<!-- social link, title -->
<i class="icons fa fa-youtube-play"></i>
<!-- social icon -->
</a>
</li>
<li>
<a href="https://reddit.com/r/UbuntuBudgie" title="Reddit" target="_blank">
<!-- social link, title -->
<i class="icons fa fa-reddit"></i>
<!-- social icon -->
</a>
</li>
<li>
<a href="https://discourse.ubuntubudgie.org" title="Discourse" target="_blank">
<!-- social link, title -->
<i class="icons fa fa-comments-o"></i>
<!-- social icon -->
</a>
</li>
<li>
<a href="https://launchpad.net/ubuntubudgie" title="Launchpad" target="_blank">
<!-- social link, title -->
<i class="icons fa fa-bug"></i>
<!-- social icon -->
</a>
</li>
</ul>
<!-- /social -->
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- JQuery and BootStrap -->
<script type='text/javascript' src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script type='text/javascript' src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Perfect Scrollbar -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.6.16/js/perfect-scrollbar.jquery.min.js" integrity="sha256-fELFh0Y4yy5oqQGvqaUOMKnFHGzWk7cE0IL8G8ceZxg=" crossorigin="anonymous"></script>
<!-- Magnific Popup -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js" integrity="sha256-P93G0oq6PBPWTP1IR8Mz/0jHHUpaWL0aBJTKauisG7Q=" crossorigin="anonymous"></script>
<!-- imagesloaded -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.2.0/imagesloaded.pkgd.min.js" integrity="sha256-EeFfHWSmPLSY0NQnIKaI7RW/eDk9jEYNaVoRAkTAZuM=" crossorigin="anonymous"></script>
<!-- Backstretch -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.4/jquery.backstretch.min.js" integrity="sha256-V52dl3OFjoY+fYAkifhLJ7f1V7mZAKPGCQoWzoQxrEU=" crossorigin="anonymous"></script>
<!-- DownCount -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.downCount/1.0.0/jquery.downCount.min.js" integrity="sha256-XoDdvIIW2lktjQtzYUGA8jGjdANvnB0cVyr7K3NYPx8=" crossorigin="anonymous"></script>
<!-- Velocity -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.4.2/velocity.min.js" integrity="sha256-UYcsUEHwApvSHmvphxpdsvvoEe0cOqFeeIb5slR5+bU=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.4.2/velocity.ui.min.js" integrity="sha256-4kWT4POSE3lDzRYebcvmwas993GrlRsGqMfzAgt3Hg0=" crossorigin="anonymous"></script>
<!-- Custom Libraries -->
<script src='vendor/js/single.min.js'></script>
<script src='vendor/js/main.min.js'></script>
<script src='vendor/js/custom.min.js'></script>
<!-- Copyright Year Autoupdate -->
<script type='text/javascript' src="assets/js/copyright-year-update.min.js"></script>
</body>
</html>