-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.65 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
---
layout: default
title: Single Page Apps
---
<div id="home">
<table style="width:80%;">
<tr><td style="vertical-align:top;">
<img src="css/images/stacked_stones_320px.jpg" />
</td><td style="vertical-align:top;padding-left:6px;">
{{ site.description }}
<h3>Master Links</h3>
<ul>
<li><a href="{{ site.baseurl }}/pages/planning/index.html">Planning and Decision Guide</a></li>
<li><a href="{{ site.baseurl }}/pages/app-arch/index.html">Application Architecture</a></li>
<li><a href="{{ site.baseurl }}/pages/libraries/index.html">Libraries</a></li>
<li><a href="{{ site.baseurl }}/pages/development/index.html">Development</a></li>
<li><a href="{{ site.baseurl }}/pages/continuous-integration/index.html">Continuous Integration</a></li>
<li><a href="{{ site.baseurl }}/pages/performance/index.html">Performance</a></li>
<li><a href="{{ site.baseurl }}/pages/mobile/index.html">Mobile Apps</a></li>
</ul>
<h3>Secondary Links</h3>
These should be removed once disseminated into master tree
<ul>
<li><a href="{{ site.baseurl }}/pages/reference-links.html">Ideas</a></li>
<li><a href="{{ site.baseurl }}/pages/reference-links.html">Reference Links</a></li>
<li><a href="{{ site.baseurl }}/pages/topics.html">Topics</a></li>
<li><a href="{{ site.baseurl }}/pages/submission.html">Submissions</a></li>
</ul>
</td></tr>
</table>
<!--
<h2>Blog Posts </h2>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
-->
</div>