-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path3-column-agency-footer.html
50 lines (49 loc) · 2.63 KB
/
3-column-agency-footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!--This standard footer creates two columns for agency links and a third column for open data dc links.
Edit text in CAPS with your content. The third column needs to be left as is.-->
<div class="col-xs-12">
<!--first column contains glyph icons, use this for agency contact links-->
<div class="col-xs-12 col-sm-4">
<p>Connect with Us</p>
<img src="https://cdn4.iconfinder.com/data/icons/Free-Medical-Icons-Set/32x32/Calendar.png">
<a href="CALENDAR LINK HERE" style="color:white" target="_blank">CALENDAR</a>
<br>
<img src="https://cdn1.iconfinder.com/data/icons/social-networks-15/512/Bird_tweet_tweeting_twitter_logo-32.png">
<a href="TWITTER LINK HERE" style="color:white" target="_blank">TWITTER HANDLE</a>
<br>
<img src="https://cdn4.iconfinder.com/data/icons/miu-black-social-2/60/mail-32.png">
<a href="YOUR LINK HERE" style="color:white" target="_blank">SUBSCRIBE</a>
<br>
<img src="https://cdn4.iconfinder.com/data/icons/miu-black-social-2/60/mail-32.png">
<a href="mailto:EMAIL ADDRESS" style="color:white" target="_blank">EMAIL ADDRESS</a>
</div>
<!--second column, use this for additional resources-->
<div class="col-xs-12 col-sm-4">
<p>Learn More</p>
<a href="YOUR LINK HERE" style="color:white" target="_blank">LINK TITLE</a>
<br>
<a href="YOUR LINK HERE" style="color:white" target="_blank">LINK TITLE</a>
<br>
<a href="YOUR LINK HERE" style="color:white" target="_blank">LINK TITLE</a>
<br>
<a href="YOUR LINK HERE" style="color:white" target="_blank">LINK TITLE</a>
<br>
<a href="YOUR LINK HERE" style="color:white" target="_blank">LINK TITLE</a>
</div>
<!--leave third column as is, used to link back to open data dc-->
<div class="col-xs-12 col-sm-4">
<p>Learn More</p>
<a href="https://octo.dc.gov/page/district-columbia-data-policy" style="color:white" target="_blank">DC
Government Data Policy</a>
<br>
<a href="https://dc.gov/node/939602" style="color:white" target="_blank">Data Terms of Use</a>
<br>
<a href="http://dcgis.maps.arcgis.com" style="color:white" target="_blank">DC's ArcGIS Online Organization</a>
<br>
<a href="http://octo.dc.gov/service/dc-geographic-information-system-program" style="color:white"
target="_blank">District of
Columbia GIS</a>
<br>
<a href="https://octo.dc.gov/blog/meet-chief-data-officer-barney-krucoff" style="color:white" target="_blank">Meet
the Chief Data Officer</a>
</div>
</div>