Skip to content

Commit 2cf9ff2

Browse files
twitter logo change
1 parent d1a767b commit 2cf9ff2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

content/twitter.avif

6.17 KB
Binary file not shown.

package-lock.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/vocabulary_theme/templates/layout.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
</a>
197197
<a href="https://www.twitter.com/creativecommons" class="social has-text-white" target="_blank"
198198
rel="noopener">
199-
<i class="icon margin-right-small is-size-4">twitter</i>
199+
<i class="icon margin-right-small is-size-4"><img src="../../twitter.avif" style="width: 1.5rem; height: 1.5rem; background-color: white; border-radius: 50%; color: black;" alt=""></i>
200200
</a>
201201
<a href="https://www.facebook.com/creativecommons" class="social has-text-white" target="_blank"
202202
rel="noopener">
@@ -234,10 +234,10 @@
234234
<div class="subscription">
235235
<h5 class="b-header">Subscribe to our newsletter</h5>
236236
<form class="newsletter">
237-
<input type="text" class="input" placeholder="Your email">
237+
<input type="email" id="emailInput" class="input" placeholder="Your email" required>
238238
<input type="submit" value="subscribe" class="button small">
239-
</form>
240-
</div>
239+
</form>
240+
</div>
241241
<div class="attribution margin-top-bigger">
242242
<p class="caption">
243243
Except where otherwise

0 commit comments

Comments
 (0)