Skip to content

Commit ae2756e

Browse files
author
mg69
committed
add tutorial announcement
1 parent d71e112 commit ae2756e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

content/assets/charmwebsite.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ body {
7676
-moz-column-count: 2; -webkit-column-count: 2; column-count: 2;
7777
margin: 2px 5em;
7878
}
79+
#announcements {
80+
margin-top: 1em;
81+
padding-top: 1em;
82+
border-top: 1px solid #cccccc;
83+
}
84+
#announcements h3 { margin-bottom: 5px; }
7985
#portability {
8086
-moz-column-count: 3; -webkit-column-count: 3; column-count: 3;
8187
}

layouts/homepage.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ <h5>adaptive runtime system</h5>
142142
</li>
143143
<a href="/progmodel/" style="float: right">more...</a>
144144
</ul>
145+
<div id="announcements">
146+
<h3>Hybrid Tutorial 2023 Announcement</h3>
147+
<p>
148+
We will be having a hybrid tutorial at UIUC on Monday October 23rd and Tuesday October 24th.
149+
For more information and for registration, please follow this <a href="/workshops_and_tutorials/">link</a>.
150+
</p>
151+
</div>
145152
<div id="capabilities">
146153
<h3>capabilities</h3>
147154
<ul>

0 commit comments

Comments
 (0)