Skip to content

Commit

Permalink
member logo
Browse files Browse the repository at this point in the history
  • Loading branch information
twinhorse committed Jun 23, 2024
1 parent a0b9bdb commit 66251bf
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 20 deletions.
8 changes: 4 additions & 4 deletions _data/pics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ memberlogo:
image: stategrid.png
link: http://js.ifeng.com/special/fangtian/
attr: company
- id: ZTE
image: ZTE.svg
link: https://www.zte.com.cn/china/about/corporate_information.html
attr: company
- id: China Electronics Technology Group Corporation
image: cetc.png
link: https://www.cetc.com.cn/
attr: company
#- id: ZTE
# image: ZTE.jpg
# link: https://www.zte.com.cn/china/about/corporate_information.html
# attr: company
16 changes: 0 additions & 16 deletions _pages/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,27 +354,11 @@ Jump to [staff](#staff), [PhD](#phd), [master](#master), [undergraduate](#underg
## From NetSI, to the world!
<div class="row">
{% for pic in site.data.pics.memberlogo %}
{% if pic.attr == "college" %}
<div class="col-sm-2 col-xs-4 clearfix">
<a href="{{ pic.link }}" target="_blank">
<img class="img-responsive img-rounded" src="{{ site.url }}{{ site.baseurl }}/images/teampic/memberlogo/{{ pic.image }}" width="100%" style="float: left" />
</a>
</div>
{% endif %}

{% endfor %}
</div>

<div class="row">
{% for pic in site.data.pics.memberlogo %}
{% if pic.attr == "company" %}
<div class="col-sm-2 col-xs-4 clearfix">
<a href="{{ pic.link }}" target="_blank">
<img class="img-responsive img-rounded" src="{{ site.url }}{{ site.baseurl }}/images/teampic/memberlogo/{{ pic.image }}" width="100%" style="float: left" />
</a>
</div>
{% endif %}

{% endfor %}
</div>

Expand Down
Binary file removed images/teampic/memberlogo/ZTE.jpg
Binary file not shown.
Binary file added images/teampic/memberlogo/ZTE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions images/teampic/memberlogo/ZTE.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/teampic/memberlogo/cetc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66251bf

Please sign in to comment.