ctrl k
  • .pre-commit-config.yaml
    ■ ■ ■ ■ ■
    skipped 5 lines
    6 6   - id: end-of-file-fixer
    7 7   - id: check-yaml
    8 8   args: ['--unsafe']
    9  - - id: check-added-large-files
    10 9  - repo: https://github.com/pycqa/flake8
    11 10   rev: 'cbeb4c9c4137cff1568659fcc48e8b85cddd0c8d' # frozen: 4.0.1
    12 11   hooks:
    skipped 6 lines
  • client/src/pages/home.html
    ■ ■ ■ ■ ■ ■
    skipped 4 lines
    5 5   
    6 6  {% block content %}
    7 7   {% call site.section("home") %}
     8 + <div class="jumbo-welcome">
     9 + <div class="jumbo-welcome-background"></div>
     10 + {#
     11 + <!-- <div class="jumbo-welcome-mascot">
     12 + <div>
     13 + <img src="/static/ktan.png">
     14 + </div>
     15 + </div> -->
     16 + #}
     17 + <div class="jumbo-welcome-description">
     18 + <div class="jumbo-welcome-description-header">
     19 + <img src="/static/klogo.png" width="75px" height="73px">
     20 + </div>
     21 + <p>
     22 + <strong>Nekohouse</strong> is a backup tool and gallery system.
     23 + </p>
     24 + <p>
     25 + Contributors here upload content and share it through the <i>downloader service</i>. To get started viewing content, either search for creators on the {{ kemono_link("/artists", "artists page")}}, or search for content on the {{ kemono_link("/posts", "posts page") }}. If you want to backup your content, head over to the {{ kemono_link("/importer", "download page") }}.
     26 + </p>
     27 + <div class="jumbo-welcome-credits">
     28 + <small>Background by <a href="https://kemono.su/fanbox/user/57983834">Diva</a></small><br>
     29 + </div>
     30 + </div>
     31 + </div>
     32 + {# <div class="jumbo">
     33 + <h2>Announcements</h2>
     34 + <p class="subtitle">
     35 + <!--- Placeholder: Announcements and alerts/warnings are planned to be dynamic. -->
     36 + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
     37 + </p>
     38 + </div> #}
    8 39   {% endcall %}
    9 40  {% endblock %}
    10 41   
  • client/src/pages/home.scss
    ■ ■ ■ ■ ■
    skipped 57 lines
    58 58   bottom: 0;
    59 59   height: 100%;
    60 60   width: 100%;
    61  - background-image: url('/static/paroro.cod.jpg');
     61 + background-image: url('/static/nuns.cod.jpeg');
     62 + background-position-y: center;
    62 63   background-size: cover;
    63 64  }
     65 + 
  • client/static/klogo.png
  • client/static/krokobyaka.cod.jpg
  • client/static/krokobyaka.jpg
  • client/static/ktan.png
  • client/static/nuns.cod.jpeg
  • client/static/nuns.cod.jpg
  • client/static/nuns.jpeg
Please wait...
Page is in error, reload to recover