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
67a95d18
Commit
67a95d18
authored
Jun 20, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: tweaking the homepage
parent
460d8ba3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
245 additions
and
242 deletions
+245
-242
website/source/index.html.erb
website/source/index.html.erb
+11
-11
website/source/layouts/layout.erb
website/source/layouts/layout.erb
+0
-1
website/source/stylesheets/components.scss
website/source/stylesheets/components.scss
+229
-229
website/source/stylesheets/helpers.scss
website/source/stylesheets/helpers.scss
+5
-1
No files found.
website/source/index.html.erb
View file @
67a95d18
...
...
@@ -15,9 +15,9 @@
<section
class=
"belt download"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"span6 offset
4
"
>
<div
class=
"span6 offset
3
"
>
<img
class=
"pull-left download-arrow"
src=
"/images/down_arrow.png"
alt=
"down_arrow"
/>
<h2><a
href=
"#"
>
Download v1.0
</a></h2>
<h2><a
href=
"#"
>
Download v0.1
</a></h2>
<small
class=
"uppercase mono"
>
<a
href=
"#"
>
Release Notes
...
...
@@ -48,7 +48,7 @@
</section>
<section
class=
"vendors text-center"
>
<div
class=
"container
white-background
padded-lg"
>
<div
class=
"container padded-lg"
>
<div
class=
"row"
>
<div
class=
"span8 offset2"
>
<h1
class=
"text-green"
>
Works great with
</h1>
...
...
website/source/layouts/layout.erb
View file @
67a95d18
...
...
@@ -3,7 +3,6 @@
<head>
<title>
Packer
</title>
<meta
name=
"description"
content=
"Packer is a free and open source tool for creating golden images for multiple platforms from a single source configuration."
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<!-- rewrite URLs for @2x retina images -->
<script>
...
...
website/source/stylesheets/components.scss
View file @
67a95d18
.hero
{
height
:
$hero-height
;
background
:
url(/images/hero_image.jpg)
no-repeat
center
center
;
background-size
:
cover
;
@include
respond-to
(
mobile
)
{
margin-right
:
-20px
;
margin-left
:
-20px
;
background-size
:
cover
;
}
height
:
$hero-height
;
background
:
#000000
url(/images/hero_image.jpg)
no-repeat
75%
-25px
;
background-size
:
1008px
490px
;
@include
respond-to
(
mobile
)
{
margin-right
:
-20px
;
margin-left
:
-20px
;
background-size
:
cover
;
}
h2
{
margin-top
:
$baseline
*
5
.5
;
...
...
@@ -22,10 +22,10 @@ background-size: cover;
}
.belt
{
@include
respond-to
(
mobile
)
{
margin-right
:
-20px
;
margin-left
:
-20px
;
}
@include
respond-to
(
mobile
)
{
margin-right
:
-20px
;
margin-left
:
-20px
;
}
&
.download
{
background-color
:
$white
;
...
...
@@ -142,11 +142,11 @@ margin-left: -20px;
.docs-wrapper
{
clear
:
right
;
@include
respond-to
(
mobile
)
{
margin-right
:
-20px
;
margin-left
:
-20px
;
}
clear
:
right
;
@include
respond-to
(
mobile
)
{
margin-right
:
-20px
;
margin-left
:
-20px
;
}
.docs-body
{
float
:
left
;
...
...
@@ -215,11 +215,11 @@ margin-left: -20px;
}
.pagination
{
$border
:
1px
solid
$gray-mid
;
height
:
$nav-height
;
border-top
:
$border
;
font-size
:
20px
;
margin
:
0px
;
$border
:
1px
solid
$gray-mid
;
height
:
$nav-height
;
border-top
:
$border
;
font-size
:
20px
;
margin
:
0px
;
h4
{
display
:
inline-block
;
...
...
website/source/stylesheets/helpers.scss
View file @
67a95d18
...
...
@@ -22,7 +22,11 @@ $base-font-size: 16px;
$base-line-height
:
20px
;
$button-height
:
60px
;
.padded-lg
{
padding
:
(
$baseline
*
4
)
0
;}
.center
{
margin
:
0
auto
;
}
.padded-lg
{
padding
:
(
$baseline
*
2
)
0
;}
.padded
{
padding
:
(
$baseline
*
2
)
0
;}
.padded-sm
{
padding
:
(
$baseline
)
0
;}
...
...
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