u/PossessionPast5793

Controversial opinions/hot takes (don't read if you're offended)

- I don't care for Marinette as a character. I'll admit she has her good moments, but I usually find her annoying. I also tend to not like main characters.

- However, I don't understand where the criticism of her being a ''Mary Sue'' comes from, because I've don't remember being able to go one second without cringing at her incompetence.

- I also don't care for Adrinette and all of its variants because it's the main ship, so it always felt shoved in our faces.

- MarcAniel and JuleRose are the best ships.

- Season 5 isn't as bad as people say it is. I think it brought good closure, like with Gabriel/Hawk Moth and Chloe.

- I've never liked Chloe and could not care less about her not having a redemption arc. I'm honestly content with never seeing or hearing from her again, she's had five seasons, let's focus on someone else. Zoe is a more interesting character, TBH.

- I like Zoe as a character, and don't mind her taking over Chloe.

- Marigami, Nathanette and ZoeNette are good ships.

- Felix is my least favorite character, because at least Chloe and Lila are meant to be hated, but we're supposed to feel sorry and be on Felix's side just because he has a sad backstory, when it doesn't excuse a lot of his actions.

- FeliGami is a bad ship, because it only exists as Felix kidnapped Kagami.

reddit.com
u/PossessionPast5793 — 2 days ago

Why isn't my website code working?

I took the code from a F2U template and modified it to my liking. I didn't change the basic structure though. It's supposed to turn out like this:

https://preview.redd.it/5pl2exkr8c1h1.png?width=780&format=png&auto=webp&s=8a3cfecfbbb50a43e60a22d6b4998cf7edd5b1b8

But, instead, when I applied the code, it turned out like this:

https://preview.redd.it/9xtxmdp39c1h1.png?width=2722&format=png&auto=webp&s=fc8f35d237223b1fac2e42e90eff99cf544bab6b

https://preview.redd.it/2qn49pm59c1h1.png?width=2936&format=png&auto=webp&s=835136883eb0d38fb034335460be77de97a2dac5

Here's the original code:

https://poempuppy.neocities.org
poempuppy [at] gmail.com 

-->

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>site name ♡</title>
    <link rel="icon" href="/assets/wing-left.gif">
    <link rel="stylesheet" href="/styles.css">
</head>

<body>
    <a href="https://poempuppy.neocities.org" target="_blank">
        <div class="credits">layout made by </div>
        <a>
            <div class="main-container">
                <div class="sidebar">
                    <img class="pfp" src="/assets/pfp.jpeg">
                    <img class="div" src="/assets/div.webp">
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="/assets/wing-left.gif">
                            <span class="btn-txt">page</span>
                            <img class="btn-pixel" src="/assets/wing-right.gif">
                        </button>
                    </a>
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="/assets/wing-left.gif">
                            <span class="btn-txt">page</span>
                            <img class="btn-pixel" src="/assets/wing-right.gif">
                        </button>
                    </a>
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="/assets/wing-left.gif">
                            <span class="btn-txt">page</span>
                            <img class="btn-pixel" src="/assets/wing-right.gif">
                        </button>
                    </a>
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="/assets/wing-left.gif">
                            <span class="btn-txt">page</span>
                            <img class="btn-pixel" src="/assets/wing-right.gif">
                        </button>
                    </a>
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="/assets/wing-left.gif">
                            <span class="btn-txt">page</span>
                            <img class="btn-pixel" src="/assets/wing-right.gif">
                        </button>
                    </a>
                    <img class="div" src="/assets/div.webp">
                </div>
                <div class="main-content">
                    <header>
                        site name ♡
                    </header>
                    <div class="welcome-box">
                        <div class="welcome-title">Welcome !</div>
                        <p class="welcome-txt">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quos explicabo
                            quae magnam ipsam, quaerat facilis consequuntur enim tempora laborum reiciendis.
                            Consequuntur maiores aut molestiae, pariatur mollitia dolorum excepturi eligendi enim?</p>
                    </div>
                    <div class="two-box-row">
                        <img class="img" src="/assets/img.jpeg">
                        <div class="socials-box">
                            <button class="nav-btn">
                                <img class="btn-pixel" src="/assets/wing-left.gif">
                                <span class="btn-txt">socials</span>
                                <img class="btn-pixel" src="/assets/wing-right.gif">
                            </button>
                            <div class="link">-- social link --</div>
                            <div class="link">-- social link --</div>
                            <div class="link">-- social link --</div>
                            <div class="link">-- social link --</div>
                            <a href="#">
                                <img class="site-btn" src="/assets/poempuppy-btn.PNG">
                            </a>
                        </div>
                    </div>
                </div>
            </div>
</body>

</html>

And here's my altered code:

Is it because of the custom background? <!--

LAYOUT MADE BY POEMPUPPY

https://poempuppy.neocities.org
poempuppy [at] gmail.com 

-->

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>"まるで咲いてしまった 化けの花"</title>
    <link rel="icon" href="https://bakenohana.neocities.org/wing-left.gif">
    <link rel="stylesheet" href="/styles.css">
</head>

<body style= "background-image: url('https://archives.bulbagarden.net/media/upload/8/8b/BW_ED_05.png'); background-size: cover;;">
    <a href="https://poempuppy.neocities.org" target="_blank"></a>
        <div class="credits">layout made by </div>
            <div class="main-container">
                <div class="sidebar">
                    <img class="pfp" src="https://bakenohana.neocities.org/NIcon-2.jpg">
                    <img class="div" src="https://bakenohana.neocities.org/div.webp">
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-left.gif">
                            <span class="btn-txt">About Me</span>
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-right.gif">
                        </button>
                    </a>
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-left.gif">
                            <span class="btn-txt">My Interests</span>
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-right.gif">
                        </button>
                    </a>
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-left.gif">
                            <span class="btn-txt">My Favorite Characters</span>
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-right.gif">
                        </button>
                    </a>
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-left.gif">
                            <span class="btn-txt">My Favorite Ships</span>
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-right.gif">
                        </button>
                    </a>
                    <a href="#">
                        <button class="nav-btn">
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-left.gif">
                            <span class="btn-txt">My Fanfiction</span>
                            <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-right.gif">
                        </button>
                    </a>
                    <img class="div" src="https://bakenohana.neocities.org/div.webp">
                </div>
                <div class="main-content">
                    <header>
                        bakenohana
                    </header>
                    <div class="welcome-box">
                        <div class="welcome-title">"まるで咲いてしまった 化けの花"</div>
                        <p class="welcome-txt">*laughs nervously* Hello, my name is Kathylikestoread, or Kathy and I use she/her pronouns. I love coding, especially designing pages. Other than that, I enjoy drawing, writing, reading and history. My main fandoms are Pokémon and Riordanverse, so you'll see me in spaces relating to them.</p>
                    </div>
                    <div class="two-box-row">
                        <img class="img" src="https://bakenohana.neocities.org/Masters_N_Sygna_Friend_Snapshot-2.png">
                        <div class="socials-box">
                            <button class="nav-btn">
                                <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-left.gif">
                                <span class="btn-txt">socials</span>
                                <img class="btn-pixel" src="https://bakenohana.neocities.org/wing-right.gif">
                            </button>
                            <div class="https://community.fandom.com/wiki/User:Kathylikestoread">-- Wikia Fandom--</div>
                            <div class="link">-- BlueSky --</div>
                            <div class="link">-- Tumblr --</div>
                            <div class="link">-- GitHub --</div>
                            <a href="#">
                                <img class="site-btn" src="https://bakenohana.neocities.org/poempuppy-btn.PNG">
                            </a>
                        </div>
                    </div>
                </div>
            </div>
</body>

</html>

Is it because of the custom background? Is there a way to have a custom background and the template at the same time?

Site link: https://bakenohana.neocities.org

reddit.com
u/PossessionPast5793 — 7 days ago

Is it possible to make a template like this on Neocities?

I saw this template on Fandom, and thought that it was cool. Is there a way to make something similar? I recall seeing websites with layouts like that, if I'm not wrong.

reddit.com
u/PossessionPast5793 — 10 days ago

I don't have a name for her yet, and I'll post a picture of her when I have the time. She's a Polish-French girl who wields the Peacock Miraculous. Her superhero costume is supposed to somewhat resemble a wedding dress. Her hobby is writing. She used to be a superhero, but then was injured fighting a supervillain, so she gave up being a superhero and tried to forget about her past identity as one. However, the arrival of her childhood friend and love interest forces her to confront her past. She's part of an AU where the heroes are the wielders of the butterfly and peacock miraculouses.

reddit.com
u/PossessionPast5793 — 21 days ago