Updated Header Text and Upload Box Width

This commit is contained in:
= 2020-08-20 13:02:06 -04:00
parent 9631e2955e
commit 9c2d1eb8f1
4 changed files with 10 additions and 14 deletions

View file

@ -4,8 +4,7 @@ html body #mainContent {
#uploadSquare { #uploadSquare {
background: gray; background: gray;
width: 600px; height: 250px;
height: 300px;
padding: 1em; padding: 1em;
border-radius: .5em; border-radius: .5em;
color: white; color: white;

View file

@ -1,6 +1,6 @@
{ {
"version": 3, "version": 3,
"mappings": "AAAA,AAAA,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC;EACnB,MAAM,EAAE,KAAK;CAAG;;AAGpB,AAAA,aAAa,CAAC;EACV,UAAU,EAAE,IAAI;EAEhB,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,KAAK;EAEb,OAAO,EAAE,GAAG;EACZ,aAAa,EAAE,IAAI;EAEnB,KAAK,EAAE,KAAK;CAAG;;AAGnB,AAAA,YAAY,CAAC;EACT,SAAS,EAAE,cAAc;EACzB,yBAAyB,EAAE,CAAC;CAAG;;AAEnC,UAAU,CAAV,WAAU;EACN,GAAG;IACC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAc;;EAEjD,GAAG;IACC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAc;;;;AAGrD,AAAA,YAAY,CAAC;EACT,SAAS,EAAE,cAAc;EACzB,yBAAyB,EAAE,CAAC;CAAG;;AAEnC,UAAU,CAAV,WAAU;EACN,EAAE;IACE,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;IAC9B,UAAU,EAAE,sBAAsB;;EAEtC,GAAG;IACC,SAAS,EAAE,oBAAoB;;EAEnC,GAAG;IACC,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;IAC9B,UAAU,EAAE,sBAAsB;;EAEtC,GAAG;IACC,SAAS,EAAE,oBAAoB;;EAEnC,IAAI;IACA,SAAS,EAAE,mBAAmB", "mappings": "AAAA,AAAA,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC;EACnB,MAAM,EAAE,KAAK;CAAG;;AAGpB,AAAA,aAAa,CAAC;EACV,UAAU,EAAE,IAAI;EAEhB,MAAM,EAAE,KAAK;EAEb,OAAO,EAAE,GAAG;EACZ,aAAa,EAAE,IAAI;EAEnB,KAAK,EAAE,KAAK;CAAG;;AAGnB,AAAA,YAAY,CAAC;EACT,SAAS,EAAE,cAAc;EACzB,yBAAyB,EAAE,CAAC;CAAG;;AAEnC,UAAU,CAAV,WAAU;EACN,GAAG;IACC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAc;;EAEjD,GAAG;IACC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAc;;;;AAGrD,AAAA,YAAY,CAAC;EACT,SAAS,EAAE,cAAc;EACzB,yBAAyB,EAAE,CAAC;CAAG;;AAEnC,UAAU,CAAV,WAAU;EACN,EAAE;IACE,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;IAC9B,UAAU,EAAE,sBAAsB;;EAEtC,GAAG;IACC,SAAS,EAAE,oBAAoB;;EAEnC,GAAG;IACC,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;IAC9B,UAAU,EAAE,sBAAsB;;EAEtC,GAAG;IACC,SAAS,EAAE,oBAAoB;;EAEnC,IAAI;IACA,SAAS,EAAE,mBAAmB",
"sources": [ "sources": [
"index.sass" "index.sass"
], ],

View file

@ -5,8 +5,7 @@ html body #mainContent
#uploadSquare #uploadSquare
background: gray background: gray
width: 600px height: 250px
height: 300px
padding: 1em padding: 1em
border-radius: .5em border-radius: .5em

View file

@ -21,22 +21,20 @@
<body onload="onload()"> <body onload="onload()">
<div id="mainContent" class="container d-flex flex-column"> <div id="mainContent" class="container d-flex flex-column">
<div class="jumbotron"> <div class="jumbotron">
<h1>Page Header</h1> <h1>Fax-Me</h1>
<h5>An internet portal to my printer</h5>
</div> </div>
<div class="flex-grow-1 d-flex flex-column align-items-center justify-content-center"> <div class="flex-grow-1 d-flex flex-column align-items-center justify-content-center mb-3">
<div id="uploadSquare" class="d-flex flex-column align-items-center justify-content-center"> <div id="uploadSquare" class="container d-flex flex-column align-items-center justify-content-center">
<h5>Drag Files Here for Upload</h5> <h5>Drag or Click Here to Upload Files</h5>
</div> </div>
</div> </div>
</div> </div>
<?php <?php
include("successToast.html"); include("successToast.html");
include("failureToast.html"); include("failureToast.html");
?> ?>
<script>
</script>
</body> </body>
</html> </html>