Skip to content

Commit fbc5b53

Browse files
committed
Create splash page for Bioinformatics Cafe
1 parent 1d59f46 commit fbc5b53

File tree

3 files changed

+88
-0
lines changed

3 files changed

+88
-0
lines changed
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
highlighter: none
3+
layout: content
4+
title: Bioinformatics Café @ CHTC
5+
---
6+
7+
{% capture content %}
8+
9+
<img src="/images/20240308_Morgridge_3767_2x1.jpg" alt="People having a discussion with their laptops open">
10+
11+
## Connect and find resources with the Bioinformatics community
12+
13+
Insert information about the bioinformatics community here. Have a heart-warming blurb! Please stop using the HPC for HTC tasks.
14+
15+
ETCETERA
16+
17+
ETCETERA
18+
19+
ETCETERA
20+
21+
{% endcapture %}
22+
{% include /components/markdown-container.html %}
23+
24+
25+
<div class="container-xxl">
26+
<div class="row justify-content-center ">
27+
<div class="col-sm-3 mw-1000">
28+
<div class="h-100 uw-card d-flex flex-direction-column mb-auto">
29+
<div class="uw-card-content">
30+
<img src="{{ '/uw-research-computing/guide-icons/noun_open book_1179297.png' | relative_url }}" alt="Book Icon" style="max-height: 200px">
31+
<div class="uw-card-copy">
32+
<h2 class="uw-mini-bar">Resources</h2>
33+
<p>Add Links here:</p>
34+
<ul>
35+
<li>item 1</li>
36+
<li>item 2</li>
37+
</ul>
38+
</div>
39+
</div>
40+
</div>
41+
</div>
42+
<div class="col-sm-3 mw-1000">
43+
<div class="h-100 uw-card d-flex flex-direction-column mb-auto">
44+
<div class="uw-card-content">
45+
<img src="{{ '/uw-research-computing/guide-icons/noun_people_1188645.png' | relative_url }}" alt="People Icon" style="max-height: 200px">
46+
<div class="uw-card-copy">
47+
<h2 class="uw-mini-bar">Community</h2>
48+
<p>Join our community!</p>
49+
<p>Add Links here:</p>
50+
<ul>
51+
<li>item 1</li>
52+
<li>item 2</li>
53+
</ul>
54+
</div>
55+
</div>
56+
</div>
57+
</div>
58+
<div class="col-sm-3 mw-1000">
59+
<div class="h-100 uw-card d-flex flex-direction-column mb-auto">
60+
<div class="uw-card-content">
61+
<img src="{{ '/uw-research-computing/guide-icons/calendar-text.svg' | relative_url }}" alt="Calendar icon" style="max-height: 200px">
62+
<div class="uw-card-copy">
63+
<h2 class="uw-mini-bar">Upcoming events</h2>
64+
{% include get/future_events.liquid %}
65+
{% assign biocafe_events = future_events | where: "tags", "bioinformatics-cafe" %}
66+
{% for event in biocafe_events limit:2 %}
67+
{% include event/event-card.html %}
68+
{% endfor %}
69+
<p><a href="/events">See all events</a></p>
70+
</div>
71+
</div>
72+
</div>
73+
</div>
74+
</div>
75+
</div>
76+
77+
{% capture content %}
78+
79+
## Get Involved
80+
81+
Add extra text down here
82+
83+
{% endcapture %}
84+
{% include /components/markdown-container.html %}
85+
86+
87+
Lines changed: 1 addition & 0 deletions
Loading
212 KB
Loading

0 commit comments

Comments
 (0)