-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathftc.html
More file actions
28 lines (28 loc) · 756 Bytes
/
ftc.html
File metadata and controls
28 lines (28 loc) · 756 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
28
---
layout: pages
title: FTC
permalink: /ftc/
---
<link rel="stylesheet" type="text/css" href="/assets/css/generic.stylesheet.css">
<div class="container">
<div class="col-md-12">
<br>
<h2 class="title">FTC</h2>
<hr class="top-hr"/>
</div>
</div>
<div class="container">
<div class="col-md-12">
<p>{{site.data.ftc.Intro.paragraph}}</p>
</div>
<div class="col-md-7">
<!-- <h2>Student Info Day</h2> -->
<p>{{site.data.ftc.Body.paragraph}}</p>
</div>
<div class="col-md-5">
<img style="margin-top:20px;" class="img-responsive" src="/assets/img/ftc/ftc.jpeg" />
</div>
<div class="col-md-12">
<p>{{site.data.ftc.Body.closingSentence}}</p>
</div>
</div>