Skip to content

Commit

Permalink
update events in top section
Browse files Browse the repository at this point in the history
  • Loading branch information
plmrry committed Jan 30, 2024
1 parent 6df36d1 commit d7d4312
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3340,3 +3340,11 @@ body.is-touch .poptrox-popup .closer {
padding-left: 0;
}
}

#news h1 {
margin-bottom: 0 !important;
}

#news .row {
margin-top: 50px;
}
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,30 @@ <h2>Programming Language Interoperability</h2>
<p>In this CCQ-hosted Sciware we will talk about interfacing between different programming languages, with a particular focus on interoperability between C++, Python, Julia and C. We will also showcase a CCQ-developed tool which generates C++ bindings automatically.</p>
</div>
</div>
<div class="row">
<div class="col-3 col-12-small">
<small>Thursday – Friday</small>
<h1 style="font-size: 1.5rem"><time datetime="2024-02-29">February 29 – March 1</time></h1>
<small>10:00 A.M. – 4:00 P.M.</small>
<div><small>7th Floor Classroom</small></div>
</div>
<div class="col-9 col-12-small">
<h2>NVIDIA ML Training</h2>
<p>This NVIDIA-provided training will cover machine learning and deep learning topics.</p>
</div>
</div>
<div class="row">
<div class="col-3 col-12-small">
<small>Thursday</small>
<h1 style="font-size: 1.5rem"><time datetime="2024-03-28">March 28</time></h1>
<small>3:00 P.M. – 5:00 P.M.</small>
<div><small>160 5th Ave, Room 418</small></div>
</div>
<div class="col-9 col-12-small">
<h2>Topic TBD</h2>
<p>Save the date for this CCN-hosted Sciware.</p>
</div>
</div>
</header>
</section>
<section id="past">
Expand Down

0 comments on commit d7d4312

Please sign in to comment.