-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmenu.html
More file actions
executable file
·67 lines (61 loc) · 2.66 KB
/
menu.html
File metadata and controls
executable file
·67 lines (61 loc) · 2.66 KB
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
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search
<section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section>-->
<!-- Menu -->
<nav id="menu" w3-include-html="menu.html">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li class="home"><a href="https://gucorpling.org/corpling/">Corpling Home</a></li>
<li class="people"><a href="https://gucorpling.org/corpling/people.html">People</a></li>
<li class="projects">
<span class="opener">Projects</span>
<ul>
<li><a href="https://gucorpling.org/gum/">GUM</a></li>
<li><a href="https://copticscriptorium.org">Coptic Scriptorium</a></li>
<li><a href="https://gucorpling.org/rstweb/info/">rstWeb</a></li>
<li><a href="https://gucorpling.org/gum/amalgum.html">AMALGUM</a></li>
<li><a href="https://gucorpling.org/gitdox/">GitDox</a></li>
</ul>
</li>
<li class="publications"><a href="https://gucorpling.org/corpling/publications.html">Publications</a></li>
<li class="research"><a href="https://gucorpling.org/corpling/research.html">Research</a></li>
</ul> </nav>
<!-- Section -->
<!--#if expr='"$DOCUMENT_URI" = "/corpling/updates/index.html"' -->
<!--#else -->
<section>
<header class="major">
<h2>Updates</h2>
</header>
<!--#include file="updates.py"-->
<ul class="actions">
<li><a href="updates/?posts=all" class="button">More</a></li>
</ul>
<section>
<!--#endif -->
<header class="major">
<h2>Get in touch</h2>
</header>
<p>If you have any questions or feedback please let us know! If you'd like to join us: We accept new PhD and Masters students every year, please contact <a href="https://gucorpling.org/amir/">Amir Zeldes</a> for more information.</p>
<ul class="contact">
<li class="fa-envelope-o"><a href="mailto:corpling@georgetown.edu">corpling@georgetown.edu</a></li>
<li class="fa-phone">(+1) 202-687-6760</li>
<li class="fa-home">1421 37th St. NW<br />
Washington, DC 20057</li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Amir Zeldes. All rights reserved. <br/>Design adapted from: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
</div>