-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
23 lines (23 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: default
title: Home
menuItem: false
order: 1
---
<div class="container">
<div class="jumbotron">
<div class="row" style="margin-bottom: 120px !important">
<div class="col-md-12">
<h1 class="display-4 text-center">Welcome to <span class="text-danger">{{site.title}}</span></h1>
<p class="lead">Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a
document or a typeface without relying on meaningful content. Lorem ipsum may be used as a
placeholder before final copy
is available. Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a
document or a typeface without relying on meaningful content. Lorem ipsum may be used as a
placeholder before final copy
is available.</p>
<a class="btn btn-outline-danger btn-lg" href="#" title="Click for Details" role="button">Meet the Group</a>
</div>
</div>
</div>
</div>