remove old logos

master
Sebastien Bourdeauducq 2020-10-12 17:41:23 +08:00
parent 21feb9d170
commit 0921618ca8
12 changed files with 2 additions and 60 deletions

View File

@ -57,32 +57,17 @@ Technologies employed include <a href="http://python.org/" target="_blank" rel="
{{ layout_separator(separator_title="Partners", separator_bg="true") }}
{{ layout_separator(separator_title="Ecosystem", separator_bg="true") }}
{% layout_centered_content() %}
ARTIQ was initiated by the Ion Storage Group at NIST, and other partners have contributed to major features and developments related to ARTIQ and/or Sinara. Please get in touch if you would like to help move ARTIQ forward!
ARTIQ was initiated by the Ion Storage Group at NIST, and other partners have contributed to major features and developments related to ARTIQ and/or Sinara. See [Funding and licensing model](../funding) for more details.
{% end %}
{% layout_logos() %}
[![log nist](/images/logo_nist.png)](https://www.nist.gov/pml/time-and-frequency-division/ion-storage)
[![logo oxford](/images/logo_oxford.png)](https://www2.physics.ox.ac.uk/)
[![logo jqi](/images/logo_jqi.png)](http://jqi.umd.edu/)
[![logo duke](/images/logo_duke.png)](http://www.duke.edu)
[![logo ptb](/images/logo_ptb.png)](http://ptb.de)
[![logo bmbf](/images/logo_bmbf.png)](https://bmbf.de)
[![logo ise](/images/logo_ise.png)](http://www.ise.pw.edu.pl)
{% end %}
{% layout_text_img(src="images/open-source-min.png", popup="images/origin/gui_screenshot_allcock.jpg", alt="gui screenshot allcock small", textleft=true) %}
##### Open source
@ -107,16 +92,3 @@ The first ARTIQ core devices used hardware built in-house by physicists. To impr
{{ layout_centered_img(title="Grafana linked to ARTIQ, monitoring an Opticlock ion trap", src='images/grafana@2x.png', popup='images/origin/grafana.png', alt='grafana', shadow=true) }}
{% layout_logos(title="Other users and contributors") %}
[![](/images/logo_freiburg.png)](https://www.qsim.uni-freiburg.de/)
[![](/images/logo_uh.png)](https://www.lnqe.uni-hannover.de)
[![](/images/logo_hu.png)](https://www.physics.hu-berlin.de/en/qom)
[![](/images/logo_sysu.png)](http://spa.sysu.edu.cn/en)
[![](/images/logo_wipm.jpg)](http://www.wipm.cas.cn/)
[![](/images/logo_ustc.png)](http://en.ustc.edu.cn/)
[![](/images/logo_tsinghua.png)](http://www.tsinghua.edu.cn/)
{% end %}

View File

@ -95,21 +95,6 @@ h3, h2, h1 {
background: #fff;
}
.logos-centered {
p {
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
align-items: center;
flex-wrap: wrap;
img {
width: 150px;
padding: .8rem;
}
}
}
.card-img-top {
padding: .4rem; }
@ -228,14 +213,6 @@ img.kf25 {
background: #fff url("../images/jobs-min@2x.png") no-repeat top right;
}
.logos-centered {
p {
img {
width: 200px;
}
}
}
.dropdown-menu {
padding-top: .5rem;
margin-top: 12px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@ -1,7 +0,0 @@
<div class="logos-centered mt-5 mb-5 text-center">
{% if title %}<h5>{{ title}}</h5>{% endif %}
{{ body | markdown | safe }}
</div>