forked from M-Labs/web2019
refactor(Resources): Updates according to design
This commit is contained in:
parent
54cb76eece
commit
be53b238f4
|
@ -55,40 +55,56 @@ template = "page.html"
|
||||||
|
|
||||||
<div class="row mt-5">
|
<div class="row mt-5">
|
||||||
|
|
||||||
{% layout_card(src="images/mattermost@2x.png", css="col-12 col-md-3 text-center") %}
|
{% layout_card(src="images/mattermost@2x.png", css="col-12 col-md-4 text-center") %}
|
||||||
<a href="http://chat.m-labs.hk/" target="_blank" rel="noopener noreferrer">Mattermost live chat</a>
|
<a href="http://chat.m-labs.hk/" target="_blank" rel="noopener noreferrer">Mattermost live chat</a>
|
||||||
|
|
||||||
<small>(bridged to IRC)</small>
|
<small>(bridged to IRC)</small>
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
{% layout_card(src="images/forum@2x.png", css="col-12 col-md-3 text-center") %}
|
{% layout_card(src="images/forum@2x.png", css="col-12 col-md-4 text-center") %}
|
||||||
<a href="https://forum.m-labs.hk/" target="_blank" rel="noopener noreferrer">Forum</a>
|
<a href="https://forum.m-labs.hk/" target="_blank" rel="noopener noreferrer">Forum</a>
|
||||||
|
|
||||||
<small>(New!)</small>
|
<small>(New!)</small>
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
{% layout_card(src="images/irc@2x.png", css="col-12 col-md-3 text-center") %}
|
{% layout_card(src="images/email@2x.png", css="col-12 col-md-4 text-center") %}
|
||||||
<a href="https://webchat.freenode.net/" target="_blank" rel="noopener noreferrer">IRC: #m-labs</a>
|
<a href="https://webchat.freenode.net/" target="_blank" rel="noopener noreferrer">IRC: #m-labs</a>
|
||||||
|
|
||||||
<small>on Freenode</small>
|
<small>on Freenode</small>
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
{% layout_card(src="images/git@2x.png", css="col-12 col-md-3 text-center") %}
|
{% layout_card(src="images/directory@2x.png", css="col-12 col-md-4 text-center") %}
|
||||||
|
<a href="https://ssl.serverraum.org/lists/listinfo/artiq" target="_blank" rel="noopener noreferrer">Public mailing list</a>
|
||||||
|
|
||||||
|
<small> </small>
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
{% layout_card(src="images/git@2x.png", css="col-12 col-md-4 text-center") %}
|
||||||
<a href="https://github.com/m-labs/artiq" target="_blank" rel="noopener noreferrer">Source code repository</a>
|
<a href="https://github.com/m-labs/artiq" target="_blank" rel="noopener noreferrer">Source code repository</a>
|
||||||
|
|
||||||
<small> </small>
|
<small> </small>
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
{% layout_card(src="images/press@2x.png", css="col-12 col-md-4 text-center") %}
|
||||||
|
NIST press release
|
||||||
|
<br>
|
||||||
|
<a href="https://www.nist.gov/news-events/news/2015/01/open-source-software-quantum-information" target="_blank" rel="noopener noreferrer">Open-Source Software for Quantum Information</a>
|
||||||
|
|
||||||
|
<small> </small>
|
||||||
|
{% end %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row d-flex align-items-center mt-5 mb-5">
|
<div class="row d-flex align-items-center mt-5 mb-5">
|
||||||
|
|
||||||
{% layout_div(css="col-12 col-md-6") %}
|
{% layout_div(css="col-12 text-center") %}
|
||||||
##### Commercial support available
|
##### Commercial support available
|
||||||
|
|
||||||
**Sinara hardware purchases, ports to your hardware, feature development, technical support, bugfixing**
|
**Sinara hardware purchases, ports to your hardware, feature development, technical support, bugfixing**
|
||||||
|
@ -99,20 +115,5 @@ We welcome inquiries from research groups of all sizes.<br><a href="https://gith
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
<div class="col-12 col-md-6">
|
|
||||||
|
|
||||||
{% layout_icon_label(src="images/directory@2x.png") %}
|
|
||||||
<a href="https://ssl.serverraum.org/lists/listinfo/artiq" target="_blank" rel="noopener noreferrer">Public mailing list</a>
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
|
|
||||||
{% layout_icon_label(src="images/press@2x.png") %}
|
|
||||||
NIST press release
|
|
||||||
<br>
|
|
||||||
<a href="https://www.nist.gov/news-events/news/2015/01/open-source-software-quantum-information" target="_blank" rel="noopener noreferrer">Open-Source Software for Quantum Information</a>
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue