The note is back

This commit is contained in:
Dominik V. Salonen 2016-01-16 22:29:29 +01:00
parent b58c7a716f
commit 106ab72d2c
3 changed files with 55 additions and 3 deletions

53
.gitignore vendored
View File

@ -7,4 +7,55 @@ data/*
legacy/* legacy/*
static/dmca/* static/dmca/*
auth_data.json auth_data.json
files.db files.db
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/

View File

@ -43,7 +43,7 @@ body {
.title { .title {
font-size: 34pt; font-size: 34pt;
font-weight: 300; font-weight: 300;
margin-bottom: 20px; margin-bottom: 5px;
text-align: center; text-align: center;
animation: appear 0.75s ease-out; animation: appear 0.75s ease-out;
} }
@ -135,4 +135,4 @@ body {
top: 0; top: 0;
right: 0; right: 0;
opacity: 0; opacity: 0;
} }

View File

@ -3,6 +3,7 @@
<h1 class="title"> <h1 class="title">
QuadFile QuadFile
</h1> </h1>
<p class="note">This is temporary storage, check the about page for details</p>
<form action="" id="form" name="fileForm" method="post" enctype="multipart/form-data" class="uploadForm"> <form action="" id="form" name="fileForm" method="post" enctype="multipart/form-data" class="uploadForm">
<div id="uploadButton" class="uploadButton"> <div id="uploadButton" class="uploadButton">
<p id="uploadText"> <p id="uploadText">