-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (91 loc) · 3.44 KB
/
index.html
File metadata and controls
100 lines (91 loc) · 3.44 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
<!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.0">
<meta name="description" content="Site for Testify">
<meta name="author" content="http://twitter.com/jonschlinkert, http://twitter.com/doowb">
<title>
Testify It! | Testify
</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="assets/css/site.css">
<link rel="stylesheet" href="assets/css/github.css">
<!--[if lt IE 9]>
<script src="assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<a class="sr-only" href="#content">Skip to main content</a>
<!-- Navigation component -->
<header role="banner">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="../../../../../.." class="navbar-brand">Testify</a>
</div>
<ul class="nav navbar-nav">
<li> <a href="about">About</a> </li>
<li> <a href="docs">Docs</a> </li>
<li> <a href="blog">Blog</a> </li>
</ul>
</div>
</nav>
</header>
<div class="container bs-docs-container">
<header class="banner-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="" alt="">
<div class="intro-text">
<span class="name">Testify</span>
<hr>
<span class="tagline">Stand up for your APIs!</span>
</div>
</div>
</div>
</div>
</header>
<div class="content">
<div class="main-content">
More Info Coming Soon! For now check the docs section
</div>
</div>
<div class="push"></div>
</div>
<!-- Footer -->
<footer class="bs-footer" role="contentinfo">
<div class="container">
<p class="footer-text-right">Made with
<a href="https://github.com/assemble/assemble" target="_blank">Assemble</a>
</p>
</div></footer>
<!-- "back-to-top" button -->
<a href="#" style="right: 70px;" class="btn back-to-top btn-dark btn-fixed-bottom">
<i class="glyphicon glyphicon-chevron-up"></i>
</a>
<!-- JS and analytics only. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/highlight.js"></script>
<script src="http://getbootstrap.com/docs-assets/js/holder.js"></script>
<script src="http://getbootstrap.com/docs-assets/js/application.js"></script>
<script>
$('[data-toggle=popover]').popover({
placement: 'right',
html: true
});
</script>
</body>
</html>