-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·262 lines (262 loc) · 13.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Guake Terminal</title>
<!-- favicon-->
<link rel="icon" type="image/png" href="favicon.png">
<!-- fonts-->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Exo:100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic">
<!-- stylesheet-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/blueimp-gallery.css">
<link rel="stylesheet" href="css/bootstrap-image-gallery.css">
<link rel="stylesheet" href="css/bootstrap-lightbox.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/guake.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/modernizr-custom.js"></script>
<script src="js/bootstrap-lightbox.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<body id="page-top">
<div id="top"></div>
<nav role="navigation" class="navbar navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" data-toggle="collapse" data-target=".navbar-main-collapse" class="navbar-toggle"><i class="fa fa-bars"></i></button><a href="#page-top" class="navbar-brand"><img src="img/guake.png" class="img-icon"><span class="light visible-md-inline visible-lg-inline">Guake Terminal</span></a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden active"><a href="#page-top">Home</a></li>
<li class="page-scroll"><a href="#what">Discover</a></li>
<li class="page-scroll"><a href="#firstlook">First Look</a></li>
<li class="page-scroll"><a href="#more">Features</a></li>
<li class="page-scroll"><a href="#sources">Source code</a></li>
<li class="page-scroll"><a href="#about">About</a></li>
</ul>
</div>
</div>
</nav>
<div class="github-ribbon"><a href="https://github.com/Guake/guake"><img src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" class="github-ribbon-top"></a></div>
<section id="intro" class="slide">
<div class="intro-body"><img src="img/intro.jpg" class="hidden-img-intro">
</div>
</section>
<div id="overview-carousel" data-ride="carousel" data-interval="3000" class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#overview-carousel" data-slide-to="0" class="active"></li>
<li data-target="#overview-carousel" data-slide-to="1"></li>
<li data-target="#overview-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div role="listbox" class="item active">
<div class="carousel-content">
<h3>The Developer's Best Friend</h3>
<p>Instantaneously execute any command</p>
</div>
</div>
<div role="listbox" class="item">
<div class="carousel-content">
<h3>Simple and Elegant</h3>
<p>Guake has just the features you need</p>
</div>
</div>
<div role="listbox" class="item">
<div class="carousel-content">
<h3>Direct Access to Any Console</h3>
<p>Switch back and forth between your contexts</p>
</div>
</div>
</div><a href="#overview-carousel" role="button" data-slide="prev" class="left carousel-control"><span class="glyphicon glyphicon-chevron-left"></span></a><a href="#overview-carousel" role="button" data-slide="next" class="right carousel-control"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
<section id="what" class="slide">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1 data-animation="space-in" class="animate-in">Discover Guake Terminal</h1>
<p data-animation="fade-in" data-build="1" class="animate-build">
Guake is a multilingual, top-down terminal for Gnome, and is highly inspirated by the famous
terminal used in Quake <i class="glyphicon glyphicon-copyright-mark"></i>.
</p>
<p data-animation="fade-in" data-build="2" class="animate-build">
You can instantaneously show and hide your terminal with a single key
stroke, execute a command, and then go back to your previous task
without breaking your workflow.
</p>
</div>
</div>
<div class="row">
<div data-animation="fade-in" data-build="3" class="page-scroll animate-build">
<div id="what-hook"></div><a href="#firstlook" class="btn btn-circle"><i class="fa fa-angle-double-down animated"></i></a>
</div>
</div>
</div>
</section>
<section id="firstlook" class="slide">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1 data-animation="space-in" data-build="1" class="animate-in">What does Guake look like?</h1>
</div>
</div>
<div class="row">
<div class="col-md-12 col-xs-8 col-xs-offset-2 col-md-offset-0">
<div data-animation="fade-in" data-build="2" class="row animate-build">
<div class="col-xs-12 col-md-offset-1 col-md-5">
<p class="screenshot-legend">Your Terminal Anywhere On Your Desktop, Just A Shortcut Away!</p>
<p class="screenshot-description">
Imagine you are working in your favorite text editor and want to
execute some commands, like execute the unit test of your code,
check a man page, or edit some configuration file. You can do it
at lightning speed without leaving your keyboard. Just press your
predefined "Show Guake" hotkey, execute your command, and repress
it to hide the terminal and go back to your work.
</p>
</div>
<div class="col-xs-12 col-md-5"><a href="img/screenshot.png" class="screenshot-link"><img src="img/screenshot-tb.png"></a><br><a href="img/screenshot2.jpg" class="screenshot-link"><img src="img/screenshot2-tb.jpg"></a></div>
</div>
</div>
</div>
<div class="row">
<div data-animation="fade-in" data-build="3" class="page-scroll animate-build">
<div id="firstlook-hook"></div><a href="#more" class="btn btn-circle"><i class="fa fa-angle-double-down animated"></i></a>
</div>
</div>
</div>
</section>
<section id="more" class="slide">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1 data-animation="space-in" data-build="1" id="scale-animation" class="animate-in">Tell me More!</h1>
</div>
</div>
<div class="row feature-list">
<div class="col-xs-12 col-sm-4">
<h3>Simple Easy, Elegant</h3>
<p>
Smooth integration of the terminal into the GNOME environment, with
Compiz Transparency and show animation.
</p>
</div>
<div class="col-xs-12 col-sm-4">
<h3>Multi-monitor</h3>
<p>
Guake supports Multimonitor setup. Open it on the monitor where your
mouse is, or in a dedicated screen.
</p>
</div>
<div class="col-xs-12 col-sm-4">
<h3>Multiple Tabs</h3>
<p>
Use Several named tabs, with names automatically set from the running
command, or easily customized.
</p>
<p>Get instant access to your tabs with custom shortcut.</p>
</div>
</div>
<div class="row feature-list">
<div class="col-xs-12 col-sm-4">
<h3>Quick Open</h3>
<p>
See a filename in your terminal output? Simply click on it and it will be
opened directly in your favorite Text Editor. It can even be scroll at
the very specific line and column if your editor support it!
</p>
</div>
<div class="col-xs-12 col-sm-4">
<h3>Autoconfigure Guake</h3>
<p>
Start Guake automatically at login, and define a script that will be
executed on Guake launch, in order to configure Guake tabs.
</p>
</div>
<div class="col-xs-12 col-sm-4">
<h3>Plenty of Color palettes</h3>
<p>
More than 130 predefined palettes are provided! You can easily visualize
them prior to choosing the color that is best for you.
</p>
</div>
</div>
<div class="row">
<div data-animation="fade-in" data-build="11" class="page-scroll animate-build">
<div id="more-hook"></div><a href="#sources" class="btn btn-circle"><i class="fa fa-angle-double-down animated"></i></a>
</div>
</div>
</div>
</section>
<section id="sources" class="slide">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h1 data-animation="space-in" data-build="1" class="animate-in">How can I get Guake?</h1>
<p data-animation="fade-in" data-build="2" class="animate-build">
Guake is packaged by a large number of distributions, among which are Fedora,
Debian, Ubuntu and ArchLinux, so please check your repo. Source tarballs are
available; see the <a href="https://github.com/Guake/guake/releases">Release
page</a>.
</p>
<p data-animation="fade-in" data-build="3" class="animate-build">
You can also checkout directly the source code from the
git repository. Please check it<i.fa.fa-github>
<a href="https://github.com/Guake/guake">at the Github page</a>
</p>
<p data-animation="fade-in" data-build="4" class="animate-build">
No software is perfect. To file a bug report, use
<a href="https://github.com/Guake/guake/issues">the Issues
page of the GitHub project</a>.
</p>
<p data-animation="fade-in" data-build="5" class="animate-build">
General information on how to compile guake can be found in the
<a href="https://github.com/Guake/guake/blob/master/README.rst">
README.rst</a> file.
</p>
<h1 data-animation="space-in" data-build="6" class="animate-in">Can I contribute?</h1>
<p data-animation="fade-in" data-build="6" class="animate-build">
Want a feature for Guake? Contributions are welcome! Guake is mainly
developed in the Python language, and uses the GTK-2 binding.
Don't hesitate to submit your Pull Request!
If you are not a developer, you can still contribute to Guake by translating
or improving its translations in <a href="https://hosted.weblate.org/projects/guake/guake/">your language</a>.
Guake users are welcome to <a href="https://weblate.org/donate/">support Weblate</a>
in providing this service for free for OpenSource Projects.
</p>
<ul class="list-inline banner-social-buttons">
<li><a href="https://github.com/Guake/guake/" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i><span class="network-name">Visit the Github project page</span></a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="about" class="slide">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h1 data-animation="space-in" data-build="1" class="animate-in">About the Guake Project</h1>
<p data-animation="fade-in" data-build="2" class="animate-build">
Guake was originally written by Gabriel Falcão in 2007, and has since become
a vibrant open source project with
<a href="https://github.com/Guake/guake/graphs/contributors">many contributors</a>
.
</p>
</div>
</div>
</div>
<div class="page-scroll">
<div id="sources-hook"></div><a href="#top" class="btn btn-circle"><i class="fa fa-angle-double-up animated"></i></a>
</div>
</section>
<footer></footer>
<script src="js/blueimp-gallery.js"></script>
<script src="js/bootstrap-image-gallery.js"></script>
<script src="js/guake.js"></script>
</body>
</head>
</html>