forked from ModelEarth/localsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.html
96 lines (74 loc) · 3.1 KB
/
header.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<style>
/*
Could use these state shapes: https://github.com/coryetzkorn/state-svg-defs
*/
#local-headerX {
min-height: auto !important; /* Removed min-height 56px set for map-filters bar. */
}
</style>
<!-- Javascript may also reside in the header.html file. -->
<!-- nav.html -->
<div id="logoholderside" class="logoholder" style="display:none; z-index:2"></div>
<div style="display:none">
<div id="sidecolumnContent">
<b><a href="/community">INTRO</a></b>
<a href="/apps/">Community Apps</a>
<a href="/community/tools/">Lifecycle Tool Overview</a>
<a href="/localsite/info/">Industry Comparisons</a>
<a href="/io/charts">Input-Output Widgets</a>
<!--
<a href="/io/coders/">Meetups and Slack</a>
-->
<a href="/community/start/">Starter Samples</a>
<br>
<b><a href="/community/projects/">PROJECTS</a></b>
<a href="/community/projects/#widgets">Labels & Mini Widgets</a>
<a href="/community/projects/#cinematic">Cinematic Interfaces</a>
<a href="/community/projects/#profile-editor">React - Profile Editor</a>
<a href="/community/projects/#io">React & D3 - IO Charts</a>
<!--
<a href="/community/projects/#jquery">JQuery - Interactivity</a>
-->
<a href="/community/projects/#github-actions">Python - GitHub Actions</a>
<a href="/community/projects/#python">Python - Machine Learning</a>
<a href="/community/projects/#ux">UX/UI - Report Design</a>
<a href="/community/projects/#maps">Maps - Data Visualization</a>
<a href="/apps/smm">3.0 Lifecycle Tools Mockup</a>
<br>
<!--
<a href="../community/tools/#projects">Web Projects</a>
<a href="../community/interns/">Internships</a>
-->
<!--
<b>About</b><br>
<a href="../community/tools/#">Overview</a>
-->
<!-- tools/# tells page not to reload, and avoids jumping down to section. -->
<!--a href="../community/tools/#objectives">Objectives</a-->
<!--
<a href="../community/tools/#data">Data Driven</a>
<a href="../community/tools/#modeling">IO Modeling</a>
<a href="../community/tools/#charts">Material Flow</a>
<a href="../community/tools/#regional">Multi-County</a>
<a href="../community/tools/#local">Recycling Maps</a>
<a href="../community/tools/#partners">Partners</a>
-->
<b><a href="/community/carbon-capture/" hashid="carbon-capture">BEYOND CARBON</a></b>
<a href="/community/carbon-capture/" hashid="locally">Carbon Capture</a>
<a href="/community/carbon-capture/#forestry">Fast Forestry</a>
<a href="/community/carbon-capture/#superwood">Superwood</a>
<a href="/community/carbon-capture/#flight" hashid="flight">Transforming Flight</a>
<a href="/community/projects/rail" hashid="rail">Net Positive Rail</a>
<a href="/community/carbon-capture/#hydrogen">Hydrogen Fuel</a>
<a href="/community/biotech/" hashid="biotech">Bioeconomy</a><!-- Biotech Products -->
<a href="/community/projects/wood/" hashid="wood">Mass Timber</a>
<a href="/community/projects/nuclear" hashid="nuclear">Nuclear Power</a>
<a href="/community/projects/mobility" hashid="mobility">Electric Vehicles</a>
<a href="/community/architecture/" hashid="new-countryside">New Countryside</a>
<br>
<!-- Allows scrolling when footer
<br><br><br><br><br><br><br><br><br><br><br><br><br>
-->
</div>
</div>
<!-- /nav.html -->