-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinstallations.html
More file actions
116 lines (95 loc) · 3.98 KB
/
installations.html
File metadata and controls
116 lines (95 loc) · 3.98 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE HTML>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>ABCDH</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<!-- Note: The "styleN" class below should match that of the banner element. -->
<header id="header" class="alt style2">
<a href="index.html" class="logo"><strong style="color: #1E223C">ABCDH</strong></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="philosophy.html">Philosophy</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="bookings.html">Bookings</a></li>
<li><a href="endorsements.html">Endorsements</a></li>
<li><a href="acknowledgements.html">Acknowledgements</a></li>
</ul>
</nav>
<!-- Banner -->
<!-- Note: The "styleN" class below should match that of the header element. -->
<section id="banner" class="style5">
<div class="inner">
<span class="image">
<img src="images/pic07.jpg" alt="" />
</span>
<header class="major">
<h1>Installations</h1>
</header>
<div class="content">
<p>What you need for our courses.</p>
</div>
</div>
</section>
<!-- Main -->
<div id="main" class="alt">
<!-- One -->
<section id="one">
<div class="inner">
Select your operating system.
<br /><br />
<div class="row">
<div class="col-4 col-12-small">
<h3 style="text-align: center"><a href="./installations_windows.html" class="button fit small" target="_blank" title="Opens in new tab">Windows</a></h3>
</div>
<div class="col-4 col-12-small">
<h3 style="text-align: center"><a href="./installations_macosx.html" class="button fit small" target="_blank" title="Opens in new tab">Mac OSX</a></h3>
</div>
<div class="col-4 col-12-small">
<h3 style="text-align: center"><a href="./installations_linux.html" class="button fit small" target="_blank" title="Opens in new tab">Linux</a></h3>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="copyright">
<li><a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a></li><li>Design: <a href="https://html5up.net">HTML5 UP</a> with modifications by <a href="http://gretafranzini.com/" target="_blank" title="Opens in new tab">Greta Franzini</a></li><li>Images: <a href="https://unsplash.com/">Unsplash</a> and <a href="https://www.pexels.com">Pexels</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>