-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
79 lines (71 loc) · 3.19 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
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>coreBuilder</title>
<link rel="stylesheet" href="dist/css/style.css" media="all" />
<script src="dist/js/cb.min.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav nav-stacked" id="menu">
<li id="brand">
<a href="#">
<span class="fa-stack fa-lg pull-left">
<img src="images/logo.svg" width="30" height="30" />
<span id="cb-ver">v 1.0.0</span>
</span>
<span class="brand-label">coreBuilder</span>
</a>
</li>
<li id="add_files">
<a href="#"><span class="fa-stack fa-lg pull-left"><i class="fa fa-plus fa-stack-1x "></i></span>Add files</a>
</li>
<li id="arrange">
<a href="#"><span class="fa-stack fa-lg pull-left"><i class="fa fa-th-large fa-stack-1x "></i></span>Arrange</a>
<span id="arr_pick_size">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</span>
</li>
<li id="set_els">
<a href="#"><span class="fa-stack fa-lg pull-left"><i class="fa fa-gears fa-stack-1x "></i></span>Stand-off</a>
</li>
<li id="view_core">
<a href="#"><span class="fa-stack fa-lg pull-left"><i class="fa fa-code fa-stack-1x "></i></span>View Core</a>
</li>
<li id="cb-info">
<a href="https://github.com/raffazizzi/coreBuilder/wiki" target="_blank">
<span class="fa-stack fa-lg pull-left"><i class="fa fa-question-circle-o fa-stack-1x "></i></span>Help</a>
</li>
</ul>
</div><!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="workspace">
<!-- Get started info -->
<div id="getstarted" class="row">
<img src="images/arrow.png" alt=""/>
<div id="instructions">To begin building a stand-off <strong>core</strong>, open an XML file and click on elements with IDs.<br/>Or open <a href="#" id="openExampleFiles">these example files</a>.</div>
<div id="video">
<iframe src="https://player.vimeo.com/video/210839331" width="640" height="359" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>
</div>
</div>
</div>
<!-- /#workspace -->
<div id="currententry">
</div>
<!-- /#currententry -->
</div>
<!-- /#wrapper -->
</body>
</html>