-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
54 lines (53 loc) · 1.84 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
<div id="header-inner" class="container sixteen columns over">
<div>
<h1 id="site-title" class="site-title">
<img
src="DiversityMap/images/logo.png"
alt="logo"
height="40px"
style="float: left; position: relative; padding: 15px"
/>
</h1>
</div>
<nav id="main-nav" class="two thirds column omega">
<ul>
<li id="menu-item-1" style="padding: 15px 10px 34px 10px">
<a href="skills.html">Resume</a>
</li>
<li
class="dropdown"
id="menu-item-2"
style="padding: 15px 10px 34px 10px"
>
<a href="#">Projects</a>
<div id="dropdown" class="dropdown-content">
<a
href="https://github.com/search?q=repo%3Apydantic%2Fpydantic+involves%3Ageospackle+is%3Aclosed+&type=issues"
target="_blank"
>OS Contributions (2024)</a
>
<a href="projects_system_design.html">System Design (2024)</a>
<a href="projects_census_godzilla.html">Census Godzilla</a>
<a
href="https://github.com/geospackle/better-census-api"
target="_blank"
>Better Census API</a
>
<a href="projects_promapp.html">Project Mapper</a>
<a href="projects_environmental_mapping.html">Environmental Work</a>
<a href="projects_diversity.html">Diversity Research</a>
<a href="DiversityMap/index.html" target="_blank">Diversity Webmap</a>
<a href="projects_plaza.html">NYCDOT Plazas</a>
<a
href="https://github.com/geospackle/topology-repair"
target="_blank"
>Topology Repair Tool</a
>
</div>
</li>
<li id="menu-item-3" style="padding: 15px 10px 34px 10px">
<a href="mailto:antti.molsa@gmail.com">Contact</a>
</li>
</ul>
</nav>
</div>