• finitebanjo@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    2 months ago
    <label class="mt-4">Post Description</label>
    <input class="form-control" type="string" placeholder="Description" asp-for="Post_Description" />
    
      • finitebanjo@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        2 months ago

        Nah I actually use a css page and have a proprietary font of my own design.

        Probably will see some changes in the future, though. I’m not a webdev so it’s been kind of bothersome to memorize a bunch of tags and properties that I’m going to forget in a year. I just like doing things myself.

        • jia_tan@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          6
          ·
          edit-2
          2 months ago

          Looks interesting, definitely has a vibe to it! ~(つˆ0ˆ)つ。☆

          ARIA tags don’t change the appearance of the page, they are needed for screen readers so people with low or no vision can navigate your page. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA

          Screen readers can work without them tho, so you don’t have to do these tags unless you have some complicated form or a custom JavaScript button or something like that.

          Also

          proprietary

          • finitebanjo@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            2 months ago

            Neato, TIL. Thanks, friend.

            That said, the site will mainly be for displaying digital artwork, so those with limited vision likely won’t be a very crucial audience. I’ll add accessibility anyways, since you were kind enough to walk me through it.

            • spicehoarder@lemm.ee
              link
              fedilink
              English
              arrow-up
              2
              ·
              2 months ago

              You’d be surprised. I’ve seen people who are legally blind enjoy digital art by pressing their screens all the way up against their faces. Or some people can’t concentrate on text due to rapid uncontrollable eye movement, but it doesn’t stop them from enjoying artwork. ❤️

          • finitebanjo@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            2 months ago

            An artist’s work should belong to them, no? Why should they work for nothing while corporations can charge for thoughts?

    • needanke@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 months ago

      Also had this in my clipboard history:

      <artifactId>quarkus-rest</artifactId>
                  <version>3.13.0</version>
      

      And

      No plugin found for prefix 'quarkus' in the current project and in the plugin groups 
      

      A tragedy in two parts