Added actual content to the mainpage
Most of the stuff is probably not final but it can give us some ideas of what the front page could potentially look like.
This commit is contained in:
parent
e06b1171bd
commit
1afb5fcc57
1 changed files with 50 additions and 0 deletions
50
index.html
50
index.html
|
|
@ -46,6 +46,56 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="section no-pad-bot" id="index-banner">
|
||||
<div class="container">
|
||||
<br><br>
|
||||
<h1 class="header center yellow-text text-darken-1">WMU Innovation Club</h1>
|
||||
<div class="row center">
|
||||
<h5 class="header col s12 light">A modern take on innovation in the university space.</h5>
|
||||
</div>
|
||||
<div class="row center">
|
||||
<a href="" id="download-button" class="btn-large waves-effect waves-light yellow darken-2">Get Started</a>
|
||||
</div>
|
||||
<br><br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="section">
|
||||
|
||||
<!-- Icon Section -->
|
||||
<div class="row">
|
||||
<div class="col s12 m4">
|
||||
<div class="icon-block">
|
||||
<h2 class="center yellow-text text-darken-1"><i class="material-icons">flash_on</i></h2>
|
||||
<h5 class="center">Something about fast?</h5>
|
||||
|
||||
<p class="light">This is placeholder text for when we have something to put here</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col s12 m4">
|
||||
<div class="icon-block">
|
||||
<h2 class="center yellow-text text-darken-1"><i class="material-icons">group</i></h2>
|
||||
<h5 class="center">Group learning?</h5>
|
||||
|
||||
<p class="light">By using our extensive network of skilled people. We are able to provide you with the most information about how to complete your innovative idea!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col s12 m4">
|
||||
<div class="icon-block">
|
||||
<h2 class="center yellow-text text-darken-1"><i class="material-icons">settings</i></h2>
|
||||
<h5 class="center">Easily adaptable</h5>
|
||||
|
||||
<p class="light">There are many ways to take on a project, and we are able to provide you the most options to complete it in a way that you are satisfied.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--Import jQuery before materialize.js-->
|
||||
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||
<script type="text/javascript" src="js/materialize.min.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue