Fix community dropdown server view
This commit is contained in:
@ -10,12 +10,18 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
|
|||||||
li.dropdown
|
li.dropdown
|
||||||
a.dropdown-toggle(data-toggle='dropdown' role='button' href='#' aria-haspopup='true') Community
|
a.dropdown-toggle(data-toggle='dropdown' role='button' href='#' aria-haspopup='true') Community
|
||||||
ul.dropdown-menu
|
ul.dropdown-menu
|
||||||
li
|
|
||||||
a(href='/about') About
|
|
||||||
li
|
li
|
||||||
a(href='https://gitter.im/freecodecamp/home' target='_blank') Chat
|
a(href='https://gitter.im/freecodecamp/home' target='_blank') Chat
|
||||||
li
|
li
|
||||||
a(href='https://forum.freecodecamp.com', target='_blank') Forum
|
a(href='https://forum.freecodecamp.com', target='_blank') Forum
|
||||||
|
li
|
||||||
|
a(href='https://medium.freecodecamp.com', target='_blank') Medium
|
||||||
|
li
|
||||||
|
a(href='https://youtube.com/freecodecamp', target='_blank') YouTube
|
||||||
|
li
|
||||||
|
a(href='https://forum.freecodecamp.com/t/free-code-camp-city-based-local-groups/19574', target='_blank') In your city
|
||||||
|
li
|
||||||
|
a(href='/about') About
|
||||||
li
|
li
|
||||||
a(href='/map') Map
|
a(href='/map') Map
|
||||||
li
|
li
|
||||||
|
Reference in New Issue
Block a user