diff --git a/content/DEV/Home.html b/content/DEV/Home.html index 1553a9ce17..a5dafcb091 100644 --- a/content/DEV/Home.html +++ b/content/DEV/Home.html @@ -2,9 +2,14 @@

What is NuGet?

NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.

- Install NuGet + Install NuGet +
+ latest nuget.exe - + all downloads - + documentation +
- Manage NuGet Packages Dialog Window + Manage NuGet Packages Dialog Window
diff --git a/content/INT/Home.html b/content/INT/Home.html index f7c6b07a9a..552fba7130 100644 --- a/content/INT/Home.html +++ b/content/INT/Home.html @@ -2,9 +2,14 @@

What is NuGet?

NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.

- Install NuGet + Install NuGet +
- Manage NuGet Packages Dialog Window + Manage NuGet Packages Dialog Window
diff --git a/content/PROD/Home.html b/content/PROD/Home.html index afc6f001f6..23be45e66e 100644 --- a/content/PROD/Home.html +++ b/content/PROD/Home.html @@ -2,9 +2,14 @@

What is NuGet?

NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.

- Install NuGet + Install NuGet +
- Manage NuGet Packages Dialog Window + Manage NuGet Packages Dialog Window
diff --git a/src/NuGetGallery/App_Data/Files/Content/Home.html b/src/NuGetGallery/App_Data/Files/Content/Home.html index 5e303173bf..ec88f48212 100644 --- a/src/NuGetGallery/App_Data/Files/Content/Home.html +++ b/src/NuGetGallery/App_Data/Files/Content/Home.html @@ -2,9 +2,14 @@

What is NuGet?

NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.

- Install NuGet + Install NuGet +
- Manage NuGet Packages Dialog Window + Manage NuGet Packages Dialog Window
@@ -12,10 +17,10 @@

What is NuGet?

unique packages - total package downloads + total package downloads - total packages + total packages
diff --git a/src/NuGetGallery/Content/Logos/hero.png b/src/NuGetGallery/Content/Logos/hero.png index f2a8cce253..4afac1d320 100644 Binary files a/src/NuGetGallery/Content/Logos/hero.png and b/src/NuGetGallery/Content/Logos/hero.png differ diff --git a/src/NuGetGallery/Content/PageStylings.css b/src/NuGetGallery/Content/PageStylings.css index 9b66321eae..60cb5b810c 100644 --- a/src/NuGetGallery/Content/PageStylings.css +++ b/src/NuGetGallery/Content/PageStylings.css @@ -274,7 +274,7 @@ button.undo-button { display: block; font-size: 2em; line-height: 2em; - margin-top: 25px; + margin-top: 30px; text-align: center; width: 95%; } @@ -288,6 +288,16 @@ button.undo-button { border-color: #4585aa; text-decoration: none; } + + .featured div div.downloads { + margin-top: 5px; + text-align: center; + width: 95%; + } + + .featured img { + margin-bottom: 15px; + } /* Aggregate Stats (Home Page) */ diff --git a/src/NuGetGallery/Views/Shared/SiteMenu.cshtml b/src/NuGetGallery/Views/Shared/SiteMenu.cshtml index c47bc206f7..fe5b934faa 100644 --- a/src/NuGetGallery/Views/Shared/SiteMenu.cshtml +++ b/src/NuGetGallery/Views/Shared/SiteMenu.cshtml @@ -19,5 +19,6 @@
  • Admin
  • }
  • Documentation
  • +
  • Downloads
  • Blog
  • \ No newline at end of file