Front and about page finished
This commit is contained in:
parent
3503d8f5f2
commit
04835b159a
5 changed files with 50 additions and 12 deletions
|
|
@ -53,10 +53,48 @@
|
|||
<a href="#" data-activates="slide-out" class="button-collapse"><i class="material-icons">menu</i></a>
|
||||
</div>
|
||||
</nav>
|
||||
<br>
|
||||
<b>About page</b>
|
||||
<div class="section no-pad-bot" id="index-banner">
|
||||
<div class="container">
|
||||
<br><br>
|
||||
<h1 class="header center yellow-text text-darken-1">About Innovation Club</h1>
|
||||
<div class="row center">
|
||||
<h5 class="header col s12 light">The Innovation Club provides an open and accessible space that fosters the innovative ideas of all students through collaborative thinking, entrepreneurial ideation, and project-based learning.</h5>
|
||||
</div>
|
||||
<div class="row center">
|
||||
<h5 class="header col s12 light">Students are given hands-on training that enhances their knowledge of the physical world so they can create physical manifestations of their ideas, as well as entrepreneurial training to help their ideas become successful.</h5>
|
||||
</div>
|
||||
<div class="row center">
|
||||
<h5 class="header col s12 light">The Innovation Club allows students to move in whatever direction their creativity takes them. We want to take lack of knowledge, access, or resources out of the equation to allow students to follow their ideas to the furthest degree.</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
<b>This is a test commit to test branches.</b>
|
||||
<div class="container">
|
||||
<div class="section">
|
||||
|
||||
<!-- Icon Section -->
|
||||
<div class="row">
|
||||
<div class="col s12 m4">
|
||||
<img class="responsive-img fa-rotate-90" src="photos/One.JPG">
|
||||
</div>
|
||||
|
||||
<div class="col s12 m4">
|
||||
<img class="responsive-img fa-rotate-90" src="photos/Two.JPG">
|
||||
</div>
|
||||
|
||||
<div class="col s12 m4">
|
||||
<img class="responsive-img fa-rotate-90" src="photos/Three.JPG">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
<script type="text/javascript" src="../js/SideNav.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue