Skip to content

Commit 8ed31bd

Browse files
authored
Merge pull request #9 from jesushilarioh/master
Resources added to navbar.
2 parents da71ccb + e2adae5 commit 8ed31bd

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,19 @@
5858
<!-- Official Free Code Camp Hangouts -->
5959
<li><a href="https://hangouts.google.com/call/7t7e67cxgndsnkvmzqbfvehqhie" target="_blank">Hangouts</a></li>
6060
<!-- Official Free Code Camp Dallas Group Resources -->
61-
<li><a href="http://doyoudev.com/" target="_blank">Resources</a></li>
61+
<li class="dropdown">
62+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
63+
<ul class="dropdown-menu">
64+
<li><a href="http://doyoudev.com/" target="_blank">doyoudev.com</a></li>
65+
<!-- Shout out to David Petrey @davidPetrey -->
66+
<li><a href="http://getbootstrap.com/" target="_blank">Bootstrap</a></li>
67+
<li><a href="https://jquery.com/" target="_blank">Jquery</a></li>
68+
<li><a href="https://developer.mozilla.org/en-US/" target="_blank">Mozilla Developer Network</a></li>
69+
<li><a href="https://github.com/" target="_blank">GitHub</a></li>
70+
<li><a href="http://www.json.org/" target="_blank">JSON</a></li>
71+
<li><a href="https://nodejs.org/en/" target="_blank">node.js</a></li>
72+
</ul>
73+
</li>
6274
<!-- Shout out to David Petrey @davidPetrey -->
6375
<!-- Official Free Code Camp Contact -->
6476
<li><a href="https://github.com/freecodecampdallas/freecodecampdallas.github.io/issues" target="_blank">Contact</a></li>

0 commit comments

Comments
 (0)