forked from napierarchery/napierarchery.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
139 lines (117 loc) · 7.51 KB
/
links.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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119456550-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-119456550-1');
</script>
<meta charset="utf-10">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="NUAC is the student and alumni archery club for Edinburgh Napier University. Find out more about us or how to join us here.">
<meta name="keywords" content="Archery, Edinburgh, Edinburgh Napier University, ENSA, Napier Students, Scottish Archery, Scottish Student Sports, BUCS">
<meta name="author" content="Niall Kinsella - For Edinburgh Napier University Archery Club">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="theme-color" content="#c31532" />
<title>Edinburgh Napier University Archery : Links</title>
<link rel="icon" type="image" href="img/logo/Rnuac-logoSM.png" />
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic" el="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Edinburgh Napier Archery</a>
</div>
</nav>
<!--Header-->
<header class="masthead text-center text-white d-flex" width="100%">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-10 mx-auto">
<h1 class="text-uppercase" style="text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black">
<strong>Edinburgh Napier University Archery</strong>
</h1>
<hr>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#links">Find Out More</a>
</div>
</div>
</div>
</header>
<!--End Header-->
<!--Links-->
<section id="links">
<div class="container">
<div class="row">
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-10 mx-auto text-center">
<h2 class="section-heading">Find out more about Napier Archery</h2>
<hr class="my-4">
<br/>
<p class="text-muted mb-4">Edinburgh Napier University Archery Club mainly caters to students of Napier University. We run training sessions several times a week almost all year long. NUAC welcomes people of all experince levels, from competative archers to
people who have never even held a bow before. We even have a selection of club equipment that beginners can use to learn how to shoot with the help of our volunteer coaches.</p>
<p class="text-muted mb-4">To find out more about us, just click on the icons below to visit our website or to follow our social media.</p>
<br/>
<a href="https://napierarchery.github.io" target="_blank" rel="noopener"><img class="img-responsive img-rounded img-shaded" src="img/logo/nuac-logo.png" width="25%" alt="Edinburgh Napier University Archery-Logo"></a>
<br/><br/><br/>
</div>
</div>
<!-- Social Media Links for large/medium screens -->
<div class="d-none d-md-block d-lg-block d-xl-block">
<div class="row">
<div class="col-lg-1 col-md-1"></div>
<div class="col-lg-2 col-md-2 mx-auto text-center"><br/>
<a href="https://www.facebook.com/NapierArchery" target="_blank" rel="noopener"><img class="img-responsive img-rounded img-shaded" src="img/facebook-icon.png" width="85%" alt="Facebook"></a>
</div>
<div class="col-lg-2 col-md-2 mx-auto text-center"><br/>
<a href="https://www.twitter.com/NapierArchery" target="_blank" rel="noopener"><img class="img-responsive img-rounded img-shaded" src="img/twitter-icon.png" width="85%" alt="Twitter"></a>
</div>
<div class="col-lg-2 col-md-2 mx-auto text-center"><br/>
<a href="https://www.instagram.com/napierarchery/" target="_blank" rel="noopener"><img class="img-responsive img-rounded img-shaded" src="img/instagram-icon.png" width="85%" alt="Instagram"></a>
</div>
<div class="col-lg-2 col-md-2 mx-auto text-center"><br/>
<a href="https://www.snapchat.com/add/naparchery" target="_blank" rel="noopener"><img class="img-responsive img-rounded img-shaded" src="img/snapchat-icon.png" width="85%" alt="Snapchat"></a>
</div>
<div class="col-lg-1 col-md-1"></div>
</div>
</div>
<!-- Social Media Links for small screens -->
<div>
<span class="mx-auto text-center d-block d-md-none">
<a href="https://www.facebook.com/NapierArchery" target="_blank" rel="noopener"><img class="img-responsive img-rounded" src="img/facebook-icon.png" width="15%" alt="Facebook"></a>
<a href="https://twitter.com/NapierArchery" target="_blank" rel="noopener"><img class="img-responsive img-rounded" src="img/twitter-icon.png" width = "15%" alt="Twitter" ></a>
<a href="https://www.instagram.com/napierarchery/" target="_blank" rel="noopener"><img class="img-responsive img-rounded" src="img/instagram-icon.png" width = "15%" alt="Instagram" ></a>
<a href="https://www.snapchat.com/add/naparchery" target="_blank" rel="noopener"><img class="img-responsive img-rounded" src="img/snapchat-icon.png" width = "15%" alt="Snapchat" ></a>
</span>
</div>
<!--End Links-->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</div>
</section>
</body>
</html>