Skip to content

Commit

Permalink
update links on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jsouth committed Mar 2, 2017
1 parent 18a7003 commit 5c03cf4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
53 changes: 27 additions & 26 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ a.button.outline-btn {
background: #0C5176;
box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
height: 55px;
overflow: hidden;
// overflow: hidden;
}

.nav .collapse .in {
Expand Down Expand Up @@ -570,7 +570,7 @@ a.button.outline-btn {
overflow-x: hidden;
overflow-y: auto;
padding-bottom: 100px;
min-width: 260px;
width: 260px;
}


Expand Down Expand Up @@ -931,7 +931,7 @@ input:checked+.slider:before {

.tabs li a {
color: #fff;
padding: 16px 20px 11px;
padding: 17px 20px 11px;
float: left;
opacity: 0.7;
font-weight: 600;
Expand Down Expand Up @@ -1034,12 +1034,13 @@ input:checked+.slider:before {

.nav-secondary .search-form {
float: left;
width: 235px;
width: 200px;
margin: 10px 5px 0 10px;
}

.nav-secondary-tabs .search-form {
margin: 5px 10px 5px 0;
width: 245px;
}

.nav-secondary-tabs .search-form input[type=search] {
Expand All @@ -1054,7 +1055,7 @@ input:checked+.slider:before {
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
padding: 0px 0 0 35px;
width: 235px;
width: 100%;
}

.nav-secondary-tabs .search-form input[type=search]:focus {
Expand All @@ -1079,9 +1080,9 @@ input[type=text] {
background-position: 10px 9px;
border: 0;
box-shadow: none;
padding: 0px 0 0 35px;
border-radius: 0;
color: #fff;
padding: 0px 0 0 35px;
}

.nav-secondary .search-form input[type=search]:focus {
Expand Down Expand Up @@ -1628,7 +1629,7 @@ footer {
// background: #192837;
animation: gradientswitch 150s infinite;
-webkit-animation: gradientswitch 150 sinfinite;
height: 145px;
height: 142px;
overflow: visible;
}
.sidebar{
Expand Down Expand Up @@ -1666,42 +1667,44 @@ footer {
width: 260px;
}
.nav-secondary .search-form input[type=search]:focus {
background: rgb(29, 60, 76) url("/images/search.png") no-repeat;
// background: rgb(29, 60, 76) url("/images/search.png") no-repeat;
background: rgba(0, 0, 0, 0.17) url(/images/search.png) no-repeat;
background-position: 10px 9px;
box-shadow: none;
color: #fff;
}
.nav-secondary-tabs {
height: 108px;
height: 104px;
}
.nav-secondary-tabs.affix {
background: #192837;
box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
top: 0;
position: fixed;
z-index: 100;
height: 106px;
height: 105px;
}
#sidebar-wrapper-home,
#sidebar-wrapper-home.affix {
display: none;
}
.tabs {
margin: 0 auto;
width: 100%;
}
.tabs li a {
color: #fff;
padding: 13px 5px 8px 5px;
float: left;
opacity: 0.7;
font-size: 12px;
font-size: 11px;
}
.content {
padding: 10px 20px 20px 15px;
max-width: 390px;
}
.main-content {
padding: 0px 5px 25px 20px;
padding: 0px 15px 25px 20px;
}
.block {
float: left;
Expand Down Expand Up @@ -1768,6 +1771,7 @@ footer {
// }
}


/* Landscape */
@media only screen
and (min-device-width: 375px)
Expand All @@ -1780,17 +1784,6 @@ footer {
}
}

/* Landscape */
// @media only screen
// and (min-device-width: 320px)
// and (max-device-width: 480px)
// and (-webkit-min-device-pixel-ratio: 2)
// and (orientation: landscape) {
// .nav-secondary-tabs.affix {
// height: 107px;
// }
// }

/*
*
* medium displays **********************************************************
Expand All @@ -1803,7 +1796,6 @@ footer {
.nav-secondary .search-form {
margin: 14px 10px 5px 0;
}
// .sidebar-home {}
#sidebar-wrapper {
width: 200px;
}
Expand All @@ -1815,7 +1807,7 @@ footer {
// display: none;
}
.component {
padding: 9px 140px 20px;
// padding: 9px 140px 20px;
text-align: center;
margin: 0 8px 15px;
float: left;
Expand All @@ -1840,10 +1832,19 @@ footer {
}
}

/*
*
* random sections -> add all other vendor overrides here ***********************************
*
*/

#resources_container {
max-width: 830px;
}

/*
*
* Bootstrap Overrides : super embarrassing ***********************************************************************
* Bootstrap Overrides ***********************************************************************
*
*/

Expand Down
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ mode.
</div>
<div class="component">
<div class="component-icon">
<a href="docker-for-mac/"> <img src="../images/windows_48.svg" alt="Docker for Mac"> </a>
<a href="docker-for-windows/"> <img src="../images/windows_48.svg" alt="Docker for Windows"> </a>
</div>
<h3 id="docker-for-windows"><a href="/#docker-for-windows">Docker for Windows</a></h3>
<h3 id="docker-for-windows"><a href="docker-for-windows/">Docker for Windows</a></h3>
<p>A native Windows application which delivers all Docker tools to your Windows computer.</p>
</div>
<div class="component">
<div class="component-icon">
<a href="docker-for-mac/"> <img src="../images/linux_48.svg" alt="Docker for Mac"> </a>
<a href="/engine/installation/linux/ubuntu/"> <img src="../images/linux_48.svg" alt="Docker for Linux"> </a>
</div>
<h3 id="docker-for-linux"><a href="/#docker-for-linux">Docker for Linux</a></h3>
<h3 id="docker-for-linux"><a href="/engine/installation/linux/ubuntu/">Docker for Linux</a></h3>
<p>Install Docker on a computer which already has a Linux distribution installed.</p>
</div>
<!--components-full-width-->
Expand All @@ -80,7 +80,7 @@ mode.
<img src="../images/cloud_48.svg" alt="Docker Cloud">
</div>
<div class="component-full-copy">
<h3 id="docker-cloud"><a href="/#">Docker Cloud</a></h3>
<h3 id="docker-cloud"><a href="docker-cloud/">Docker Cloud</a></h3>
<p>A hosted service for building, testing, and deploying Docker images to your hosts.</p>
</div>
</div>
Expand Down

0 comments on commit 5c03cf4

Please sign in to comment.