-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (59 loc) · 3.21 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en" class="no-js">
<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>TimelessTime on GitHub</title>
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/favicon.ico?d30be6" />
<link rel="apple-touch-icon" href="/favicon.ico?d30be6" />
<link href="bootstrap-3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-3.1.1/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv-3.7.0.js"></script>
<script src="js/respond-1.4.2.min.js"></script>
<![endif]-->
<script>
// change html js to no-js
var docElement = document.documentElement;
docElement.className = docElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
</head>
<body>
<div class="page">
<div class="container">
<header class="header">
<a class="logo" href="http://www.timelesstime.co.uk">
<h1>TimelessTime</h1>
</a>
</header>
<div class="content">
<h1>TimelessTime on GitHub</h1>
<p>
At <a href="http://www.timelesstime.co.uk">TimelesssTime</a> we do all of our web development in house, we do not outsource any development or services. Through this development we create libraries and tools that may be useful to others. Any of these libraries or tools we feel may be useful are made available as Open Source projects so others may make use of, and extend, them.
</p>
<p>
All Open Source projects are hosted on our <a href="https://github.com/TimelessTime">GitHub page</a> and can be cloned, forked and merged from there. Unless otherwise specified, the Source Code is <a href="./LICENSE">licensed</a> under LGPL v3 and may be freely used for non-profit purposes.
</p>
<h2>Our Open Source Tools and Libraries</h2>
<ul id="github-repos">
<li class="no-js-only">This list is dynamically created. You need to enable JavaScript in your browser so it can do it's work</li>
<li class="js-only gh-loading">Loading projects...</li>
</ul>
</div> <!-- end .content -->
<footer class="footer">
<div>
Open Source tools and libraries are owned by TimelessTime. They are provided free of charge and may be used for non-profit purposes so long as TimelessTime, or any other author, is not held responsible for any damages. Please <a href="http://www.timelesstime.co.uk/contact/">contact TimelessTime</a> if you wish to use any tools commercially.
</div>
</footer>
</div> <!-- end.container -->
</div> <!-- end .page -->
<div class="bg-image-wrapper">
<div class="bg-image"></div>
</div>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="bootstrap-3.1.1/js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>