landingpage.html
1.34 KB
<html>
<head>
<link type="text/css" rel="stylesheet" href="/app/styles/flashier.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="/app/styles/flashy.css" media="screen,projection"/>
</head>
<header>
<nav class="top-nav" style="height:100px">
<div class="container">
<div class="nav-wrapper"><a href="#" class="brand-logo center" style="margin-top:20px;font-size:70px">Flashy</a></div>
</div>
</nav>
</header>
<body>
<div class="container">
<div class="row">
<div class="col s12 m4 l4">
<h2>Realtime</h2>
<p>Flashy provides a shared live feed for each section at UCSD. When a relevant fact comes up in lecture, type it up in brief and submit it as a flashcard! Select words which will be blanked later when studying the card.</p>
</div>
<div class="col s12 m4 l4">
<h2>Vote on Cards</h2>
<p>Don't feel like writing cards? That's fine! When you choose cards to add to your deck, you help us identify high-quality cards. Flashy strives to keep high-quality and recent cards at the top of the feed, while allowing spammy or low-quality cards to shuffle down the feed.
</div>
<div class="col s12 m4 l4">
<h2>Study Cards</h2>
<p>Once you've added cards to your deck, Flashy will start tracking your performance on each card.
</div>
</div>
</div>
</body>
</html>