Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
a99e670b
Commit
a99e670b
authored
Apr 06, 2014
by
kliment
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable carousel and extract action buttons
parent
bbf472a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
index.html
index.html
+20
-3
No files found.
index.html
View file @
a99e670b
...
...
@@ -12,10 +12,27 @@ layout: default
</div>
</div>
</div>
<div
class=
"container"
>
<div
class=
"carousel-caption"
>
<div>
<h1>
Latest news
</h1>
<p><a
class=
"caption-link"
href=
"https://github.com/kliment/Printrun/releases/tag/printrun-20140402"
>
Printrun 2014-04-06
</a>
has been released, with new optional mini controls, a new 3D visualization, a more flexible user interface and much more.
</p>
<p><a
class=
"btn btn-lg btn-primary"
href=
"https://github.com/kliment/Printrun/commits/printrun-20140402"
role=
"button"
>
Commit log
</a></p>
</div>
</div>
</div>
<div
class=
"container"
>
<div
class=
"carousel-caption"
>
<div>
<h1>
Open development
</h1>
<p>
All development happens on GitHub in an open manner.
<br
/>
No code drop, no hidden licenses: this is free software and will always be.
</p>
<p><a
class=
"btn btn-lg btn-primary"
href=
"https://github.com/kliment/Printrun/issues/new"
role=
"button"
>
Report an issue
</a></p>
</div>
</div>
</div>
<!-- Carousel
================================================== -->
<div
id=
"carousel"
class=
"carousel slide"
data-ride=
"carousel"
data-interval=
"false"
>
<!-- Indicators -->
<!--<div id="carousel" class="carousel slide" data-ride="carousel" data-interval="false">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
...
...
@@ -61,7 +78,7 @@ layout: default
</div>
<a class="left carousel-control" href="#carousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#carousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
<!-- /.carousel -->
</div>
-->
<!-- /.carousel -->
<div
id=
"features"
class=
"separator bg-lightblue"
></div>
<div
class=
"container content"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment