-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtutorials.html
68 lines (61 loc) · 3.4 KB
/
tutorials.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Towny Advanced Video Tutorials</title>
<meta name="description" content="Videos detailing using Towny.">
<meta name="author" content="LlmDl">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Oxygen:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" href="images/favicon.ico">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="two-thirds column" style="margin-top: 5%; align:left">
<h3>Towny Advanced Video Tutorials</h3>
</div>
<div class="one-third column" style="margin-top: 5%; align:right">
<a href="index.html"><img src="images/townyicon.png" align=right style="border-radius:10px"></a>
</div>
</div>
<div class="row" style="margin-top: 2%">
<div class="two-thirds column" align=left>
<p>Note: These videos represent Towny at a stage of development which may not be current and the content within may have been subject to change.</p>
</div>
<div class="one-third column" style="background-color:#f2f2f2; border-radius:10px; padding:10px;" align=center>
<a class="button button-primary" href="https://www.youtube.com/channel/UCRofloDVzPlNIMC-G_hzfPA">Courtesy of Major Graft</a>
</div>
</div>
<hr>
<div class="row">
<div class="ten column">
<div style="background-color:#f2f2f2; border-radius:10px; padding:10px;" align="center">
<iframe width="853" height="480" src="https://www.youtube.com/embed/videoseries?list=PLvzvmyk0uI0WsLf4iyJZRhD_T2e-ANCmE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<a class="button" href="https://www.youtube.com/watch?v=A8DD8050SUI&list=PLvzvmyk0uI0WsLf4iyJZRhD_T2e-ANCmE">Check out the full playlist on youtube.</a>
</div>
</div>
</div>
<div class="twelve column">
<br><br><br><br><br><hr>
<p align=center>Website powered by <a href="http://getskeleton.com">Skeleton</a></p>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>