-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 2.39 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 2.39 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
<!DOCTYPE HTML>
<html>
<head>
<title>ScotlandPHP - Welcome!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<section id="wrapper">
<div class="inner">
<h1><b>Scotland</b>PHP</h1>
<h2>Welcome to the community!</h2>
<ul class="actions">
<li><a href="https://conference.scotlandphp.co.uk" class="button special icon fa-microphone">Conference</a></li>
<li><a href="https://community.scotlandphp.co.uk" class="button special icon fa-group">User groups</a></li>
<li><a href="https://slack.scotlandphp.co.uk" class="button special icon fa-slack">Slack</a></li>
</ul>
</div>
<footer>
<ul class="icons">
<li><a href="https://github.com/scotlandphp" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://twitter.com/scotlandphp" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/ScottishPUGs" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.youtube.com/c/ScotlandphpUkUserGroups" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://jobs.scotlandphp.co.uk" class="icon fa-suitcase"><span class="label">Jobs</span></a></li>
<li><a href="mailto:organisers@scotlandphp.co.uk" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</footer>
</section>
<section id="banner">
</section>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96232429-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>