Skip to content

Commit b6ab2b3

Browse files
committed
Added recorded talks to Gamejam Page
1 parent 934d8e9 commit b6ab2b3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

src/static/css/devcade.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ img.header {
235235
align-items: center;
236236
}
237237

238+
#gamejam-recorded-talks {
239+
grid-area: e;
240+
width: 100%;
241+
}
242+
238243
#gamejam-details-wrapper {
239244
grid-area: c;
240245
}

src/templates/gamejam.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,24 @@ <h2>How can I participate?</h2>
5151
<a href="mailto:[email protected]">[email protected]</a> if you have any questions!
5252
</p>
5353
</div>
54-
</div>
54+
<div id="gamejam-recorded-talks" class="subcontent">
55+
56+
<h1>Recorded Talks</h1>
57+
<h3>Making your First Devcade Game with Wilson McDade</h3>
58+
<p>Wilson walks you through basic use of Monogame, the C# Library, and outlines the process to upload games to the Devcade webite.</p>
59+
</br>
60+
<iframe width="100%" src="https://www.youtube.com/embed/yZ7jOJp04b4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
61+
<h3>Intro to 3D Character Design with Prof. David Sanchez</h3>
62+
<p>IGM Professor David Sanchez presents on creating 3D models for use in games as well as giving advice for aspiring designers.</p>
63+
</br>
64+
<iframe width="100%" src="https://www.youtube.com/embed/hguWBqq0d9k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
65+
<h3>Monogame++ with Ella Soccoli and Noah Emke</h3>
66+
<p>Ella and Noah present and give a demo on input handling and collisions in Monogame.</p>
67+
</br>
68+
<iframe width="100%" src="https://www.youtube.com/embed/kQnfyMDlKEQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
5569

70+
</div>
71+
</div>
5672
<script>
5773
var cdDate = new Date("Apr 14, 2023 17:00:00").getTime(); // 9pm UTC == 5pm EST
5874

0 commit comments

Comments
 (0)