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
25e213a7
Commit
25e213a7
authored
Jun 24, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: better homepage cSS
parent
c6fe5f18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
85 deletions
+8
-85
website/source/index.html.erb
website/source/index.html.erb
+3
-3
website/source/stylesheets/_components.scss
website/source/stylesheets/_components.scss
+5
-82
No files found.
website/source/index.html.erb
View file @
25e213a7
...
...
@@ -27,7 +27,7 @@
</div>
</section>
<section
class=
"
about
padded-lg"
>
<section
class=
"
marketting
padded-lg"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"span6"
>
...
...
@@ -35,7 +35,7 @@
</div>
<div
class=
"span6"
>
<h2
class=
"text-green"
>
Modern, Automated
</h2>
<h2
class=
"text-green
text-center
"
>
Modern, Automated
</h2>
<p>
Packer is easy to use and automates the creation of any type
of machine image. It embraces modern configuration management by
...
...
@@ -50,7 +50,7 @@
</div>
</section>
<section
class=
"
vendors
padded-lg"
>
<section
class=
"
marketting
padded-lg"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"span6"
>
...
...
website/source/stylesheets/_components.scss
View file @
25e213a7
...
...
@@ -43,91 +43,14 @@
}
// break this out into sections
.about
{
hgroup
{
display
:
table
;
margin-bottom
:
$baseline
*
2
;
@include
respond-to
(
mobile
)
{
display
:
block
;
}
}
h2
.has-dividers
{
@include
respond-to
(
mobile
)
{
display
:
block
;
}
.marketting
{
p
{
padding-left
:
10px
;
padding-right
:
10px
;
text-align
:
justify
;
}
.dividers
{
}
}
.vendors
{
.company-logos
{
text-indent
:
-999999px
;
margin-left
:
50px
;
@include
respond-to
(
mobile
)
{
margin-left
:
0
;
}
li
{
height
:
100px
;
@include
respond-to
(
mobile
)
{
margin-bottom
:
$baseline
*
2
;
}
}
.aws
{
background
:
url(/images/works_with_aws.png)
no-repeat
center
center
;
}
.virtualbox
{
background
:
url(/images/works_with_virtual.png)
no-repeat
center
center
;
}
.vmware
{
background
:
url(/images/works_with_vmware.png)
no-repeat
center
center
;
}
}
}
.users
{
.company-logos
{
text-indent
:
-999999px
;
margin-left
:
40px
;
@include
respond-to
(
mobile
)
{
margin-left
:
0
;
}
li
{
height
:
100px
;
}
.expedia
{
background
:
url(../../img/user_expedia.png)
no-repeat
center
center
;
}
.bbc
{
background
:
url(../../img/user_bbc.png)
no-repeat
center
center
;
}
.disqus
{
background
:
url(../../img/user_disqus.png)
no-repeat
center
center
;
}
.edgecast
{
background
:
url(../../img/user_edgecast.png)
no-repeat
center
center
;
}
}
}
.docs-wrapper
{
clear
:
right
;
...
...
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