From 0c6c138e0e540dcb7a3bf862f0d154c2f538f186 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 26 Jul 2023 15:02:46 +0800 Subject: [PATCH] Added site button --- assets/Leilukins-Hub-button.png | Bin 0 -> 1408 bytes changelog/index.html | 5 +++++ home.html | 30 +++++++++++++++++++++++------ links/index.html | 22 ++++++++++++++++++++- main.css | 33 ++++++++++++++++++++++++++++++++ 5 files changed, 83 insertions(+), 7 deletions(-) create mode 100644 assets/Leilukins-Hub-button.png diff --git a/assets/Leilukins-Hub-button.png b/assets/Leilukins-Hub-button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e990969a322aaee4cda0ae9b236bed4ebbad907 GIT binary patch literal 1408 zcmV-`1%LX9P)ArgxGPDSUH#F$eh~6(KO&-IQD}ns0QJfw0^b*FU2*oG;XoI0|E1 zagj-&202}24%;Z97;a#e+6!MeLB$5PCMzMG;;zr{o_;&eIXi!Tw{r$vcAq!fIp_EM z``qvIeV*qRNhXu2qM{L0`;^2u)eH={@At>k+9jBF=oAz$nIj@LI0&p<2}B~I@N|%* zj#~_Y-@6y+?F9}TaPD)<7U0-1AejVeYvtn#9dP{Mcj#-Xa2$bD#S&Qd4kUFXF>dJo zKY(4-n^v&UCcHrKQe_b5&jTYPrh-dKtjnF_Dem-Xb7kmup)dd9V#A)s#>~Ix&KVY@ ztDNi8IJ~SZbOn1Yo-izeC(8Zo+XoN;{!wabtV@}dNAK(E48ZHvKHSy@+`kX3S_SCp zEGsi&hK9_Ua3B1J#=!N}DGUt_?vMimhHaB;Z21sv`#+e*xvuRC3?F_=WL|CxwyRfH zF{@JonBfszDo%h;oG{+gSg3F;D|W*M18jwI!)42?-}Olb23-Hfa#v`tcbZ#r{P|~q z#}k17Gl<)_4O`GvOv{&)Ck5QuX{yc%FmJFX%%HzVQixHZ9##dHGY{deO(I`?Gy6 zA_Ys}Qp0XGVFzCH>|EUY`=Ln9*&gHz_?u`kHeUGyXUdGfRQP}WT_%7DIR6;g4$yD> zzJN!s<|DfN5vt46ufWCfVpRS#ia7Iz0{1MD-geTyw6))oGQI*3JmaqUjorB#D{QA&>By)sQ%s5PB5!7m;p%jPPjdLvd zr~RUl=_cpp!Lt&ueA(b@(+|l z&=cQI*)pz2w=%CJdQf)Vsa56rY`OzcvR2?3bvKfC(!`1Xu!D3RrSg z_VQqfg0m8^7i08{=$29S zwz|#r8(-<-G59mEdZYRL&w~iw-&N|H;L+Rn0!*76L0zQ0{q9}kFXw?d9hr3=?Diwp zl*dpoFF*Zx{`@Cc7@feaoAai^{jz3m?fP9b_~bzK=`^usjd6;gjgT%VT(aU65padf z`sz~_(bLnDYHn_x^+3V~5RFEWNF)X#U0q#g3kwSi!tNl~9xypM+5Z&t`Cm8)a{-zF O0000Latest | 2022 | Website Layouts

+

July 26, 2023:

+
    +
  • Leilukin's Hub now has a site button for you to link to!
  • +
+

July 25, 2023:

  • Leilukin's Hub now has a guestbook!
  • diff --git a/home.html b/home.html index edb07d95..05e73ffa 100644 --- a/home.html +++ b/home.html @@ -37,17 +37,35 @@

    Welcome!

    Hello! You can call me Leilukin. Welcome to my website! This site is my own personal hub and corner on the internet.

    -

    Feel free to drop a message and say hi on my guestbook. Enjoy your stay!

    + Feel free to drop a message and say hi on my guestbook. Enjoy your stay!

    +
    + +
    +

    Link to My Website

    + +

    You can link to my website with this button:

    + +
    +
    + Button of Leilukin's Hub +
    + + + +

    Updates

    -

    July 25, 2023:

    +

    July 26, 2023:

    View all site changelog @@ -55,7 +73,7 @@

    Always Proud

    -
    +
    A website button of the 2018 Progress Flag A website button of the 9 stripe rainbow flag A website button of the lesbian pride flag diff --git a/links/index.html b/links/index.html index a0b033f9..814d54b7 100644 --- a/links/index.html +++ b/links/index.html @@ -37,6 +37,26 @@

    Links

    +

    Link to My Website

    + +

    You can link to my website with this button:

    + +
    +
    + Button of Leilukin's Hub +
    + + + +
    +
    + +

    Webrings I Have Joined

    left arrow queer coded webring right arrow
    @@ -45,7 +65,7 @@

    Fanlistings I Have Joined

    -
    +
    A website button of a Star Wars: Knights of the Old Republic fanlisting A website button of a Star Wars: Knights of the Old Republic 2 fanlisting A website button of a Jedi fanlisting diff --git a/main.css b/main.css index 0aae6f4d..61de8499 100644 --- a/main.css +++ b/main.css @@ -185,6 +185,10 @@ blockquote { background-color: var(--quote-bg); } +button:hover { + cursor: pointer; +} + pre { white-space: pre-wrap; overflow-x: auto; @@ -568,6 +572,35 @@ article, .content-container { height: 100%; } +/* Website button */ +.site-btn__container { + display: flex; + gap: 1rem; + align-items: center; +} + +.site-btn__textarea { + width: 10rem; + height: 2.5rem; + font-size: 0.75rem; + background-color:black; + color: var(--body-font-color); +} + +.copy-txt-btn { + border: none; + background: var(--link-btn-bg); + color: var(--body-font-color); + padding: 0.3rem 0.8rem; + border-radius: 0.5rem; + font-size: 0.9rem; + font-weight: bold; +} + +.copy-txt-btn:hover { + background: var(--link-hover-color); +} + /* TABLE OF CONTENTS */ .sidebar__toc { position: sticky;