Skip to content

Commit

Permalink
Add link to video
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Feb 25, 2021
1 parent 17d42df commit a809393
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Insulin calculator test</title>
<title>saferinsulin.org</title>
<link rel='stylesheet' href='css/fomantic.min.css'>
<!-- build:css -->
<link rel="stylesheet" href="css/style.css">
Expand Down Expand Up @@ -40,6 +40,27 @@ <h2 class="ui header dash_header" onclick="$('#info').modal('show')">
<div class="spacer"></div>
<div class="ui segment">
<div class="ui link cards">

<div class="card" id="card0">
<div class="image">
<img src="https://i.vimeocdn.com/video/10510612519_260.jpg">
</div>
<div class="content">
<div class="header">Insulin Calculator Training</div>
<div class="meta">
<span class="date">Video</span>
</div>
<div class="description">
Training package in the use of the saferinsulin.org Critical Care insulin calculator
</div>
</div>
<div class="extra content">
<span>
View
</span>
</div>
</div>

<div class="card" id="card1">
<div class="image">
<img src="images/Insulin_Calculator_Training.png">
Expand Down Expand Up @@ -221,6 +242,9 @@ <h2>About this tool</h2>
if (id === 'card5') {
location = 'resources/QRG_covid.pdf';
}
if (id === 'card0') {
location = 'https://vimeo.com/510612519';
}
});
});
</script>
Expand Down

0 comments on commit a809393

Please sign in to comment.