Added notes to media sections and descriptions to boston2023 media
parent
77a55dbcc0
commit
6b0e13a0c7
|
|
@ -2,7 +2,11 @@
|
|||
title="A Definitive Guide to N64 Modding"
|
||||
mediatype="talk"
|
||||
conference="boston-2023"
|
||||
description=""
|
||||
description="""
|
||||
The legendary Kaze Emanuar is famous for playing fire with Nintendo’s IP. Handmade Boston is 100% indie
|
||||
so we’ll take the risk and welcome his teachings with open arms.
|
||||
"""
|
||||
thumbnail="/images/image-placeholder-16x9.png"
|
||||
|
||||
[[videos]]
|
||||
title="A Definitive Guide To N64 Modding"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@
|
|||
title="Appraise The Classics"
|
||||
mediatype="talk"
|
||||
conference="boston-2023"
|
||||
description=""
|
||||
description="""
|
||||
Jasper is renowned in the industry for breaking down large systems and understanding the ingenuity of
|
||||
creative work. Now it’s your turn to do the same!
|
||||
"""
|
||||
thumbnail="/images/image-placeholder-16x9.png"
|
||||
|
||||
[[videos]]
|
||||
title="Appraise The Classics"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@
|
|||
title="Enter The Arena"
|
||||
mediatype="talk"
|
||||
conference="boston-2023"
|
||||
description=""
|
||||
description="""
|
||||
Ryan Fleury is among the few who’s cracked the code to write programs in C while virtually eliminating
|
||||
all memory errors. Come learn that superpower with us.
|
||||
"""
|
||||
thumbnail="/images/image-placeholder-16x9.png"
|
||||
|
||||
[[videos]]
|
||||
title="Enter The Arena"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,13 @@
|
|||
title="Errors & Compilers"
|
||||
mediatype="talk"
|
||||
conference="boston-2023"
|
||||
description=""
|
||||
description="""
|
||||
Martins is an engineer at Epic Games / RAD Game Tools, and a famous figure in the Handmade community.
|
||||
The majority of all technical questions are answered by him – often called a true programming wizard.
|
||||
|
||||
What does it take to troubleshoot issues like Martins?
|
||||
"""
|
||||
thumbnail="/images/image-placeholder-16x9.png"
|
||||
|
||||
[[videos]]
|
||||
title="Errors & Compilers"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@
|
|||
title="The Future of Terminals"
|
||||
mediatype="chat"
|
||||
conference="boston-2023"
|
||||
description=""
|
||||
description="""
|
||||
Abner Coimbre and Mitchell Hashimoto have explored terminals deeply so they sit down to discuss their
|
||||
terminal projects. Anyone who joins Handmade Boston is automatically enrolled to Abner’s Terminal Click closed beta.
|
||||
"""
|
||||
thumbnail="/images/image-placeholder-16x9.png"
|
||||
|
||||
[[videos]]
|
||||
title="The Future of Terminals"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,15 @@
|
|||
+++
|
||||
title="The Path To Raylib"
|
||||
mediatype="talk"
|
||||
conference="Handmade Boston 2023"
|
||||
description=""
|
||||
conference="boston-2023"
|
||||
description="""
|
||||
Raylib became the second most popular repository on GitHub. This open-source library has received large
|
||||
grants, awards, and critical acclaim across the industry.
|
||||
|
||||
Ramón Santamaría now wishes to share his battle scars in the hopes you’ll adopt the tips & tricks used
|
||||
to ship Handmade software.
|
||||
"""
|
||||
thumbnail="/images/image-placeholder-16x9.png"
|
||||
|
||||
[[videos]]
|
||||
title="The Path To Raylib"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@
|
|||
title="Why Can't You Multiply Vectors?"
|
||||
mediatype="talk"
|
||||
conference="boston-2023"
|
||||
description=""
|
||||
description="""
|
||||
Freya Holmér‘s deep expertise in tech art and math allows her to create stunning visuals and products.
|
||||
Follow her in a quest that opens up your math horizons.
|
||||
"""
|
||||
thumbnail="/images/image-placeholder-16x9.png"
|
||||
|
||||
[[notes]]
|
||||
type="notice"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
+++
|
||||
title="Handmade Boston 2024"
|
||||
date="2024-08-09T09:00:00-04:00"
|
||||
enddate="2024-08-10T18:00:00-04:00"
|
||||
|
||||
[[notes]]
|
||||
type="notice"
|
||||
text="""
|
||||
**We are procesing the videos!!!**
|
||||
|
||||
Try again soon
|
||||
"""
|
||||
+++
|
||||
|
||||
|
|
@ -44,10 +44,13 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="mb-6">{{ .Params.description }}</p>
|
||||
<p class="mb-6">{{ .Params.description | markdownify }}</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ range .Params.Notes }}
|
||||
{{ partial "components/bignote.html" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div class="bignote-{{ .type }} flex gap-4 items-center px-4 py-6 rounded">
|
||||
<div class="w-32">
|
||||
<div class="w-16 shrink-0">
|
||||
{{ if eq .type "notice" }}
|
||||
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z">
|
||||
|
|
|
|||
Loading…
Reference in New Issue