Skip to content

Commit

Permalink
💄almost done for first push
Browse files Browse the repository at this point in the history
  • Loading branch information
josephv7 committed Oct 29, 2018
1 parent e276e9f commit cb0e5eb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 26 deletions.
22 changes: 11 additions & 11 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
d0e07be84843c85fdcfe.bundle.js,1540755878547,ce2d843623599cf3acd3789107b0de909db8aff67e18e2dee33afd4f614360eb
d0e07be84843c85fdcfe.bundle.js.map,1540755878547,9ae5280350d87b3d58baaf6354fae37cb4c21856e83070f3b271da803a000d41
login.css,1540755878547,b08b1b0d5f41384bb1a8b5318aa99e9a8394a0c49d37fb7cf115f33abe860556
login.html,1540755878548,04e6a282ac7a8c23af69dfd3d44671a6cfba9100e555b32f558c2b8f6e3b70a3
precache-manifest.691d7cc6762ca3f7c5ebbdcd7350d67a.js,1540755878548,09f8936c721ebb9adabfd0b37f862df4f2f336c4c5a8a03401bd1fa9b288fa85
registration.css,1540755878547,1ec68dd1a1bc4e25685a8fea335c13a50ecea903056bb152925ff48736fb44dd
main.css,1540755878547,46afdea36a7b50d9215e2e71c835aed7ddad9039f5f42f722038ab92b1ac2be8
index.html,1540755878547,dd56add8e7183791ee375499c58a4bdcd90a640711b7ce17d46541a22ceb43b1
registration.html,1540755878548,26b9fd2ef1869099a0512cbdbbdac2cde6595d773c4e2e283b58b2ab94d015ed
sketch.js,1540755921245,e47e7727c3f6482b86f7c925c36328764661f4be214e0f516a88d4690619c27e
sw.js,1540755878548,5f620d8fa47bee2f49772ec5c5c68edb9db6861a0f2cb140753a710b123a6b4b
5c117fc6a387f2cfc5a8.bundle.js,1540779182183,9cd89ba4483e41d51af13db211af8cb638b23f1a11aae8e45d4f4ee660c494ea
5c117fc6a387f2cfc5a8.bundle.js.map,1540779182183,71e20ecf1bef0f5d8110e5c0f9894c1c862e26d864dbc8673fcadc3c15002170
login.css,1540779182183,b08b1b0d5f41384bb1a8b5318aa99e9a8394a0c49d37fb7cf115f33abe860556
login.html,1540779182183,898acfc0579f61b3148823ebe736cfe02586b1feb00ef1095cd7f918c4435624
main.css,1540779182183,46afdea36a7b50d9215e2e71c835aed7ddad9039f5f42f722038ab92b1ac2be8
precache-manifest.ca0799dc2e54f2e18ec91ab1011077f9.js,1540779182184,4760b1772b8ed474c27cdc595d7c3a57e5e4d9b4fdb04287798ce46889749f98
registration.css,1540779182183,1ec68dd1a1bc4e25685a8fea335c13a50ecea903056bb152925ff48736fb44dd
index.html,1540779182183,960a89644f58d906cdad37ea6e4c4656204ed33b989f7d7b9025a263b78ad5f0
registration.html,1540779182183,046ea0c8e4fb95642101a188399dee71f8faade9a02474aa36d72ddd806da597
sw.js,1540779182183,3da0a738cc68b46ed0a8be618c09b5bd624154a3610e9eeab04913b4623445c6
sketch.js,1540779195584,e47e7727c3f6482b86f7c925c36328764661f4be214e0f516a88d4690619c27e
6 changes: 2 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@


<!-- Add http://ogp.me/ tags when ready -->
<title>Landing Page</title>
<style>
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:900');
/* Links */
Expand Down Expand Up @@ -226,8 +225,7 @@
</head>

<body>
<!-- <h1>Landing Page</h1>
<a href="login.html"><button>Click Here To Login</button></a> -->

<div id="container">
<div class="site-wrapper-inner">
<div class="cover-container">
Expand All @@ -248,7 +246,7 @@

<div class="inner cover" style="z-index: 10;">
<h1 class="cover-heading">Bharatham 2k18</h1>
<p class="lead cus_font">November 9th and 10th</p>
<p class="lead cus_font">November 8th, 9th &amp; 10th</p>
<p class="lead">
<!-- <a href="#" class="btn btn-lg btn-default">Learn more</a> -->
</p>
Expand Down
17 changes: 6 additions & 11 deletions src/registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,19 +177,14 @@ <h2 style="font-family: 'Titillium Web', bold;font-weight: 300; text-align:cente














</script>

<!-- <script>
$( document ).ready(function() {
$('.house').attr("required",true);
});
</script> -->

</body>

</html>

0 comments on commit cb0e5eb

Please sign in to comment.