Skip to content

Commit 332e0a7

Browse files
committed
removed duplicate in layout.html
1 parent 6830b5d commit 332e0a7

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

themes/vocabulary_theme/templates/layout.html

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,79 @@
4343
<title>{% block title %}Welcome{% endblock %} — Creative Commons Open Source</title>
4444

4545
<body>
46+
47+
<a class="skip-to-content" href="#main-content-marker">Skip to content</a>
48+
49+
<header>
50+
<div class="masthead">
51+
<!-- <h1><a class="identity-logo product" href="#">Vocabulary</a></h1> -->
52+
<button class="expand-menu">Menu</button>
53+
<!-- <nav class="primary-menu">
54+
<ul>
55+
<li><a href="#">Who We Are</a></li>
56+
<li><a href="#">What We Do</a></li>
57+
<li><a href="#">Licenses and Tools</a></li>
58+
<li><a href="#">Blog</a></li>
59+
<li><a href="#">Support Us</a></li>
60+
<li><a class="attention" href="https://summit.creativecommons.org/">Global Summit 2023</a></li>
61+
</ul>
62+
</nav> -->
63+
64+
<nav class="ancillary-menu">
65+
<ul>
66+
<!-- uncomment below line, if translation functionality is present on site -->
67+
<li><button class="locale icon-attach fa-globe">English</button></li>
68+
<!-- uncomment below line, if search functionality is present on site -->
69+
<!-- <li><a class="search icon-attach fa-search" href="#">Search</a></li> -->
70+
<li><a class="donate icon-attach fa-heart" href="https://www.classy.org/give/313412/#!/donation/checkout?c_src=website&amp;c_src2=top-of-page-banner" target="_blank">Donate</a></li>
71+
<li><button class="explore">Explore CC</button></li>
72+
</ul>
73+
</nav>
74+
</div>
75+
76+
77+
78+
<div class="explore-panel">
79+
80+
<!-- (optional main CC logo, p, link on non-home site back to main site) -->
81+
<aside>
82+
<a class="identity-logo" href="https://creativecommons.org">Creative Commons</a>
83+
<h2>Our Work Relies On You!</h2>
84+
<p>Help us keep the internet free and open.</p>
85+
</aside>
86+
87+
<nav class="explore-menu">
88+
<ul>
89+
<li>
90+
<a href="https://network.creativecommons.org/" target="_blank">Global Network</a>
91+
<p>Join a global community working to strengthen the Commons</p>
92+
</li>
93+
<li>
94+
<a href="https://certificate.creativecommons.org/" target="_blank">Certificate</a>
95+
<p>Become an expert in creating and engaging with openly licensed materials</p>
96+
</li>
97+
<li>
98+
<a href="https://summit.creativecommons.org/" target="_blank">Global Summit</a>
99+
<p>Attend our annual event, promoting the power of open licensing</p>
100+
</li>
101+
<li>
102+
<a href="/choose" target="_blank">Chooser</a>
103+
<p>Get help choosing the appropriate license for your work</p>
104+
</li>
105+
<li>
106+
<a href="https://search.creativecommons.org/" target="_blank">Search Portal</a>
107+
<p>Find engines to search openly licensed material for creative and educational reuse</p>
108+
</li>
109+
<li>
110+
<a href="https://opensource.creativecommons.org/" target="_blank">Open Source</a>
111+
<p>Help us build products that maximize creativity and innovation</p>
112+
</li>
113+
114+
</ul>
115+
</nav>
116+
</div>
117+
118+
</header>
46119
<a class="skip-to-content" href="#main-content-marker">Skip to content</a>
47120

48121
<header>

0 commit comments

Comments
 (0)