Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
25a586b4
Commit
25a586b4
authored
Jun 21, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: more centered download link
parent
793da8ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
26 deletions
+28
-26
website/source/index.html.erb
website/source/index.html.erb
+12
-15
website/source/stylesheets/_components.scss
website/source/stylesheets/_components.scss
+16
-11
No files found.
website/source/index.html.erb
View file @
25a586b4
...
@@ -14,18 +14,15 @@
...
@@ -14,18 +14,15 @@
<section
class=
"belt download"
>
<section
class=
"belt download"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"download-container"
>
<div
class=
"span6 offset3"
>
<h2
class=
"uppercase"
><a
href=
"#"
>
Download v0.1
</a></h2>
<img
class=
"pull-left download-arrow"
src=
"/images/down_arrow.png"
alt=
"down_arrow"
/>
<small
class=
"uppercase mono"
>
<h2><a
href=
"#"
>
Download v0.1
</a></h2>
<a
href=
"#"
>
<small
class=
"uppercase mono"
>
Release Notes
<a
href=
"#"
>
<!-- {{releasedate}} -->
Release Notes
<span>
06/17/13
</span>
<!-- {{releasedate}} -->
</a>
<span>
06/17/13
</span>
</small>
</a>
</small>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
...
@@ -50,9 +47,9 @@
...
@@ -50,9 +47,9 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<p
class=
"span6 offset3"
>
<p
class=
"span6 offset3"
>
Out of the box, Packer comes with support to build images
Out of the box, Packer comes with support to build images
for the following platforms. Support for additional platforms is
for the following platforms. Support for additional platforms is
coming and can also be added through plugins.
coming and can also be added through plugins.
</p>
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
website/source/stylesheets/_components.scss
View file @
25a586b4
...
@@ -14,21 +14,26 @@
...
@@ -14,21 +14,26 @@
@extend
.padded-sm
;
@extend
.padded-sm
;
}
}
.download-arrow
{
.download-container
{
margin
:
5px
30px
0
0
;
background
:
url(/images/down_arrow.png)
no-repeat
top
left
;
@include
respond-to
(
mobile
)
{
min-height
:
73px
;
margin-left
:
$baseline
;
width
:
320px
;
margin-top
:
-10px
;
margin
:
0
auto
;
margin-right
:
$baseline
;
padding-left
:
100px
;
}
}
}
h2
{
h2
{
margin
:
15px
auto
0
;
font-family
:
$serif
;
font-size
:
38px
;
color
:
#7bc6b1
;
margin
:
0px
;
padding
:
0px
;
padding-top
:
7px
;
padding-bottom
:
3px
;
line-height
:
1
.0
;
line-height
:
1
.0
;
@include
respond-to
(
mobile
)
{
font-size
:
25px
;
&
:hover
{
line-height
:
(
30
/
25
)
;
color
:
$dark-background
;
}
}
}
}
...
...
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