Port the web to bootstrap5
So it is responsive in phones.
This commit is contained in:
parent
8af2ad3758
commit
6a3da59c75
40 changed files with 1131 additions and 849 deletions
|
@ -2,10 +2,14 @@
|
|||
|
||||
<p>Upload your epubs to help the library.</p>
|
||||
|
||||
<form class="well form-inline" method="POST" enctype="multipart/form-data">
|
||||
<input accept="application/epub+zip" type="file" name="epub" multiple="multiple" />
|
||||
<button type="submit" class="btn">Submit</button>
|
||||
</form>
|
||||
<div class="row justify-content-center">
|
||||
<form class="col-sm-11" method="POST" enctype="multipart/form-data">
|
||||
<div class="input-group mb-3">
|
||||
<input accept="application/epub+zip" type="file" name="epub" multiple="multiple" />
|
||||
<button type="submit" class="btn btn-outline-secondary">Upload</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<p>The uploaded books will be reviewed by the librarians and included if they comply our quality standards. Do not upload epubs converted from PDFs or any book that is not pleasant to read.</p>
|
||||
|
||||
|
|
Reference in a new issue