Skip to content

Commit

Permalink
💄 form fields to uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
josephv7 committed Oct 29, 2018
1 parent b7be620 commit 35ae942
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
28 changes: 14 additions & 14 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
5165c96e2d4e027d1257.login.bundle.js,1540787946078,94117945926825bff745d78533d1e447639ba8db54c7793fcf97278f729cd87f
5165c96e2d4e027d1257.login.bundle.js.map,1540787946079,3e177bb99912451c8e5e43177050123f192ab5951e8cb45c3c5133533f6b6fac
5165c96e2d4e027d1257.main.bundle.js,1540787946079,8cc35359b2788548425793d1472d98d3f29fc8ea34633a7d90a5615636becb5d
5165c96e2d4e027d1257.registration.bundle.js.map,1540787946079,20949385285f9c58528666523d9a25cf1afc68df9cc7b6bab7a9804e4ba63ec7
index.html,1540787946079,34c486b046c929d77a75b443780c05d5591a57a2957c7c410504437821349f21
login.css,1540787946078,b08b1b0d5f41384bb1a8b5318aa99e9a8394a0c49d37fb7cf115f33abe860556
login.html,1540787946079,ae70fd5d2c3ea3346ba92b4615959d43768cdd4e3b1f720d13b7ecea53147b6e
main.css,1540787946079,46afdea36a7b50d9215e2e71c835aed7ddad9039f5f42f722038ab92b1ac2be8
precache-manifest.16a777bfe564a9ee1c4be845603a743a.js,1540787946079,6103919f58f9d9e301fa34bf33531684fbf8afd97e9c3360db0d6ddd21ed1d06
registration.css,1540787946079,1ec68dd1a1bc4e25685a8fea335c13a50ecea903056bb152925ff48736fb44dd
registration.html,1540787946079,47cfe2af914598b214beef710bff4aa12fef326ac8ec890e344a78c5b84f1b0d
sw.js,1540787946079,8fcb7bd66015ad34d9e48ef33f4846911cc06c90fda6d1098258f86a3a66d887
5165c96e2d4e027d1257.registration.bundle.js,1540787946079,cfde5b444aa87cbf9d0a3f251a12a7d706991bb62616a0854d88df87d3efe928
5165c96e2d4e027d1257.main.bundle.js.map,1540787946079,ac6dc1c65c5ad5a47d16d2a3c053117925f5b2a98f969441cdfdb94a5b3e4c8e
bd53e4a0a90544986444.login.bundle.js,1540792266044,c357f957300cf284f64f06295084009e64a3d9bcdeba999d6aee4e7ad69f7ebb
bd53e4a0a90544986444.login.bundle.js.map,1540792266044,9f529ee8a6584c757a6cc7281cc0c2010f09db2e70ccf75f5e720a5220d57d2c
bd53e4a0a90544986444.registration.bundle.js,1540792266044,80e32b120771946fda8f9beca86a7a9b80e1b26a092d8428abc3dd06279af029
bd53e4a0a90544986444.main.bundle.js,1540792266044,3ce36b19ee157a3dfc252781a221e792525903d94296239f0802fab81d0e2853
bd53e4a0a90544986444.registration.bundle.js.map,1540792266044,3de65f3e465de5a3633e67f2ba26372ad7725ec9e2eaef435ae429bdcb092384
index.html,1540792266045,44cb85713cf8481d1b120ed4221b1c5b39d7e5db27bd004a9dd90502ec6544e9
login.css,1540792266044,b08b1b0d5f41384bb1a8b5318aa99e9a8394a0c49d37fb7cf115f33abe860556
main.css,1540792266044,46afdea36a7b50d9215e2e71c835aed7ddad9039f5f42f722038ab92b1ac2be8
precache-manifest.c173a3050d59a005cdbe00be0409c022.js,1540792266044,8fd14d5a737d05ae22ed50d9bedef217065e3de172f5eb698890c28ab3d53c76
registration.css,1540792266044,1ec68dd1a1bc4e25685a8fea335c13a50ecea903056bb152925ff48736fb44dd
login.html,1540792266044,5107fafe4ddb96cec45013d59102c836fdf1b77069d66b039a143894ab18bfbc
sw.js,1540792266045,b46d5e056c16c85b9849374970ed6d37ee00ff5255bf7cface3f928f0615c967
registration.html,1540792266044,959cfa3697d46c973b8b54d87fa968935839992555550291e5b4c2008ff21110
bd53e4a0a90544986444.main.bundle.js.map,1540792266044,eca7d6b55e6412477fdfdb99f8b551cf31e2bd6702b075b6b16021a893e3775d
11 changes: 7 additions & 4 deletions src/registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,31 @@ <h1 style="font-family: 'Titillium Web', bold; margin-left:10%;">Registration</h
<br>
<br>




<form class="gform" method="POST" data-email="example@email.net" action="https://script.google.com/macros/s/AKfycbxG0Sz5aMeKUKX6UDJiykSyvvfZ-r8gNC88Lx6MeeOsiFN3o7GO/exec">
<div class="form-elements">
<ul class="flex-outer">
<li>
<label for="full_name" style="font-family: 'Titillium Web', bold;">Full Name *</label>
<input id="full_name" type=text name="full_name" required placeholder="eg: Your Name" style="font-family: 'Titillium Web', bold; color: black;"
<input id="full_name" type=text name="full_name" required placeholder="eg: Your Name" style="font-family: 'Titillium Web', bold; color: black;text-transform:uppercase"
/>
</li>
<li>
<label for="house" style="font-family: 'Titillium Web', sans-serif;"> House *</label>
<input id="house" name="house" required placeholder="House" style="font-family: 'Titillium Web', bold; color: black;" disabled/>
<input id="house" name="house" required placeholder="House" style="font-family: 'Titillium Web', bold; color: black;text-transform:uppercase" disabled/>
</li>

<li>
<label for="sem_class" style="font-family: 'Titillium Web', bold;"> Class *</label>
<input id="sem_class" name="sem_class" required placeholder="eg: S7 CS Beta" style="font-family: 'Titillium Web', bold; color: black;"
<input id="sem_class" name="sem_class" required placeholder="eg: S7 CS Beta" style="font-family: 'Titillium Web', bold; color: black;text-transform:uppercase"
/>
</li>

<li>
<label for="cuid" style="font-family: 'Titillium Web', bold;"> UID *</label>
<input id="cuid" name="cuid" required placeholder="eg: U1XXXXXX" style="font-family: 'Titillium Web', bold; color: black;"
<input id="cuid" name="cuid" required placeholder="eg: U1XXXXXX" style="font-family: 'Titillium Web', bold; color: black;text-transform:uppercase"
/>
</li>

Expand Down

0 comments on commit 35ae942

Please sign in to comment.