Commit 5cdfce5df49d6cc14a167e2b2fcb7b23b870b59c
1 parent
9df2c72f24
Exists in
master
Removed the link to app :(
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
index.html
View file @
5cdfce5
<html> | 1 | 1 | <html> | |
<head> | 2 | 2 | <head> | |
<link href='https://fonts.googleapis.com/css?family=Changa+One:400,400italic|Titillium+Web:200,200italic,300,600,400,900,700,400italic,700italic,300italic,600italic' rel='stylesheet' type='text/css'> | 3 | 3 | <link href='https://fonts.googleapis.com/css?family=Changa+One:400,400italic|Titillium+Web:200,200italic,300,600,400,900,700,400italic,700italic,300italic,600italic' rel='stylesheet' type='text/css'> | |
<link href="styles.css" rel="stylesheet"> | 4 | 4 | <link href="styles.css" rel="stylesheet"> | |
<title>FLASHY</title> | 5 | 5 | <title>FLASHY</title> | |
</head> | 6 | 6 | </head> | |
<body> | 7 | 7 | <body> | |
<div class="card"> | 8 | 8 | <div class="card"> | |
<h1>FLASHY</h1> | 9 | 9 | <h1>FLASHY</h1> | |
<h2>Brought to <span class="selected-word">you</span> by Team SWAG:</h2> | 10 | 10 | <h2>Brought to <span class="selected-word">you</span> by Team SWAG:</h2> | |
<table style="margin:auto;"> | 11 | 11 | <table style="margin:auto;"> | |
<tr><td>rlee</td><td>kmach</td><td>arnog</td><td>ckwang</td><td>mjeng</td></tr> | 12 | 12 | <tr><td>rlee</td><td>kmach</td><td>arnog</td><td>ckwang</td><td>mjeng</td></tr> | |
<tr><td>namtran</td> <td>mrahman</td><td>lhawkins</td> <td>rray</td><td>abuss</td></tr> | 13 | 13 | <tr><td>namtran</td> <td>mrahman</td><td>lhawkins</td> <td>rray</td><td>abuss</td></tr> | |
</table> | 14 | 14 | </table> | |
</div> | 15 | 15 | </div> | |
<div class="card"> | 16 | 16 | <div class="card"> | |
<h1></h1> | 17 | 17 | <h1></h1> | |
<h2> </h2> | 18 | 18 | <h2> </h2> | |
<h2>The <span class="selected-word">user</span> shall add a flashcard</h2> | 19 | 19 | <h2>The <span class="selected-word">user</span> shall add a flashcard</h2> | |
<h2>The system shall <span class="selected-word">remind</span> the user</h2> | 20 | 20 | <h2>The system shall <span class="selected-word">remind</span> the user</h2> | |
<h2>The user shall be enlightened</h2> | 21 | 21 | <h2>The user shall be enlightened</h2> | |
<h2><a href="/app/">Check it out!</a></h2> | 22 | 22 | <h2>Coming soon!</h2> | |
</div> | 23 | 23 | </div> | |
</body> | 24 | 24 | </body> | |
<footer style="color:white; margin-top:40px;"> | 25 | 25 | <footer style="color:white; margin-top:40px;"> | |
Contact us by email: whatever @ this domain | 26 | 26 | Contact us by email: whatever @ this domain | |
</footer> | 27 | 27 | </footer> | |
</html> | 28 | 28 | </html> | |
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script> | 29 | 29 | <script src="//code.jquery.com/jquery-1.11.2.min.js"></script> | |
<script defer> | 30 | 30 | <script defer> | |
$('.selected-word').delay(2000).animate({ | 31 | 31 | $('.selected-word').delay(2000).animate({ | |
opacity:0.25, | 32 | 32 | opacity:0.25, | |
}); | 33 | 33 | }); | |
</script> | 34 | 34 | </script> | |
35 | 35 |