From 5780ed58f518e97105bd55ad2ce8c93633f3b113 Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Thu, 30 Jul 2015 23:39:18 -0700 Subject: [PATCH] Adding main nav element and associated effects --- css/main.css | 69 ++++++++++++++++ dotnet-user-groups.html | 42 ++++++++-- help/dotnet-docs.html | 147 ++++++++++++++++++++--------------- index.html | 28 ++++++- install-dotnet.html | 58 ++++++++++---- js/main.js | 24 ++++++ meetup.js => js/meetup.js | 0 target-dotnet-platforms.html | 46 ++++++++--- 8 files changed, 320 insertions(+), 94 deletions(-) create mode 100644 js/main.js rename meetup.js => js/meetup.js (100%) diff --git a/css/main.css b/css/main.css index cb7f1e1..3908ce6 100644 --- a/css/main.css +++ b/css/main.css @@ -111,4 +111,73 @@ a:hover { text-decoration: none; } +/* Menu stuff */ +.sub-menu { + margin-top: 10px; + margin-bottom: 10px; +} +.sub-menu > a { + padding: 5px; + color: #ccc; +} +.sub-menu > a:hover { + text-decoration: none; + color: #000; +} +.main-content-slide { + position: relative; + left: 205px; +} +.nav-menu-header { + margin-top: 15px; + margin-bottom: 25px; + text-align: center; +} +.nav-menu-header > img { + /*box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);*/ + border: 2px solid #000; +} +.nav-menu { + position: fixed; + top: 0; + left: 0; + display: block; + border-right: 1px solid #ccc; + /*padding-right: 10px;*/ + /*background-color: #eee;*/ + background-color: #682079; +} +.nav-menu-collapsed { + display: none; +} +.nav-menu-expanded { + width: 200px; + height: 100%; + z-index: 100; + display: block; + box-shadow: 0 0 3px 3px rgba(0,0,0,0.5); +} +.nav-menu-content > ul { + list-style: none; + width: 100%; + margin: 0; + padding: 0; + } + + .nav-menu-content > ul > li > a { + display: inline-block; + padding: 20px 15px; + width: 100%; + /*border-bottom: 1px solid #aaa;*/ + font-family: 'Roboto Condensed'; + font-size: 15px; + color: #fff; + text-transform: lowercase; + } +.nav-menu-content > ul > li > a:hover { + background-color: #932DAB; + width: 100%; + text-decoration: none; +} + diff --git a/dotnet-user-groups.html b/dotnet-user-groups.html index ecdc667..005fa8c 100644 --- a/dotnet-user-groups.html +++ b/dotnet-user-groups.html @@ -4,6 +4,7 @@ .NET Meetups in your local neighborhood + -

.NET Meetups in your local neighborhood

+ +
+
+
+
+ +
+
+
+
+

.NET Meetups in your local neighborhood

-

This page list events for the set of .NET user group meetups from meetup.com and http://communitymegaphone.com/.

+

This page list events for the set of .NET user group meetups from meetup.com and http://communitymegaphone.com/.

-

We also maintain a much larger list of .NET meetup groups on twitter. If you would like your group's events listed on either list, please contact us, on twitter.

+

We also maintain a much larger list of .NET meetup groups on twitter. If you would like your group's events listed on either list, please contact us, on twitter.

-
+
+
+
+
+
- - + + + + + + diff --git a/install-dotnet.html b/install-dotnet.html index 85d5650..0a1ca5e 100644 --- a/install-dotnet.html +++ b/install-dotnet.html @@ -6,6 +6,7 @@ + -
-
-

Install the .NET Framework

-

You need to install the .NET Framework to run many apps on Windows. The best versions to install is the .NET Framework 4.6. Some apps may required .NET Framework 3.5 SP1. Those two versions should run nearly all .NET apps.

-
-
-
-
-

Available .NET Versions

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

Install the .NET Framework

+

You need to install the .NET Framework to run many apps on Windows. The best versions to install is the .NET Framework 4.6. Some apps may required .NET Framework 3.5 SP1. Those two versions should run nearly all .NET apps.

+
+
+
+
+

Available .NET Versions

+ +
+
+
+
+
+

Developers may want to check out Targeting Dotnet Platforms and Targeting .NET Framework Versions to learn more about targeting .NET Framework versions.

+
+
-
-
-
-

Developers may want to check out Targeting Dotnet Platforms and Targeting .NET Framework Versions to learn more about targeting .NET Framework versions.

-
-
+ + -