-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (48 loc) · 2.39 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NYLT | Circle Ten Council</title>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Oswald:400,300" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700,400" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".btn-one">
<div class="jumbotron bg-one">
<div class="container vertical-mid">
<h2>A scout is <b>Trained</b>.</h2>
<h1><x>National Youth Leadership Training</x></h1>
<a href="#what" class="btn-one"><span>Next</span></a>
</div>
</div>
<section class="bg-two" id="what">
<div class="container vertical-mid">
<div class="row">
<div class="col-xs-1"></div>
<div class="col-xs-10">
<h3>What is NYLT?</h3>
<h4>A 6-day course that teaches practical leadership skills for Scouting and beyond.</h4>
<p>Participants arrive and are grouped into patrols of 6 to 8 scouts, led by a trained Troop Guide. The course simulates a month in a scout unit: participants learn various leadership and scout skills, culminating in a hike and overnight camping trip with their patrol.
<br><br>
For a more in-depth view of the syllabus of the course, visit this page.</p>
</div>
<div class="col-xs-1"></div>
</div>
</div>
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.2.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.js"></script>
</body>
</html>