This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (86 loc) · 3.38 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
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
</head>
<meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Goko Documentation" name="application-name">
<meta content="#225DA3" name="msapplication-TileColor">
<meta content="http://discuss.goko.fr//favicon//mstile-144x144.png" name="msapplication-TileImage">
<meta content="#225DA3" name="theme-color">
<title>Goko Documentation</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="https://docs.goko.fr/style.css" rel="stylesheet">
<link href="index-style.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top goko-navbar" id="goko-navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="http://docs.goko.fr">Goko Documentation</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="link1">
<a href="http://docs.goko.fr">Home</a>
</li>
<li class="link2">
<a href="https://github.com/cncgoko/Goko">Github</a>
</li>
<li class="link3">
<a href="http://discuss.goko.fr">Discuss</a>
</li>
</ul>
</div>
</div>
</div>
<div id="content">
<div class="jumbotron">
<div class="row">
<div class="col-md-offset-3 col-md-6 text-right">
<h1>Looking for help ?</h1>
<p>You've come to the right place</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-3 col-md-2">
<a href="v0.3.0/documentation/index.html" class="thumbnail shadowed">
<img src="images/documentation.jpg" alt="Reference documentation" >
<div class="caption">
<h3>Documentation</h3>
<p>Reference documentation</p>
</div>
</a>
</div>
<div class="col-md-2">
<a href="v0.3.0/tutorials/index.html" class="thumbnail shadowed">
<img src="images/tutorial.jpg" alt="Tutorials">
<div class="caption">
<h3>Tutorials</h3>
<p>Follow step by step guides</p>
</div>
</a>
</div>
<div class="col-md-2">
<a href="http://discuss.goko.fr/" class="thumbnail shadowed">
<img src="images/discuss.jpg" alt="Community" >
<div class="caption">
<h3>COMMUNITY</h3>
<p>Ask the community</p>
</div>
</a>
</div>
</div>
</div>
<div id="contribute">
<div class="row">
<div class="col-md-offset-3 col-md-6 text-center">
<h2>Wanna contribute ?</h2>
<p>A typo, a mistake or an enhancement ?</p>
<p>Feel free to send a pull request on the <a href="https://github.com/cncgoko/Goko-docs" target="blank">documentation github project</a></p>
</div>
</div>
</div>
</body>
</html>