Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.user
*.sln.docstates
.vs/
/_site
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<a href="/videos/">Videos</a>
</li>
<li class="{% if page.title == 'People' %}current {% endif %}dropdown">
<a href="/podcasst/">Podcasts</a>
<a href="/podcasts/">Podcasts</a>
</li>
<li class="{% if page.title == 'People' %}current {% endif %}dropdown">
<a href="/learning/">Learn</a>
Expand Down
194 changes: 103 additions & 91 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@

<p>This is a toolbox of many specifications, services, tools, people, and other resources. There is a lot of information available here, and it is something that is always expanding. Feel free to sort through all of the information here, or you can just get started with three of the most important specifications to the world of APIs.</p>
<center>
<div style="width: 100%; padding: 5px; text-align:center; background-color:#333333; color:#FFF;">
<a href="https://calendar.google.com/event?action=TEMPLATE&tmeid=N2tlZjIwczgwcmQ0bm0zc3E2Mzg3bHE0ZmtfMjAyMTA4MTJUMTUwMDAwWiBjXzBtZzBnZmxqbnYxNTYxbGcxc3BwM21vcXZjQGc&tmsrc=c_0mg0gfljnv1561lg1spp3moqvc%40group.calendar.google.com" style="color: #FFF;" target="_blank"><strong>Join Us Every Thursday for API Specification Office Hours</strong></a>
</div>
<div style="width: 100%; padding: 5px; text-align:center; background-color:#333333; color:#FFF;">
<a href="https://calendar.google.com/event?action=TEMPLATE&tmeid=N2tlZjIwczgwcmQ0bm0zc3E2Mzg3bHE0ZmtfMjAyMTA4MTJUMTUwMDAwWiBjXzBtZzBnZmxqbnYxNTYxbGcxc3BwM21vcXZjQGc&tmsrc=c_0mg0gfljnv1561lg1spp3moqvc%40group.calendar.google.com" style="color: #FFF;" target="_blank"><strong>Join Us Every Thursday for API Specification Office Hours</strong></a>
</div>
</center>
<table width="100%" align="center" border="1">

<tr><td colspan="3"><hr></td></tr>

{% assign specifications = site.specifications %}
{% for entry in specifications %}
{% if entry.name == 'OpenAPI' %}

<tr>
<td width="24%" align="center">
<a href="{{ entry.url }}"><img src="{{ entry.image }}" alt="" width="375"></a><br>
</td>
<td width="38%" align="center">
<table width="100%"
{% if entry.name == 'OpenAPI' %}

<tr>
<td width="24%" align="center">
<a href="{{ entry.url }}"><img src="{{ entry.image }}" alt="" width="375"></a><br>
</td>
<td width="38%" align="center">
<table width="100%"
<tr>
<td width="40%" align="center">
<a href="{{ entry.url }}"><img src="/images/learn.png" alt="" width="90"></a><br>
<a href="{{ entry.url }}">Learn</a>
<a href="{{ entry.url }}">Learn</a>
</td>
<td width="60%">
<ul>
Expand All @@ -38,23 +38,23 @@
{% for tag in common.x-tags %}
{% if tag == 'Learn' %}
{% assign tagged = 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
<li>&#8594; <a href="{{ common.url }}">{{ common.x-name }}</a></li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% endfor %}
</ul>
</td>
</tr>
</table>
</td>
<td width="38%" align="center">
<table width="100%"
</td>
<td width="38%" align="center">
<table width="100%"
<tr>
<td width="40%" align="center">
<a href="{{ entry.url }}"><img src="/images/contribute.png" alt="" width="90"></a><br>
<a href="{{ entry.url }}">Contribute</a>
<a href="{{ entry.url }}">Contribute</a>
</td>
<td width="60%">
<ul>
Expand All @@ -63,37 +63,37 @@
{% for tag in common.x-tags %}
{% if tag == 'Contribute' %}
{% assign tagged = 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
<li>&#8594; <a href="{{ common.url }}">{{ common.x-name }}</a></li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% endfor %}
</ul>
</td>
</tr>
</table>
</td>
</tr>
</td>
</tr>

{% endif %}
{% endfor %}
{% endif %}
{% endfor %}

<tr><td colspan="3"><hr></td></tr>
<tr><td colspan="3"><hr></td></tr>

{% for entry in specifications %}
{% if entry.name == 'AsyncAPI' %}

<tr>
<td width="24%" align="center">
<a href="{{ entry.url }}"><img src="{{ entry.image }}" alt="" width="375"></a><br>
</td>
<td width="38%" align="center">
<table width="100%"
{% if entry.name == 'AsyncAPI' %}

<tr>
<td width="24%" align="center">
<a href="{{ entry.url }}"><img src="{{ entry.image }}" alt="" width="375"></a><br>
</td>
<td width="38%" align="center">
<table width="100%"
<tr>
<td width="40%" align="center">
<a href="{{ entry.url }}"><img src="/images/learn.png" alt="" width="90"></a><br>
<a href="{{ entry.url }}">Learn</a>
<a href="{{ entry.url }}">Learn</a>
</td>
<td width="60%">
<ul>
Expand All @@ -102,23 +102,23 @@
{% for tag in common.x-tags %}
{% if tag == 'Learn' %}
{% assign tagged = 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
<li>&#8594; <a href="{{ common.url }}">{{ common.x-name }}</a></li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% endfor %}
</ul>
</td>
</tr>
</table>
</td>
<td width="38%" align="center">
<table width="100%"
</td>
<td width="38%" align="center">
<table width="100%"
<tr>
<td width="40%" align="center">
<a href="{{ entry.url }}"><img src="/images/contribute.png" alt="" width="90"></a><br>
<a href="{{ entry.url }}">Contribute</a>
<a href="{{ entry.url }}">Contribute</a>
</td>
<td width="60%">
<ul>
Expand All @@ -127,37 +127,37 @@
{% for tag in common.x-tags %}
{% if tag == 'Contribute' %}
{% assign tagged = 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
<li>&#8594; <a href="{{ common.url }}">{{ common.x-name }}</a></li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% endfor %}
</ul>
</td>
</tr>
</table>
</td>
</tr>
</td>
</tr>

{% endif %}
{% endfor %}
{% endif %}
{% endfor %}

<tr><td colspan="3"><hr></td></tr>

{% for entry in specifications %}
{% if entry.name == 'JSON Schema' %}

<tr>
<td width="24%" align="center">
<a href="{{ entry.url }}"><img src="{{ entry.image }}" alt="" width="375"></a><br>
</td>
<td width="38%" align="center">
<table width="100%"
{% if entry.name == 'JSON Schema' %}

<tr>
<td width="24%" align="center">
<a href="{{ entry.url }}"><img src="{{ entry.image }}" alt="" width="375"></a><br>
</td>
<td width="38%" align="center">
<table width="100%"
<tr>
<td width="40%" align="center">
<a href="{{ entry.url }}"><img src="/images/learn.png" alt="" width="90"></a><br>
<a href="{{ entry.url }}">Learn</a>
<a href="{{ entry.url }}">Learn</a>
</td>
<td width="60%">
<ul>
Expand All @@ -166,23 +166,23 @@
{% for tag in common.x-tags %}
{% if tag == 'Learn' %}
{% assign tagged = 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
<li>&#8594; <a href="{{ common.url }}">{{ common.x-name }}</a></li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% endfor %}
</ul>
</td>
</tr>
</table>
</td>
<td width="38%" align="center">
<table width="100%"
</td>
<td width="38%" align="center">
<table width="100%"
<tr>
<td width="40%" align="center">
<a href="{{ entry.url }}"><img src="/images/contribute.png" alt="" width="90"></a><br>
<a href="{{ entry.url }}">Contribute</a>
<a href="{{ entry.url }}">Contribute</a>
</td>
<td width="60%">
<ul>
Expand All @@ -191,22 +191,34 @@
{% for tag in common.x-tags %}
{% if tag == 'Contribute' %}
{% assign tagged = 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
{% endif %}
{% endfor %}
{% if tagged == 1 %}
<li>&#8594; <a href="{{ common.url }}">{{ common.x-name }}</a></li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% endfor %}
</ul>
</td>
</tr>
</table>
</td>
</tr>
</td>
</tr>

{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
</table><br>

<center>
<div style="width: 100%; padding: 5px; text-align:center; background-color:#333333; color:#FFF;">
<p style="margin-bottom: 0 !important;"><strong>Below is a calendar of containing all regular meetings and offices hours across the specifications. Feel free to jump in!</strong></p>
</div>
</center>
<br />
<center>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Etc%2FGMT&src=YXBpc3BlY3Rvb2xib3hAZ21haWwuY29t&src=dGJyYmZxNGRlNWJjbmd0OG9rdmV2NGxzdGtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23039BE5&color=%23795548&showNav=1&showPrint=0&showTitle=0" style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</center>

<br />
<p>This project runs on Github allowing this entire directory to be run locally, forked to add information, and update the webite using pull request. We are happy to accept community submisions, and edit are always welcome! The goal of this site i to bring in as much information about the space as posible, then provide tools for filtering out the noise.</p>
</div>
</div>