forked from Sage-Bionetworks/synapseDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 1.91 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
---
title: Synapse Documentation, Welcome to Synapse Documentation
layout: default
---
<div class="row-fluid">
<div class="span12">
<div class="row">
<div class="span3">
<div class="sidebar-nav padding-left-30 padding-right-15 font-size-14">
<ul class="nav">
{% for page in site.pages %}
{% if page.layout == 'article' %}
<li><a href="{{ page.url }}.html">{{ page.title }}</a></li>
{% endif %}
{% endfor %} <!-- page -->
</ul>
<div class='clear'></div>
</div>
</div>
<div class='headline'>
<h2> Welcome To the Synapse Docs </h2>
<p>
Newcomer? Get started with the <a href='/articles/getting_started.html'>User Guide</a> . Already using Synapse? Check out our <a href='articles/howtos.html'>How-Tos</a> to get code snippets that make you more productive. Have a specific question See our <a href='https://www.synapse.org/#!SynapseForum:default'>Forum.</a>
</p>
</div>
<div class='span6'><img src='/assets/images/screenshots.png' alt='screenshots' height='30'></div>
</div>
<div class='clear' style=''></div>
</div>
</div>
<div class="row-fluid">
<div class='span2 offset3'>
<h2><a href='/articles/getting_started.html'>Getting Started</a></h2>
<p> "I am new to Synapse..."</p>
</div>
<div class='span2'>
<h2>How-To</h2>
<p>"How do I..? Find out what Synapse has to offer and how to use it.".</p>
</div>
<div class='span2'>
<h2><a href='/articles/api_docs.html'>API Docs</a></h2>
<p>Interact with Syanpse directly from programming languages.</p>
</div>
<div class='span2'>
<h2><a href='https://www.synapse.org/#!SynapseForum:default'>Forum</a> </h2>
<p>Ask questions or share your knowledge. Search our knowledgebase.</p>
</div>
</div>