-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathtemplate.html
More file actions
227 lines (190 loc) · 9.73 KB
/
template.html
File metadata and controls
227 lines (190 loc) · 9.73 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!--
___ ____ _ _ ____ ___ ____ ___ _ ___ ___ _ _ _ ____
| \ | | |\ | | | | |___ | \ | | | |__| | [__
|__/ |__| | \| |__| | |___ |__/ | | | | | | ___]
___ ____ ____ _ _ _ _ ____ _ _ ___ _ ____ _ _ ____ _ _
| \ | | | | | |\/| |___ |\ | | | |___ \_/ | | | |
|__/ |__| |___ |__| | | |___ | \| | . | | | |__| |__|
_ _ ____ ____ ___ ___ ____ _ _ ____ _ _ ____ ____
|\ | |___ |___ | \ | | | |\/| |__| |_/ |___ |__|
| \| |___ |___ |__/ | |__| | | | | | \_ |___ | |
____ _ _ ____ _ _ ____ ____ ___ ____ ___ _ _ ____
| |__| |__| |\ | | __ |___ | | | | |__| |___
|___ | | | | | \| |__] |___ | |__| | | | |___
____ ____ _ _ ___ ____ _ _ ___ ____ ____ ___ _ _ ____
| | | |\ | | |___ |\ | | | | |___ | |__| |___
|___ |__| | \| | |___ | \| | |__| | | | | |___
____ ____ ____ _ _ ___ ___ ____ ___ ____ ___ _ _ ____
|___ |__| | | | | |__] | \ |__| | |___ | |__| |___
| | | |_\| . |__| | |__/ | | | |___ | | | |___
'
____ ____ ____ ____ ____ ____ ___ ____ _ _ ___ _ _ _ ____
| | | |__/ |__/ |___ [__ |__] | | |\ | | \ | |\ | | __
|___ |__| | \ | \ |___ ___] | |__| | \| |__/ | | \| |__]
_ _ ____ ____ _ _ ___ ____ _ _ _ _ _ ____ _ _ ____
|\/| |__| |__/ |_/ | \ | | | | | |\ | |___ | | |___
| | | | | \ | \_ |__/ |__| |_|_| | \| | | |___ |___ .
https://github.com/creativecommons/faq
-->
<!DOCTYPE html>
<html lang="$lang$">
<head>
<meta charset="UTF-8">
<title>$title$ - Creative Commons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/wp-content/themes/vocabulary-theme/vocabulary/favicon/favicon.ico" sizes="any">
<link rel="icon" href="/wp-content/themes/vocabulary-theme/vocabulary/favicon/favicon.svg" type="image/svg+xml">
<link rel="manifest" href="/wp-content/themes/vocabulary-theme/vocabulary/favicon/manifest.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="/wp-content/themes/vocabulary-theme/vocabulary/favicon/apple-touch-icon.png" />
<link rel="stylesheet" media="all" href="/wp-content/themes/vocabulary-theme/style.css">
<link href="/faq/base.css" rel="stylesheet"/>
</head>
<body class="default-page faq">
<a class="skip-to-content" href="#main-content-marker">Skip to content</a>
<header>
<div class="masthead">
<h1><a class="identity-logo" href="/">Creative Commons</a></h1>
<button class="expand-menu">Menu</button>
<!-- below menu is not final items, for testing only -->
<nav class="primary-menu">
<ul>
<li>
<a href="/who-we-are">Who We Are</a>
<button class="expand icon-replace fa-angle-down">Expand</button>
<ul>
<li><a href="/strategic-plan">Strategic Plan</a></li>
<li><a href="/team">Team</a></li>
<li><a href="/governance">Governance</a></li>
<li><a href="/opportunities">Opportunities</a></li>
<li><a href="/annual-reports/">Annual Reports & Financials</a></li>
<li><a href="/history/">History</a></li>
<li><a href="/press">Press</a></li>
</ul>
</li>
<li>
<a href="/what-we-do">What We Do</a>
<button class="expand icon-replace fa-angle-down">Expand</button>
<ul>
<li>
<a href="/build/">Build <br> Open Infrastructure</a>
<button class="expand icon-replace fa-angle-down">Expand</button>
<ul>
<li><a href="/cc-licenses">CC Licenses</a></li>
<li><a href="/cc-signals">CC Signals</a></li>
<li><a href="/public-domain">Public Domain</a></li>
<li><a href="/chooser">Chooser</a></li>
<li><a href="/faq">FAQs</a></li>
</ul>
</li>
<li>
<a href="/implement/">Implement <br> the Commons</a>
<button class="expand icon-replace fa-angle-down">Expand</button>
<ul>
<li><a href="/impact">Where CC Makes An Impact</a></li>
<li><a href="/resources">Resources</a></li>
<li><a href="https://search.creativecommons.org">Search the Commons</a></li>
</ul>
</li>
<li>
<a href="/engage/">Engage <br> the People</a>
<button class="expand icon-replace fa-angle-down">Expand</button>
<ul>
<li><a href="/training-and-webinars">Training + Webinars</a></li>
<li><a href="/advocacy">Advocacy</a></li>
<li><a href="/community">Community</a></li>
<!-- <li><a href="/partnerships">Partnerships</a></li> -->
<li><a href="/events">Events</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="/blog">Blog</a></li>
<li>
<a href="/support">Support Us</a>
<button class="expand icon-replace fa-angle-down">Expand</button>
<ul>
<li><a href="https://giving.gofundme.com/campaign/778218/donate">Make a Gift</a></li>
<!-- <li><a href="/support/#ways-to-give">Ways to Give</a></li> -->
<li><a href="/support/oic">Open Infrastructure Circle</a></li>
<li><a href="/support/donor-faq">Donor FAQ</a></li>
</ul>
</li>
<li><a class="donate" href="https://giving.gofundme.com/campaign/778218/donate">Donate</a></li>
<!-- <li><a class="donate" href="#">Support Us</a></li> -->
</ul>
</nav>
</div>
</header>
<span id="main-content-marker"></span>
<main>
<header>
<h1>$title$</h1>
<p><a href="/faq/">English</a> | <a href="/faq/fr/">Français</a>
<br><small>$lastmodified$</small></p>
</header>
<aside>
<nav>
$if(toc)$
$toc$
$endif$
</nav>
</aside>
<div class="content">
$body$
</div>
</main>
<footer>
<a class="identity-logo" href="/">Creative Commons</a>
<div class="search">
<form method="get" id="" name="" class="" action="https://stage.creativecommons.org/">
<input type="text" value="" name="s" class="" id="s" placeholder="Search">
<!-- <input type="submit" value="submit" id="" class=""> -->
<button class="icon-attach fa-search">submit</button>
<!-- <div class="icon-replace fa-search">hmmm</div> -->
</form>
</div>
<nav class="footer-menu" aria-label="Footer menu">
<ul>
<li><a href="/who-we-are">Who we are</a></li>
<li><a href="/what-we-do">What we do</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/support">Support us</a></li>
<li><a href="https://creative-commons-shop.fourthwall.com/">Store</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/privacy">Privacy</a></li>
<li><a href="/policies">Policies</a></li>
<li><a href="/terms">Terms</a></li>
</ul>
</nav>
<div class="contact">
<!-- this area lacks a heading? -->
<h2>Contact Us</h2>
<p>Creative Commons <br> PO Box 1866, Mountain View, <br> CA 94042</p>
<p><a href="mailto:info@creativecommons.org">info@creativecommons.org</a></p>
<nav class="social-menu" aria-label="Social menu">
<ul>
<!-- <li><a class="icon-replace fa-instagram" href="#">Instagram</a></li> -->
<li><a class="icon-replace fa-bluesky" href="https://bsky.app/profile/creativecommons.bsky.social" target="_blank">Bluesky</a></li>
<li><a class="icon-replace fa-mastodon" href="https://mastodon.social/@creativecommons" target="_blank">Mastodon</a></li>
<!-- <li><a class="icon-replace fa-facebook" href="https://www.facebook.com/creativecommons" target="_blank">Facebook</a></li> -->
<li><a class="icon-replace fa-linkedin" href="https://www.linkedin.com/company/creative-commons/" target="_blank">LinkedIn</a></li>
</ul>
</nav>
</div>
<div class="subscribe">
<h2>Subscribe to our newsletter</h2>
<a href="https://mail.creativecommons.org/subscribe">Subscribe</a>
</div>
<div class="license">
<svg>
<use href="/wp-content/themes/vocabulary-theme/vocabulary/svg/cc/icons/cc-icons.svg#cc-logo"></use>
</svg>
<svg>
<use href="/wp-content/themes/vocabulary-theme/vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use>
</svg>
<p>Except where otherwise <a href="/policies/#license">noted</a>, content on this site is licensed under a <a href="/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>. Icons by <a href="https://fontawesome.com/" target="_blank">Font Awesome</a>.</p>
</div>
</footer>
<script src="/wp-content/themes/vocabulary-theme/vocabulary/js/vocabulary.js"></script>
</body>
</html>