-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·204 lines (162 loc) · 10.1 KB
/
index.html
File metadata and controls
executable file
·204 lines (162 loc) · 10.1 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Martus Documentation</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<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'>
<!-- Global CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Main Javascript -->
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-match-height/jquery.matchHeight-min.js"></script>
</head>
<body class="landing-page">
<div class="page-wrapper">
<!-- ******Header****** -->
<header class="header text-center">
<div class="container">
<div class="branding">
<h1 class="logo">
<span aria-hidden="true" class="icon_documents_alt icon"></span>
<span class="text-highlight">Martus</span><span class="text-bold">Docs</span>
</h1>
</div><!--//branding-->
</div><!--//container-->
</header><!--//header-->
<section class="cards-section text-center">
<div class="container">
<div class="tagline" style="margin-bottom:25px;">
<p>How to use Martus, the secure documentation tool</p>
<p>developed with <i class="fa fa-heart"></i> by Benetech</p>
</div><!--//tagline-->
</div><!--//intro-->
<!-- item -->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
</div><!--//icon-holder-->
<h3 class="title">About Martus and Security</h3>
<p class="intro">English demo example of a description</p>
<a class="link" href="1martusandsecurity.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<!-- item -->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
</div><!--//icon-holder-->
<h3 class="title">Getting started with Martus</h3>
<p class="intro">English demo example of a description</p>
<a class="link" href="2gettingstarted.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<!-- item -->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
</div><!--//icon-holder-->
<h3 class="title">Keeping your Data Secure</h3>
<p class="intro">English demo example of a description</p>
<a class="link" href="3keepingdatasecure.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<!-- item -->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
</div><!--//icon-holder-->
<h3 class="title">Managing Records</h3>
<p class="intro">English demo example of a description</p>
<a class="link" href="4Managingrecords.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<!-- item -->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
</div><!--//icon-holder-->
<h3 class="title">Searching, Reporting, and Charts</h3>
<p class="intro">English demo example of a description</p>
<a class="link" href="5searchreportcharts.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<!-- item -->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
</div><!--//icon-holder-->
<h3 class="title">Customized Templates for Martus</h3>
<p class="intro">English demo example of a description</p>
<a class="link" href="6customtemplates.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<!-- item -->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
</div><!--//icon-holder-->
<h3 class="title">Mobile Martus</h3>
<p class="intro">English demo example of a description</p>
<a class="link" href="7mobilemartus.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<!-- item -->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
</div><!--//icon-holder-->
<h3 class="title">Troubleshooting</h3>
<p class="intro">English demo example of a description</p>
<a class="link" href="8Troubleshooting.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<!-- item -->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
</div><!--//icon-holder-->
<h3 class="title">Using Martus Offline</h3>
<p class="intro">English demo example of a description</p>
<a class="link" href="9Offline.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//cards-->
</div><!--//container-->
</section><!--//cards-section-->
</div><!--//page-wrapper-->
<footer class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com/" target="_blank">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
</body>
</html>