Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit e7b30d6

Browse files
committed
feat(ui/slides): update content, styling, and formatting
1 parent 9af727e commit e7b30d6

File tree

1 file changed

+35
-25
lines changed

1 file changed

+35
-25
lines changed

apps/slides/slides.md

Lines changed: 35 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ theme: default
66
# like them? see https://unsplash.com/collections/94734566/slidev
77
background: https://github.com/user-attachments/assets/9a2a8c79-3c4f-400d-8928-6f74128b66b8
88
# some information about your slides (markdown enabled)
9-
title: "Landing"
10-
titleTemplate: '%s - cuHacking'
9+
title: "Intro to Open Source"
10+
titleTemplate: '%s - BluePrint x cuHacking'
1111
info: |
1212
## Blueprint Presentation Deck
1313
@@ -50,60 +50,73 @@ The last comment block of each slide will be treated as slide notes. It will be
5050
-->
5151

5252
---
53-
layout: cover
53+
layout: two-cols
54+
layoutClass: gap-4
5455
transition: fade-out
55-
background: https://github.com/user-attachments/assets/5666405a-9ec2-428e-980a-c40016c85233
5656
---
5757

58-
<h2 class="text-orange-500">Who are we?</h2>
58+
<h2 class="text-orange-500">Who are we?</h2>
59+
60+
<ul>
61+
<li>
62+
Making technology more <span class="text-yellow-500"> accessible.</span>
63+
</li>
64+
<li>
65+
Delivering beautiful <span class="text-pink-500 font-bold underline">products</span> to nonprofits for <span class="text-green-500">free.</span>
66+
</li>
67+
<li>
68+
Leveraging <span class="text-purple-500">skilled</span> student network to form a mutually beneficial partnership, providing a trustworthy service that nonprofits can rely on.
69+
</li>
70+
<li>
71+
Hosting great campus <span class="text-emerald-500">events</span> like these :)
72+
</li>
73+
</ul>
5974

75+
::right::
6076

61-
Blueprint delivers beautiful <span class="text-yellow-500 font-bold underline">technology</span> products to nonprofits for <span class="text-red-500">free.</span> We leverage the skilled student network to form a mutually beneficial partnership, providing a trustworthy service that nonprofits can rely on.
6277

6378
<iframe
6479
src="https://carletonblueprint.org/"
6580
width="100%"
66-
height="365px"
67-
style="border:none;"
81+
height="100%"
82+
class="border border-yellow-400 rounded-lg"
6883
allowfullscreen>
6984
</iframe>
7085

71-
72-
7386
---
7487
layout: two-cols
7588
layoutClass: gap-16
7689
---
7790

78-
# What is Open Source
91+
# What is Open Source?
7992

80-
- Software whose code is free to view, modify, and distribute
81-
- Developed and maintained by communities of contributors
82-
- Collaboration happens on platforms like GitHub
93+
- Software whose code is <span class="text-green-500">free</span> to view, modify, and distribute.
94+
- Developed and maintained by communities of contributors.
95+
- Collaboration happens on platforms like GitHub.
8396

8497
::right::
8598
<img width="598" alt="Image" src="https://github.com/user-attachments/assets/4ec627c8-533c-4157-8697-9deac7f24af8" />
99+
86100
---
87101

88-
# Open Source vs. Proprietary Software
102+
# Open Source vs. Proprietary
89103

90104
<span class="text-green-500 font-bold underline"></span>
91105

92-
Proprietary Software:
106+
<span class="text-red-500">Proprietary</span> Software:
93107

94108
- Code is owned by a company
95109
- Only employees can modify it
96110
- Examples: Microsoft Windows, Adobe Photoshop
97111

98-
Open Source Software:
112+
<span class="text-green-500">Open Source</span> Software:
99113
- Code is publicly available
100114
- Anyone can contribute
101115
- Examples: Linux, Python, React
102116

103117
<img width="488" alt="Image" src="https://github.com/user-attachments/assets/9397780b-4abe-4fec-9021-4691e77b6924" />
104118
---
105119

106-
107120
# Benefits of Open Source
108121

109122
<span class="text-green-500 font-bold underline"></span>
@@ -123,19 +136,16 @@ Industry-Wide Impact:
123136
<img height = "150" width="300" alt="Image" src="https://github.com/user-attachments/assets/f399336b-6cef-4e45-b762-d3d83db49759" />
124137
---
125138

126-
127139
# Speaking of Which...
128140

129141
<span class="text-green-500 font-bold underline"></span>
130142

131-
<span class="text-green-500 font-bold underline">Mumtahin Farabi </span>
132-
133-
Lead Technical Architect @cuHacking
134-
135-
<img width="272" alt="Image" src="https://github.com/user-attachments/assets/a999951c-48c9-496b-85a3-3ad73ebe303b" />
136-
<img width="103" alt="Image" src="https://github.com/user-attachments/assets/ac006085-b6b8-43b1-b0ef-4334c00051d3" />
143+
<span class="text-orange-500 font-bold underline">Mumtahin Farabi </span>
137144

145+
<span class="text-yellow-500">Lead Technical Architect</span> @ <span class="text-green-500">cuHacking</span>
138146

147+
<img width="272" alt="Image" class="rounded-full" src="https://github.com/user-attachments/assets/a999951c-48c9-496b-85a3-3ad73ebe303b" />
148+
<img width="103" alt="Image" src="https://cuhacking.ca/assets/cuhacking-logo-1-DgcuCcxm.svg" />
139149

140150
---
141151
layout: two-cols

0 commit comments

Comments
 (0)