diff --git a/_config.yml b/_config.yml index 00911de7..309d5297 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ url: "" # Delete the lines you don't need -# about 5 elements are recomended +# about 5 elements are recommended github_username: dashingcode codepen_username: your_codepen_username_goes_here facebook_username: your_facebook_username_goes_here @@ -24,6 +24,7 @@ medium_username: your_medium_username_goes_here tumblr_username: your_tumblr_username_goes_here weibo_username: your_weibo_username_goes_here lastfm_username: your_lastfm_username_goes_here +meetup_username: your_meetup_account_id_number_goes_here blog_url: "/blog" email: your-email@example.domain public_key_url: "https://raw.pastebin.com/LINK-TO-PUBLIC-KEY" diff --git a/css/front.css b/css/front.css index b8752f0b..a3ee4c24 100644 --- a/css/front.css +++ b/css/front.css @@ -59,7 +59,6 @@ li { } li:hover { color: white; - text-decoration: none; -webkit-transition: 500ms; -moz-transition: 500ms; transition: 500ms; @@ -83,7 +82,6 @@ li { border-radius: 0%; border: none; color: white; - margin: 8px; display: block; list-style: none; margin: 10px 0px; @@ -92,7 +90,7 @@ li { width: auto; } li:hover { - background-color: none; + background-color: transparent; transition: none; } a { diff --git a/index.html b/index.html index 3109f5fb..1f500803 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ {% endif %} - +
@@ -67,7 +67,7 @@

{{ site.description }}

  • Instagram
  • {% endif %} - {% if site.flickr_usernmae %} + {% if site.flickr_username %}
  • Flickr
  • {% endif %} @@ -111,6 +111,10 @@

    {{ site.description }}

  • Email
  • {% endif %} + {% if site.meetup_username %} +
  • Meetup
  • + {% endif %} + {% if site.public_key_url %}
  • PGP Key
  • {% endif %}