Skip to content

Instantly share code, notes, and snippets.

@ojengwa
Created December 9, 2016 01:40
Show Gist options
  • Save ojengwa/35e3e88457cbd5219f0bab7067df9b32 to your computer and use it in GitHub Desktop.
Save ojengwa/35e3e88457cbd5219f0bab7067df9b32 to your computer and use it in GitHub Desktop.
@extends('layouts.base')
@section('content')
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h1 class="header center orange-text">GTBEX</h1>
<div class="row center">
<h5 class="header col s12 light">GTB ONLINE EXAM PLATFORM</h5>
</div>
<div class="row center">
<a href="signup.html" id="download-button" class="btn-large waves-effect waves- orange darken-4">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 light-blue-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Speeds up Marking</h5>
<p class="light">Get Marked in No time, unlike paper tests.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">group</i></h2>
<h5 class="center">User Experience Focused</h5>
<p class="light">Using this, it is assumed that users are more focused and get more work done.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">settings</i></h2>
<h5 class="center">Easy to work with</h5>
<p class="light">We have provided detailed documentation as well as specific code examples to help new users get started. We are also always open to feedback and can answer any questions a user may have about Materialize.</p>
</div>
</div>
</div>
</div>
<br><br>
</div>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment