Skip to content

Commit 232091e

Browse files
authored
make modifications to copy (#16)
1 parent 0350713 commit 232091e

File tree

9 files changed

+50
-46
lines changed

9 files changed

+50
-46
lines changed

โ€Žapp/mailers/application_mailer.rbโ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@ class ApplicationMailer < ActionMailer::Base
22
default from: "UNICEF StartUp Lab Hack <hack25@devcongress.io>"
33
layout "mailer"
44

5+
def self.hack_name
6+
"The UNICEF StartUp Lab Hack"
7+
end
8+
59
def self.event_date
610
"Thursday, November 12, 2025"
711
end
12+
13+
def self.event_time
14+
"2pm GMT"
15+
end
16+
17+
def self.location
18+
"[TBD]"
19+
end
20+
21+
def self.location_map
22+
"[TBD]"
23+
end
824
end

โ€Žapp/views/homepage/contact.html.erbโ€Ž

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,9 @@
4040
<div>
4141
<dt class="text-lg font-semibold text-gray-900">What if I don't have a team?</dt>
4242
<dd class="mt-2 text-gray-600">
43-
No worries! You can also join our DevCongress on
44-
<a class="text-blue-500" href="https://devcongress-community.slack.com/join/shared_invite/zt-274ooe0gj-CHhsbe78Ez6g0yRG0EQ8rQ#/shared-invite/email" target="_blank">
45-
Slack
46-
</a>
47-
or on
48-
<a class="text-blue-500" href="https://x.com/i/communities/1880201715611308114" target="_blank">
49-
X
43+
No worries! You can also join our StartupLabs Community on
44+
<a class="text-blue-500" href="https://discord.gg/JGM7aYdGEX" target="_blank">
45+
Discord
5046
</a>
5147
to connect with other participants before the event.
5248
</dd>

โ€Žapp/views/homepage/index.html.erbโ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@
140140
Our Partners
141141
</h2>
142142
<p class="mt-4 text-lg text-gray-600">
143-
Collaborating with industry leaders to empower the next generation of
144-
fintech innovators
143+
Collaborating with industry leaders to empower the next generation of innovators
145144
</p>
146145
</div>
147146
<!-- Partners Grid -->
@@ -212,7 +211,7 @@
212211
Interested in becoming a partner?
213212
</h3>
214213
<p class="mt-2 text-gray-600">
215-
Join us in shaping the future of finance technology in Africa
214+
Join us in building a better future for children in Ghana
216215
</p>
217216
<%= link_to "Contact Us About Partnership",
218217
contact_path,

โ€Žapp/views/invitations/confirm.html.erbโ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Theme Badge -->
1313
<div class="mt-6">
1414
<span class="inline-flex items-center rounded-full bg-primary-100 px-4 py-1 text-base font-medium text-primary-700">
15-
Imagining the Future of Finance with AI
15+
Transform Education. Empower Voices. Build the Future
1616
</span>
1717
</div>
1818

@@ -33,7 +33,7 @@
3333
</svg>
3434
<div>
3535
<h3 class="font-semibold text-gray-900">When</h3>
36-
<p class="mt-1 text-gray-600">March 14-16, 2025</p>
36+
<p class="mt-1 text-gray-600">November 14-16, 2025</p>
3737
</div>
3838
</div>
3939

@@ -44,7 +44,7 @@
4444
</svg>
4545
<div>
4646
<h3 class="font-semibold text-gray-900">Where</h3>
47-
<p class="mt-1 text-gray-600">Academic City Campus</p>
47+
<p class="mt-1 text-gray-600">UNICEF Ghana</p>
4848
</div>
4949
</div>
5050
</div>
@@ -56,7 +56,7 @@
5656
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-primary-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
5757
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
5858
</svg>
59-
<div class="text-xl font-semibold text-primary-800">โ‚ต30,000+ in Prizes</div>
59+
<div class="text-xl font-semibold text-primary-800">$15,000 in Prizes</div>
6060
</div>
6161
</div>
6262

@@ -87,4 +87,4 @@
8787
</div>
8888
</div>
8989
</div>
90-
</div>
90+
</div>

โ€Žapp/views/invitations/invalid.html.erbโ€Ž

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,12 @@
4242

4343
<!-- Community Links -->
4444
<div class="flex flex-col sm:flex-row items-center gap-4 text-sm text-gray-600">
45-
<a href="https://devcongress-community.slack.com/join/shared_invite/zt-274ooe0gj-CHhsbe78Ez6g0yRG0EQ8rQ#/shared-invite/email"
45+
<a href="https://discord.gg/JGM7aYdGEX"
4646
class="flex items-center space-x-2 hover:text-gray-800">
47-
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
48-
<path d="M5.042 15.165a2.528 2.528 0 0 1-2.52 2.523A2.528 2.528 0 0 1 0 15.165a2.527 2.527 0 0 1 2.522-2.52h2.52v2.52zM6.313 15.165a2.527 2.527 0 0 1 2.521-2.52 2.527 2.527 0 0 1 2.521 2.52v6.313A2.528 2.528 0 0 1 8.834 24a2.528 2.528 0 0 1-2.521-2.522v-6.313zM8.834 5.042a2.528 2.528 0 0 1-2.521-2.52A2.528 2.528 0 0 1 8.834 0a2.528 2.528 0 0 1 2.521 2.522v2.52H8.834zM8.834 6.313a2.528 2.528 0 0 1 2.521 2.521 2.528 2.528 0 0 1-2.521 2.521H2.522A2.528 2.528 0 0 1 0 8.834a2.528 2.528 0 0 1 2.522-2.521h6.312zM18.956 8.834a2.528 2.528 0 0 1 2.522-2.521A2.528 2.528 0 0 1 24 8.834a2.528 2.528 0 0 1-2.522 2.521h-2.522V8.834zM17.688 8.834a2.528 2.528 0 0 1-2.523 2.521 2.527 2.527 0 0 1-2.52-2.521V2.522A2.527 2.527 0 0 1 15.165 0a2.528 2.528 0 0 1 2.523 2.522v6.312zM15.165 18.956a2.528 2.528 0 0 1 2.523 2.522A2.528 2.528 0 0 1 15.165 24a2.527 2.527 0 0 1-2.52-2.522v-2.522h2.52zM15.165 17.688a2.527 2.527 0 0 1-2.52-2.523 2.526 2.526 0 0 1 2.52-2.52h6.313A2.527 2.527 0 0 1 24 15.165a2.528 2.528 0 0 1-2.522 2.523h-6.313z"/>
47+
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 24 24" id="discord" data-name="Flat Color" xmlns="http://www.w3.org/2000/svg" class="icon flat-color">
48+
<path id="primary" d="M20.11,6.25A2,2,0,0,0,18.9,5.06,24.45,24.45,0,0,0,12,4,24.45,24.45,0,0,0,5.1,5.06,2,2,0,0,0,3.89,6.25,30.79,30.79,0,0,0,2,16.67a1.08,1.08,0,0,0,.21.62A8.31,8.31,0,0,0,7.93,20a1,1,0,0,0,1-.7l.76-2.49A17.94,17.94,0,0,0,12,17a17.94,17.94,0,0,0,2.28-.19L15,19.3a1,1,0,0,0,1,.7h.07a8.31,8.31,0,0,0,5.72-2.71,1.08,1.08,0,0,0,.21-.62A30.79,30.79,0,0,0,20.11,6.25Z" style="fill: rgb(0, 0, 0);"></path><path id="secondary" d="M10.5,10A1.5,1.5,0,1,1,9,8.5,1.5,1.5,0,0,1,10.5,10ZM15,8.5A1.5,1.5,0,1,0,16.5,10,1.5,1.5,0,0,0,15,8.5Z" style="fill: rgb(256, 256, 256);"></path>
4949
</svg>
50-
<span>Join on Slack</span>
51-
</a>
52-
<span class="hidden sm:inline text-gray-400">โ€ข</span>
53-
<a href="https://x.com/i/communities/1880201715611308114"
54-
class="flex items-center space-x-2 hover:text-gray-800">
55-
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
56-
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
57-
</svg>
58-
<span>Join on X</span>
50+
<span>Join on Discord</span>
5951
</a>
6052
</div>
6153

@@ -68,4 +60,4 @@
6860
</div>
6961
</div>
7062
</div>
71-
</div>
63+
</div>

โ€Žapp/views/layouts/application.html.erbโ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
<meta property="og:locale" content="en_GH"/>
4444

4545
<%# Event-specific Open Graph tags %>
46-
<meta property="event:start_time" content="2025-03-14T19:00:00+00:00"/>
47-
<meta property="event:end_time" content="2025-03-16T14:00:00+00:00"/>
48-
<meta property="event:location" content="Academic City Campus"/>
49-
<meta property="event:street-address" content="Academic City"/>
46+
<meta property="event:start_time" content="2025-11-12T14:00:00+00:00"/>
47+
<meta property="event:end_time" content="2025-11-14T14:17:00+00:00"/>
48+
<meta property="event:location" content="UNICEF Ghana"/>
49+
<meta property="event:street-address" content="UNICEF Ghana"/>
5050
<meta property="event:locality" content="Accra"/>
5151
<meta property="event:region" content="Greater Accra"/>
5252
<meta property="event:country-name" content="Ghana"/>
@@ -71,9 +71,9 @@
7171

7272
<%# Additional Twitter Card event details %>
7373
<meta name="twitter:label1" content="When"/>
74-
<meta name="twitter:data1" content="March 14-16, 2025"/>
74+
<meta name="twitter:data1" content="November 12-14, 2025"/>
7575
<meta name="twitter:label2" content="Where"/>
76-
<meta name="twitter:data2" content="Academic City Campus, Accra"/>
76+
<meta name="twitter:data2" content="UNICEF Ghana, Accra"/>
7777

7878
<%# Mobile Meta Tags %>
7979
<meta name="apple-mobile-web-app-capable" content="yes"/>

โ€Žapp/views/team_mailer/late_qualified_email.text.erbโ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ What Does Late-Qualified Mean?
88

99
Due to overwhelming interest, we've reached the maximum team threshold for the event.
1010
While your team has met the minimum requirements, your participation will depend on availability if any registered teams drop out or fail to complete their registration.
11+
So be on the lookout in your inbox.
1112

1213

1314
What's Next?
@@ -22,13 +23,13 @@ We'll notify you if a spot opens up and your team is selected to participate.
2223
Key Details to Keep in Mind
2324
===========================
2425

25-
๐Ÿ—“ Event kickoff: <%= ApplicationMailer.event_date %> | 7:00 PM sharp
26-
๐Ÿ“ Location: Academic City Campus
27-
๐Ÿ—บ๏ธ Google Map Directions: https://maps.app.goo.gl/SifT5QSLbQQV91Ye8
26+
๐Ÿ—“ Event kickoff: <%= ApplicationMailer.event_date %> | <%= ApplicationMailer.event_time %>
27+
๐Ÿ“ Location: <%= ApplicationMailer.location %>
28+
๐Ÿ—บ๏ธ Google Map Directions: <%= ApplicationMailer.location_map %>
2829

2930
We appreciate your enthusiasm and patience. Let's keep the momentum goingโ€”good things come to those who wait! ๐Ÿš€
3031

3132
Best regards,
32-
The UNICEF StartUp Lab Hack Team
33+
<%= ApplicationMailer.hack_name %> Team
3334

3435
P.S. Encourage your team to check their emails regularly for updates. If a spot opens up, we'll need you to act fast! ๐Ÿ”ฅ

โ€Žapp/views/team_mailer/qualified_email.text.erbโ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ What's Next?
99
2๏ธโƒฃ Review event rules: Familiarize your team with guidelines and schedules [insert link to rules].
1010
3๏ธโƒฃ Finalize details: Need to tweak your team name or project idea? Update them in your dashboard.
1111

12-
๐Ÿ—“ Event kickoff: <%= ApplicationMailer.event_date %> | 7:00 PM GMT sharp
13-
๐Ÿ“ Location: Academic City Campus
14-
๐Ÿ—บ๏ธ Google Map Directions: https://maps.app.goo.gl/SifT5QSLbQQV91Ye8
12+
๐Ÿ—“ Event kickoff: <%= ApplicationMailer.event_date %> | <%= ApplicationMailer.event_time %>
13+
๐Ÿ“ Location: <%= ApplicationMailer.location %>
14+
๐Ÿ—บ๏ธ Google Map Directions: <%= ApplicationMailer.location_map %>
1515

1616
Let's turn this qualification into a winning opportunity! ๐Ÿš€
1717

1818
Best regards,
19-
The UNICEF StartUp Lab Hack Team
19+
<%= ApplicationMailer.hack_name %> Team
2020

2121
P.S. Remind your team to check their emails regularly for updatesโ€”missing critical info could cost you the competition! ๐Ÿ”ฅ
2222

โ€Žapp/views/team_membership_mailer/welcome_email.text.erbโ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ What's Next?
1414
Key Details to Mark
1515
===================
1616

17-
๐Ÿ—“ Kickoff: <%= ApplicationMailer.event_date %> | 7PM GMT
18-
๐Ÿ“ Location: Academic City Campus
19-
๐Ÿ—บ๏ธ Google Map Directions: https://maps.app.goo.gl/SifT5QSLbQQV91Ye8
17+
๐Ÿ—“ Event kickoff: <%= ApplicationMailer.event_date %> | <%= ApplicationMailer.event_time %>
18+
๐Ÿ“ Location: <%= ApplicationMailer.location %>
19+
๐Ÿ—บ๏ธ Google Map Directions: <%= ApplicationMailer.location_map %>
2020

2121
Let's make UNICEF StartUp Lab Hack legendary. It's time to build, break, and shine! ๐Ÿ’ปโœจ
2222

2323
Best regards,
24-
The UNICEF StartUp Lab Hack Team
24+
<%= ApplicationMailer.hack_name %> Team

0 commit comments

Comments
ย (0)