Build: (b10a2db
) Move up Palestine spotlight section
This commit is contained in:
parent
61e49c5be6
commit
5c97478184
|
@ -150,9 +150,13 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
|
overflow-clip-margin: 0.25em;
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 60rem) {
|
@media only screen and (min-width: 60rem) {
|
||||||
.web-graphics { overflow-x: unset; }
|
.web-graphics {
|
||||||
|
overflow-x: unset;
|
||||||
|
overflow-clip-margin: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Adoptables wrapper */
|
/* Adoptables wrapper */
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.com"/>
|
<link href="https://leilukin.com"/>
|
||||||
<updated>2024-08-07T11:01:24Z</updated>
|
<updated>2024-08-07T14:52:31Z</updated>
|
||||||
<id>https://leilukin.com/</id>
|
<id>https://leilukin.com/</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
16
index.html
16
index.html
|
@ -420,6 +420,14 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
<p>(I created this site button myself with Adobe Photoshop CS5)</p>
|
<p>(I created this site button myself with Adobe Photoshop CS5)</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section class="content__section">
|
||||||
|
<h2>Spotlight: Palestine</h2>
|
||||||
|
<img src="/assets/buttons/misc/standwithpalestine.png" alt="Stand with Palestine" width="88" height="31" loading="lazy">
|
||||||
|
<p>From the river to the sea, Palestine will be free.</p>
|
||||||
|
<p>Check out my <a href="/articles/palestine-masterlist">Palestine Masterlist</a>, which includes a <a href="/articles/palestine-masterlist/#spotlight-crowdfunding-campaigns">Spotlight Crowdfunding Campaigns</a> section, where I highlight fundraising campaigns for Palestinians that I have been asked by the Palestinians in question to share.</p>
|
||||||
|
<p>(Credit to <a href="https://hillhouse.neocities.org/journal/notes/palestine">rosemary</a> for the Stand with Palestine button)</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
<h2>What is New?</h2>
|
<h2>What is New?</h2>
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
|
@ -446,14 +454,6 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="content__section">
|
|
||||||
<h2>Spotlight: Palestine</h2>
|
|
||||||
<img src="/assets/buttons/misc/standwithpalestine.png" alt="Stand with Palestine" width="88" height="31" loading="lazy">
|
|
||||||
<p>From the river to the sea, Palestine will be free.</p>
|
|
||||||
<p>Check out my <a href="/articles/palestine-masterlist">Palestine Masterlist</a>, which includes a <a href="/articles/palestine-masterlist/#spotlight-crowdfunding-campaigns">Spotlight Crowdfunding Campaigns</a> section, where I highlight fundraising campaigns for Palestinians that I have been asked by the Palestinians in question to share.</p>
|
|
||||||
<p>(Credit to <a href="https://hillhouse.neocities.org/journal/notes/palestine">rosemary</a> for the Stand with Palestine button)</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
<h2>Virtual Pets</h2>
|
<h2>Virtual Pets</h2>
|
||||||
<p>Feel free to check out my virtual pets and feed them!</p>
|
<p>Feel free to check out my virtual pets and feed them!</p>
|
||||||
|
|
Loading…
Reference in New Issue