Skip to content

Commit 51f7eb6

Browse files
authored
Update cards.html
rm outdated (RSHour + GitLab) from main page
1 parent 6ac1883 commit 51f7eb6

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

templates/index/cards.html

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -35,39 +35,4 @@ <h2>Lesson materials</h2>
3535
<a class="uk-button uk-button-primary" href="/lessons/">More ›</a></p>
3636
</div>
3737
</div>
38-
39-
<div>
40-
<div class="uk-card uk-card-default uk-card-hover uk-card-body">
41-
<a href="/repository/">
42-
{% set terminal = resize_image(path="img/terminal.png", width=200, op="fit_width") %}
43-
<img src="{{ terminal.url }}"
44-
alt="terminal screen output"/>
45-
</a>
46-
<h2>Code Repository Hosting</h2>
47-
<p>
48-
Our code repository hosting service is open and free for all
49-
researchers based in Nordic universities and research institutes
50-
and their collaborators.
51-
</p>
52-
<a class="uk-button uk-button-primary" href="/repository/">More ›</a></p>
53-
</div>
54-
</div>
55-
56-
<div>
57-
<div class="uk-card uk-card-default uk-card-hover uk-card-body">
58-
<a href="https://researchsoftwarehour.github.io/">
59-
<img src="https://raw.githubusercontent.com/ResearchSoftwareHour/researchsoftwarehour.github.io/main/static/img/logo-hashbang.png"
60-
style="width: 150px; max-height: 122.55px;"
61-
alt="ResearchSoftwareHour logo"/>
62-
</a>
63-
<h2>Research Software Hour</h2>
64-
<p>
65-
Online stream/show about scientific computing and research
66-
software. It is designed to provide the skills typically picked up
67-
via informal networks: we explore and discuss tools and how we
68-
program and compute.
69-
</p>
70-
<a class="uk-button uk-button-primary" href="https://researchsoftwarehour.github.io/">More ›</a></p>
71-
</div>
72-
</div>
7338
</div>

0 commit comments

Comments
 (0)