-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (71 loc) · 3.13 KB
/
index.html
File metadata and controls
80 lines (71 loc) · 3.13 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
<!DOCTYPE HTML>
<html>
<head>
<title> </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="../js/jquery.min.js"></script>
<script src="../js/jquery.dropotron.min.js"></script>
<script src="../js/jquery.scrollgress.min.js"></script>
<script src="../js/jquery.scrolly.min.js"></script>
<script src="../js/jquery.slidertron.min.js"></script>
<script src="../js/skel.min.js"></script>
<script src="../js/skel-layers.min.js"></script>
<script src="../js/init.js"></script>
<noscript>
<link rel="stylesheet" href="../css/skel.css" />
<link rel="stylesheet" href="../css/style.css" />
<link rel="stylesheet" href="../css/style-xlarge.css" />
</noscript>
</head>
<body>
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<nav id="nav">
<ul>
<li><a href="https://github.com/cmasuki/open-code">Code repository</a></li>
<li><a href="https://cmasuki.org/">CMAS UK & Ireland</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper style1">
<header class="major">
<h2>CMAS open-code</h2>
<p>A free online platform for sharing movement analysis code and resources</p>
</header>
<div class="container">
<!-- Content -->
<section id="content">
<a href="#" class="image fit"><img src="../images/lab_computer_banner.JPG" alt="" /></a>
<h3>Welcome to the CMAS open-code project!</h3>
<p>Our aim is to share coding resources, to improve and accelerate movement analysis.</p>
<p>We would like our platform to work for everyone:</p>
<ul>
<li>If you already have technical skills, you can collaborate, create new tools, and share them with others.</li>
<li>If you are a coding beginner, you will find a library of tutorials and example code to support your learning.</li>
<li>If you would like to use existing code, you will be able to easily find relevant resources, with instructions and examples of use.</li>
</ul>
<p><a href="https://github.com/cmasuki/open-code/blob/master/README.md">Great! Where do I start?</a></p>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<!-- <ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-envelope"><span class="label">Envelope</span></a></li>
</ul>
-->
<ul class="menu">
<li><a href="https://github.com/cmasuki/open-code/blob/master/LICENSE.md">License</a></li>
<li><a href="https://github.com/cmasuki/open-code/blob/master/CODE_OF_CONDUCT.md">Code of conduct</a></li>
<li><a href="https://github.com/dblana">Contact</a></li>
</ul>
</footer>
</body>
</html>