Skip to content

Commit 69adca3

Browse files
committed
fix: BLM!
1 parent 5e1a1ba commit 69adca3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

layouts/_partials/header.ejs

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
1+
<a href="https://support.eji.org/give/153413/#!/donation/checkout"
2+
target="_blank"
3+
rel="noopener"
4+
class="block bg-black md:border-t-8 border-black p-4 md:p-0 text-center no-underline text-white">
5+
#BlackLivesMatter - Equal Justice Initiative
6+
</a>
27
<!--
38
<a href="https://www.youtube.com/watch?v=QvU3eYova6I"
49
target="_blank"
@@ -19,16 +24,19 @@
1924
class="block md:hidden bg-green p-2 text-center no-underline text-white">
2025
Announcing 1.0
2126
</a>-->
22-
<div id="app" class="bg-blue-dark md:border-t-8 border-green">
27+
<div id="app" class="bg-blue-dark md:border-t-8 border-green-- border-black">
2328
<div class="container flex items-center flex-wrap px-4 md:px-0 mx-auto">
2429
<div class="flex-1 flex items-center">
2530
<a href="<%= meta.home(current) %>">
2631
<div class="relative w-16 h-16">
2732
<img v-cloak class="w-16 h-16 absolute pin"
2833
src="https://art.nativescript-vue.org/NativeScript-Vue-White-Green.svg"
2934
alt="NativeScript-Vue Logo">
35+
<!-- <img v-cloak class="w-16 h-16 absolute pin transition-all-ease hover:opacity-0"-->
36+
<!-- src="https://art.nativescript-vue.org/NativeScript-Vue-Green-White.svg"-->
37+
<!-- alt="NativeScript-Vue Logo">-->
3038
<img v-cloak class="w-16 h-16 absolute pin transition-all-ease hover:opacity-0"
31-
src="https://art.nativescript-vue.org/NativeScript-Vue-Green-White.svg"
39+
src="https://art.nativescript-vue.org/NativeScript-Vue-Black.svg"
3240
alt="NativeScript-Vue Logo">
3341
</div>
3442
</a>

0 commit comments

Comments
 (0)