-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (56 loc) · 2.22 KB
/
index.html
File metadata and controls
57 lines (56 loc) · 2.22 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
---
layout: default
title: Jumpnow Technologies
---
<div id="home">
<p><img src="/assets/jumpnow-header.png" alt="jumpnow-logo"></p>
<p>
<b>Jumpnow Technologies</b> is a software consulting company specializing <br />
in embedded Linux systems running on <a href="http://processors.wiki.ti.com/index.php/OMAP">TI OMAP</a>,
<a href="http://processors.wiki.ti.com/index.php/Sitara_AM335x_Portal">TI Sitara</a>,
<a href="http://www.freescale.com/webapp/sps/site/taxonomy.jsp?code=IMX6X_SERIES">Freescale i.MX6</a> <br />
and <a href="http://www.raspberrypi.org">Raspberry Pi</a> hardware.
</p>
<h1>Raspberry Pi</h1>
<ul class="posts">
{% for post in site.categories['rpi'] %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>BeagleBone</h1>
<ul class="posts">
{% for post in site.categories['beaglebone'] %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>Gumstix - Linux</h1>
<ul class="posts">
{% for post in site.categories['gumstix-linux'] %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>Wandboard</h1>
<ul class="posts">
{% for post in site.categories['wandboard'] %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>Yocto</h1>
<ul class="posts">
{% for post in site.categories['yocto'] %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>Gumstix - FreeBSD</h1>
<ul class="posts">
{% for post in site.categories['gumstix-freebsd'] %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>General FreeBSD</h1>
<ul class="posts">
{% for post in site.categories['freebsd'] %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>