Skip to content

Commit 4d752b4

Browse files
committed
Update index.html
1 parent 1065793 commit 4d752b4

1 file changed

Lines changed: 23 additions & 18 deletions

File tree

index.html

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -105,42 +105,46 @@
105105
</nav>
106106

107107
<header>
108-
<section id="support-us" class="hero is-halfheight" style="position: relative; overflow: hidden">
108+
<section id="support-us" class="hero is-small is-relative" style="overflow: hidden">
109+
<img
110+
src="src/assets/rednight.webp"
111+
alt="Rednight Background"
112+
style="position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0"
113+
/>
114+
<!-- <section class="hero is-halfheight" style="position: relative; overflow: hidden">
109115
<picture style="position: absolute; inset: 0; z-index: -1">
110116
<source srcset="src/assets/rednight.webp" type="image/webp" />
111117
<img
112-
src="src/assets/rednight.jpg"
118+
src="src/assets/rednight.webp"
113119
alt="Night sky"
114120
style="width: 100%; height: 100%; object-fit: cover"
115121
/>
116-
</picture>
117-
<div class="fixed-grid has-5-cols">
122+
</picture> -->
123+
<div class="hero-body fixed-grid has-5-cols" style="position: relative; z-index: 1;">
118124
<div class="grid">
119-
<div class="cell is-hidden-mobile"></div>
120-
<div class="cell py-6 is-col-span-12 is-col-span-3-tablet"><br /><br /></div>
125+
<div class=" cell is-hidden-mobile"></div>
126+
<div class=" cell py-6 is-col-span-12 is-col-span-3-tablet"><br /><br /></div>
121127

122-
<!-- <div class="box cell py-6 is-col-span-12 is-col-span-3-tablet"></div> -->
128+
<div class=" cell py-6 is-hidden-mobile"></div>
129+
<div class=" cell is-hidden-mobile"></div>
123130

124-
<div class="cell py-6 is-hidden-mobile"></div>
125-
<div class="cell is-hidden-mobile"></div>
126-
127-
<div class="cell is-col-span-12 is-col-span-3-tablet">
131+
<div class=" cell is-col-span-12 is-col-span-3-tablet">
128132
<h1 class="title has-text-white has-text-centered-mobile">Support us</h1>
129133
</div>
130134

131-
<div class="cell is-hidden-mobile"></div>
132-
<div class="cell is-hidden-mobile"></div>
135+
<div class=" cell is-hidden-mobile"></div>
136+
<div class=" cell is-hidden-mobile"></div>
133137

134-
<div class="cell is-col-span-12 is-col-span-3-tablet">
138+
<div class=" cell is-col-span-12 is-col-span-3-tablet">
135139
<p class="subtitle has-text-white has-text-centered-mobile">
136140
The best way to support our work
137141
<br />
138142
is by becoming a YouTube Supporter.
139143
</p>
140144
</div>
141-
<div class="cell is-hidden-mobile"></div>
142-
<div class="cell is-hidden-mobile"></div>
143-
<div class="cell is-col-span-12 is-col-span-3-tablet has-text-centered-mobile">
145+
<div class=" cell is-hidden-mobile"></div>
146+
<div class=" cell is-hidden-mobile"></div>
147+
<div class=" cell is-col-span-12 is-col-span-3-tablet has-text-centered-mobile">
144148
<div class="has-text-left-tablet">
145149
<a
146150
class="button is-danger has-text-white"
@@ -158,7 +162,8 @@ <h1 class="title has-text-white has-text-centered-mobile">Support us</h1>
158162
</a>
159163
</div>
160164
</div>
161-
<div class="cell is-hidden-mobile"></div>
165+
<div class=" cell is-hidden-mobile"></div>
166+
<div class=" cell py-6 is-col-span-12 is-col-span-3-tablet has-text-centered-mobile"></div>
162167
</div>
163168
</div>
164169
</section>

0 commit comments

Comments
 (0)