Skip to content

Commit 74eb160

Browse files
fix: upgrade markup and content in include templates
1 parent a0bd564 commit 74eb160

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

html-templates/includes/site.footer.tpl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
{capture assign=laddrLink}<a href="http://laddr.us">Laddr</a>{/capture}
44
{capture assign=cfpLink}<a href="http://codeforphilly.org">Code for Philly</a>{/capture}
5-
{sprintf(_("Powered by %s &mdash; a %s project."), $laddrLink, $cfpLink)}
6-
<br>
5+
6+
<p>{sprintf(_("Powered by %s &mdash; a %s project."), $laddrLink, $cfpLink)}</p>
7+
78
{localeSelector}
89

910
{if $.responseId == 'home'}
10-
<br>Cover photo by <a href="http://www.chriskendigphotography.com/" target="_blank">Chris Kendig</a>.
11+
<br>Cover photo by <a href="http://www.chriskendigphotography.com/" target="_blank">Chris Kendig</a>.
1112
{/if}
Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
<li class="dropdown">
2-
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{_ "Get Involved"} <span class="caret"></span></a>
3-
<ul class="dropdown-menu">
4-
<li><a href="/projects">{_ "Active Projects"}</a></li>
5-
<li><a href="/pages/project_guidelines">{_ "Projects 101"}</a></li>
6-
<li><a href="/pages/hack_night_program_details/">Weekly Meetups</a></li>
7-
<li><a href="/pages/hackathons">Launchpads & Hackathons</a></li>
8-
</ul>
2+
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{_ "Get Involved"}</a>
3+
<div class="dropdown-menu">
4+
<a class="dropdown-item" href="/projects">{_ "Active Projects"}</a>
5+
<a class="dropdown-item" href="/pages/project_guidelines">{_ "Projects 101"}</a>
6+
<a class="dropdown-item" href="/pages/hack_night_program_details/">{_ "Weekly Meetups"}</a>
7+
<a class="dropdown-item" href="/pages/hackathons">{_ "Launchpads & Hackathons"}</a>
8+
</div>
99
</li>
1010

1111
<li class="dropdown">
12-
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{_ "Community/Connect"} <span class="caret"></span></a>
13-
<ul class="dropdown-menu">
14-
<li><a href="/chat" target="_blank">{_ "Chat"} <small>({_ "Slack"})</small></a></li>
15-
<li><a href="http://forum.codeforphilly.org/login" target="_blank">{_ "Forum"} <small>({_ "Discussion"})</small></a></li>
16-
<li><a href="/members">{_ "Member Directory"}</a></li>
17-
</ul>
12+
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{_ "Community/Connect"}</a>
13+
<div class="dropdown-menu">
14+
<a class="dropdown-item" href="/chat" target="_blank">{_ "Chat"} <small>({_ "Slack"})</small></a>
15+
<a class="dropdown-item" href="http://forum.codeforphilly.org/login" target="_blank">{_ "Forum"} <small>({_ "Discussion"})</small></a>
16+
<a class="dropdown-item" href="/members">{_ "Member Directory"}</a>
17+
</div>
1818
</li>
19+
1920
<li class="dropdown">
20-
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{_ "About"} <span class="caret"></span></a>
21-
<ul class="dropdown-menu">
22-
<li><a href="/mission">{_ "Mission"}</a></li>
23-
<li><a href="/pages/code_of_conduct/">{_ "Code of Conduct"}</a></li>
24-
<li><a href="/pages/leadership/">{_ "Organizing Team"}</a></li>
25-
<li><a href="/contact">{_ "Contact Us"}</a></li>
26-
</ul>
21+
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{_ "About"}</a>
22+
<div class="dropdown-menu">
23+
<a class="dropdown-item" href="/mission">{_ "Mission"}</a>
24+
<a class="dropdown-item" href="/pages/code_of_conduct/">{_ "Code of Conduct"}</a>
25+
<a class="dropdown-item" href="/pages/leadership/">{_ "Organizing Team"}</a>
26+
<a class="dropdown-item" href="/contact">{_ "Contact Us"}</a>
27+
</div>
2728
</li>
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<li><a href="https://codeforphilly.org/pages/introduction_to_civic_hacking">Intro to Civic Hacking</a></li>
2-
<li><a href="http://commons.codeforamerica.org/">CfA Commons</a></li>
3-
<li><a href="http://opendata.stackexchange.com/">Open Data Stack Exchange</a></li>
4-
<li><a href="http://opendataphilly.org">Philly Open Data Catalog</a></li>
5-
<li><a href="https://github.com/CodeForPhilly/resources/blob/master/LEARNING.md">Learning Resources</a></li>
6-
<li><a href="https://github.com/CodeForPhilly/Projects-101/blob/master/README.md">Projects 101 Repository</a></li>
1+
<a class="dropdown-item" href="http://opendataphilly.org">{_ "Open Data Philly"}</a>
2+
<a class="dropdown-item" href="https://brigade.codeforamerica.org">{_ "CfA Brigade Network Website"}</a>
3+
<a class="dropdown-item" href="https://discourse.codeforamerica.org/">{_ "CfA Brigade Network Forum"}</a>
4+
<a class="dropdown-item" href="http://opendata.stackexchange.com/">{_ "Open Data Stack Exchange"}</a>

0 commit comments

Comments
 (0)