-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 808 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: home
layout: generic
custom_head: home/landing-page-head.html
---
<!--
<div class="navbar2 vertical-landing-page-menu">
<div class="navbar-default side-nav vertical-nav">
<div class="container-fluid">
<div class="row">
<ul class="nav nav2-list" style="padding-left: 0px;">
<li class="t-title"><a href="#about" class="page-scroll">About</a></li>
<li class="t-title"><a href="#calendar" class="page-scroll">Calendar</a></li>
<li class="t-title"><a href="#contact" class="page-scroll">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
-->
{% include home/hero.html %}
{% include home/about.html %}
{% include home/featured_blog_post.html %}
{% include home/calendar.html %}
{% include home/contact.html %}