From 6dccb1586b54edd71ce321f1c0f29141f48f509c Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Wed, 29 Jul 2015 22:32:03 -0700 Subject: [PATCH] Adding the main download button on index page --- css/main.css | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 32 ++++++++++++++++++++++---------- 2 files changed, 71 insertions(+), 10 deletions(-) diff --git a/css/main.css b/css/main.css index 5eb7c6d..85d3b79 100644 --- a/css/main.css +++ b/css/main.css @@ -11,6 +11,36 @@ h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Condensed'; } +footer.main-footer { + position: absolute; + bottom: 0; + text-align: center; + font-size: 10px; + display: block; + width: 100%; + border-top: 1px solid #ccc; + padding-top: 10px; + margin-left: -20px; +} +footer > ul.footer-nav > li { + display: inline-block; + list-style: none; +} +footer > ul.footer-nav { + display: inline; + width: 100%; + margin: 0; + padding: 0; +} +ul.footer-nav > li:after { + margin-left: 2px; + margin-right: 2px; + content: "|"; +} +ul.footer-nav > li:last-child:after { + content: ""; +} + /* Adding some whitespace */ p { margin-bottom: 12px; @@ -43,3 +73,22 @@ a:hover { color: #fff; background-color: #682079; } + +/* Index page styles */ +.btn-index-download { + font-family: 'Roboto Condensed'; + font-size: 25px; + padding: 8px 24px; + margin-top: 25px; +} +.btn-index-download:hover { + color: #fff; + background-color: #682079; +} +.lead-title { + font-size: 45px; + margin-top: 55px; + margin-bottom: 35px; +} + + diff --git a/index.html b/index.html index c61cf6b..1ebdd8f 100644 --- a/index.html +++ b/index.html @@ -4,27 +4,39 @@ +
-

Get .NET

-

This site can help you get started with the .NET Framework.

+

Get the latest version of the .NET Framework

+
-
-
+ + + + + + + + + + +
+
- -
-

The source for this site is hosted @ microsoft/getdotnet repo on GitHub.

-
-
+