diff --git a/README.md b/README.md index 45a4935..b7a939b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Hack! with achieve by Petra +# UNICEF StartUp Lab Hack diff --git a/app/assets/images/neural-network.png b/app/assets/images/neural-network.png new file mode 100644 index 0000000..8d00a26 Binary files /dev/null and b/app/assets/images/neural-network.png differ diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb index 8229468..87157d7 100644 --- a/app/mailers/application_mailer.rb +++ b/app/mailers/application_mailer.rb @@ -1,8 +1,8 @@ class ApplicationMailer < ActionMailer::Base - default from: "Hack! with achieve by Petra " + default from: "UNICEF StartUp Lab Hack " layout "mailer" def self.event_date - "Friday, March 28, 2025" + "Thursday, November 12, 2025" end end diff --git a/app/mailers/invitation_mailer.rb b/app/mailers/invitation_mailer.rb index 11e5ee7..73da212 100644 --- a/app/mailers/invitation_mailer.rb +++ b/app/mailers/invitation_mailer.rb @@ -4,7 +4,7 @@ class InvitationMailer < ApplicationMailer def send_invite @url = confirm_invitation_url(token: @invitation.token) mail to: @invitation.email, - subject: "πŸš€ You're Invited: Join #{@team.name} for Hack! with achieve by Petra πŸš€" + subject: "πŸš€ You're Invited: Join #{@team.name} for UNICEF StartUp Lab Hack πŸš€" end private diff --git a/app/mailers/team_mailer.rb b/app/mailers/team_mailer.rb index 594210d..ead901d 100644 --- a/app/mailers/team_mailer.rb +++ b/app/mailers/team_mailer.rb @@ -3,12 +3,12 @@ class TeamMailer < ApplicationMailer def qualified_email mail to: @recipient, - subject: "Congratulations! πŸŽ‰ #{@team.name} Is Qualified for Hack! with achieve by Petra" + subject: "Congratulations! πŸŽ‰ #{@team.name} Is Qualified for UNICEF StartUp Lab Hack" end def late_qualified_email mail to: @recipient, - subject: "Update on Your Team's Qualification Status for Hack! with achieve by Petra" + subject: "Update on Your Team's Qualification Status for UNICEF StartUp Lab Hack" end private diff --git a/app/mailers/team_membership_mailer.rb b/app/mailers/team_membership_mailer.rb index 22d7b21..d6c4b7b 100644 --- a/app/mailers/team_membership_mailer.rb +++ b/app/mailers/team_membership_mailer.rb @@ -3,7 +3,7 @@ class TeamMembershipMailer < ApplicationMailer def welcome_email mail to: email_address_with_name(@hacker.email, @hacker.profile.name), - subject: "🌟 Welcome to Hack! with achieve by Petra, #{@hacker.profile.name}! πŸš€" + subject: "🌟 Welcome to UNICEF StartUp Lab Hack, #{@hacker.profile.name}! πŸš€" end private diff --git a/app/views/homepage/about.html.erb b/app/views/homepage/about.html.erb index 6d1f710..9fc9e5f 100644 --- a/app/views/homepage/about.html.erb +++ b/app/views/homepage/about.html.erb @@ -1,4 +1,4 @@ -<%= content_for :title, "About Us | Hack! with achieve by Petra" %> +<%= content_for :title, "About Us | UNICEF StartUp Lab Hack" %>
@@ -28,9 +28,9 @@ 'BEGIN:VEVENT', 'DTSTART:20250314T190000', 'DTEND:20250316T140000', - 'SUMMARY:Hack! with achieve by Petra', + 'SUMMARY:UNICEF StartUp Lab Hack', 'DESCRIPTION:36-hour hackathon focused on Imagining the Future of Finance with AI. Prize pool of GHS 30,000. Bring your innovative ideas and join us for an exciting weekend of coding, learning, and networking!', - 'LOCATION:Academic City Campus - https://maps.app.goo.gl/ZHyiNzri8G68ryL97', + 'LOCATION: [TBD]', 'END:VEVENT', 'END:VCALENDAR' ].join('\n'); @@ -38,7 +38,7 @@ const blob = new Blob([icsContent], { type: 'text/calendar;charset=utf-8' }); const link = document.createElement('a'); link.href = window.URL.createObjectURL(blob); - link.download = 'hack-with-achieve.ics'; + link.download = 'unicef-startup-lab-hack.ics'; document.body.appendChild(link); link.click(); document.body.removeChild(link); @@ -123,7 +123,7 @@

What to Expect

- Join us for an intensive 36-hour hackathon where you'll collaborate with fellow innovators to create cutting-edge solutions in fintech. Whether you're a seasoned developer or just starting your coding journey, Hack! with achieve by Petra provides the perfect platform to showcase your skills and learn from industry experts. + Join us for an intensive 36-hour hackathon where you'll collaborate with fellow innovators to create cutting-edge solutions in fintech. Whether you're a seasoned developer or just starting your coding journey, UNICEF StartUp Lab Hack provides the perfect platform to showcase your skills and learn from industry experts.

Throughout the event, you'll have access to mentors, technical workshops, and API integration support. Work alongside like-minded individuals, receive guidance from experienced professionals, and compete for exciting prizes worth GHS 30,000 in total! diff --git a/app/views/homepage/contact.html.erb b/app/views/homepage/contact.html.erb index 19580be..b554eef 100644 --- a/app/views/homepage/contact.html.erb +++ b/app/views/homepage/contact.html.erb @@ -1,4 +1,4 @@ -<%= content_for :title, "Contact Us | Hack! with achieve by Petra" %> +<%= content_for :title, "Contact Us | UNICEF StartUp Lab Hack" %>

@@ -14,28 +14,28 @@ @@ -73,7 +73,7 @@

During the Event

-

Need immediate assistance during the hackathon? Our event coordinators will be available 24/7. Look for staff members in Achieve by Petra t-shirts.

+

Need immediate assistance during the hackathon? Our event coordinators will be available 24/7. Look for staff members in UNICEF Startup Lab t-shirts.

@@ -81,31 +81,31 @@

Still have questions? Don't hesitate to reach out!

-
\ No newline at end of file +
diff --git a/app/views/homepage/index.html.erb b/app/views/homepage/index.html.erb index 353847c..adc660e 100644 --- a/app/views/homepage/index.html.erb +++ b/app/views/homepage/index.html.erb @@ -25,7 +25,7 @@ >
- <%= image_tag "Logo-Main.svg", class: "w-64 inline-block", alt: "Event Logo" %> + <%= image_tag "neural-network.png", class: "w-64 inline-block", alt: "Event Logo" %>
, -<%= @owner.profile.name %> has handpicked you to join <%= @team.name %> for Hack! with achieve by Petra! πŸŽ‰ +<%= @owner.profile.name %> has handpicked you to join <%= @team.name %> for UNICEF StartUp Lab Hack! πŸŽ‰ This is your exclusive chance to collaborate, innovate, and showcase your skills alongside some of the brightest minds in tech. Here's What to Do Next: @@ -15,10 +15,10 @@ Why Join? ✨ Network with industry experts: Learn from mentors, judges, and fellow innovators. ✨ Compete for exciting prizes: Win cash prizes, bragging rights, and more! -Let's make Hack! with achieve by Petra an unforgettable experience! πŸš€ +Let's make UNICEF StartUp Lab Hack an unforgettable experience! πŸš€ Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team ----------------------------------------------------------- Important: diff --git a/app/views/invitations/confirm.html.erb b/app/views/invitations/confirm.html.erb index 8f67111..742601b 100644 --- a/app/views/invitations/confirm.html.erb +++ b/app/views/invitations/confirm.html.erb @@ -1,4 +1,4 @@ -<%= content_for :title, "Join #{@team.name} | Hack! with achieve by Petra" %> +<%= content_for :title, "Join #{@team.name} | UNICEF StartUp Lab Hack" %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index b8e2c98..a5f65a5 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,10 +1,10 @@ - <% app_name = "Hack! with achieve by Petra!" + <% app_name = "UNICEF StartUp Lab Hack!" # Default meta values - can be overridden with content_for meta_description = - "Join us for 36 hours of innovation at Hack! with achieve by Petra. Create cutting-edge fintech solutions while learning from industry experts. β‚΅30k+ in prizes!" + "Join us for 36 hours of innovation at UNICEF StartUp Lab Hack. Create cutting-edge fintech solutions while learning from industry experts. β‚΅30k+ in prizes!" # TODO: meta_image = asset_path('og-image.webp') # Make sure to add this image to assets meta_image = nil %> @@ -19,10 +19,10 @@ /> <%# SEO Meta Tags %> - + @@ -52,12 +52,12 @@ <%# Additional event details %> - + <%# Twitter Card Meta Tags %> - + - + <%# Additional Twitter Card event details %> @@ -142,7 +142,7 @@ group-hover:to-primary-700 transition-all " > - <%= image_tag "Logo-Main.svg", class: "w-16" %> + <%= image_tag "neural-network.png", class: "w-8" %>
@@ -361,7 +361,7 @@ >

- © 2025 achieve by Petra. All rights reserved. + © 2025 DevCnogress. All rights reserved.

diff --git a/app/views/rodauth/admin_mailer/otp_unlock_failed.text.erb b/app/views/rodauth/admin_mailer/otp_unlock_failed.text.erb index c98f250..743278f 100644 --- a/app/views/rodauth/admin_mailer/otp_unlock_failed.text.erb +++ b/app/views/rodauth/admin_mailer/otp_unlock_failed.text.erb @@ -2,7 +2,7 @@ Someone (hopefully you) attempted to unlock TOTP authentication for the account associated to this email address, but failed as the authentication code submitted was not correct. -If you did not initiate the TOTP authentication failure that generated +If you did not initiate the OTP authentication failure that generated this email, that means someone already has partial access to your account, but is unable to use TOTP authentication to fully authenticate themselves. diff --git a/app/views/rodauth/hacker_mailer/email_auth.text.erb b/app/views/rodauth/hacker_mailer/email_auth.text.erb index bd5f749..3078399 100644 --- a/app/views/rodauth/hacker_mailer/email_auth.text.erb +++ b/app/views/rodauth/hacker_mailer/email_auth.text.erb @@ -1,6 +1,6 @@ Hi there! πŸ”‘ -We received a login request for your Hack! with achieve by Petra account. +We received a login request for your UNICEF StartUp Lab Hack account. What's Next? ============ @@ -19,4 +19,4 @@ Important Security Note This link is unique to your account and should not be shared with anyone. It will expire shortly for your protection. πŸ›‘οΈ Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/otp_disabled.text.erb b/app/views/rodauth/hacker_mailer/otp_disabled.text.erb index 429bc9e..6ed0ea0 100644 --- a/app/views/rodauth/hacker_mailer/otp_disabled.text.erb +++ b/app/views/rodauth/hacker_mailer/otp_disabled.text.erb @@ -1,6 +1,6 @@ Hi there! πŸ” -We're reaching out to notify you about a security change to your Hack! with achieve by Petra account. +We're reaching out to notify you about a security change to your UNICEF StartUp Lab Hack account. Important Security Update ======================== @@ -17,4 +17,4 @@ If you did not make this change, please: 3️⃣ Contact our support team right away Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/otp_locked_out.text.erb b/app/views/rodauth/hacker_mailer/otp_locked_out.text.erb index a7382b7..a244c34 100644 --- a/app/views/rodauth/hacker_mailer/otp_locked_out.text.erb +++ b/app/views/rodauth/hacker_mailer/otp_locked_out.text.erb @@ -37,4 +37,4 @@ If these login attempts weren't yours: 3️⃣ Contact our support team right away Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/otp_setup.text.erb b/app/views/rodauth/hacker_mailer/otp_setup.text.erb index 28e8feb..eb1ad67 100644 --- a/app/views/rodauth/hacker_mailer/otp_setup.text.erb +++ b/app/views/rodauth/hacker_mailer/otp_setup.text.erb @@ -3,7 +3,7 @@ Hi there! πŸ” Great News - Your Account is Now More Secure! =========================================== -TOTP (Two-Factor) Authentication has been successfully set up for your Hack! with achieve by Petra account. +TOTP (Two-Factor) Authentication has been successfully set up for your UNICEF StartUp Lab Hack account. What This Means ============== @@ -20,4 +20,4 @@ Security Tips 3️⃣ Ensure your backup codes are stored securely Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/otp_unlock_failed.text.erb b/app/views/rodauth/hacker_mailer/otp_unlock_failed.text.erb index fd95257..fe26ca0 100644 --- a/app/views/rodauth/hacker_mailer/otp_unlock_failed.text.erb +++ b/app/views/rodauth/hacker_mailer/otp_unlock_failed.text.erb @@ -3,7 +3,7 @@ Hi there! 🚨 Important Security Alert ======================= -We detected a failed attempt to unlock TOTP (Two-Factor) Authentication for your Hack! with achieve by Petra account. +We detected a failed attempt to unlock TOTP (Two-Factor) Authentication for your UNICEF Startup Lab Hack account. What Happened? ============= @@ -30,4 +30,4 @@ If this unlock attempt wasn't yours: 3️⃣ Contact our support team right away Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/otp_unlocked.text.erb b/app/views/rodauth/hacker_mailer/otp_unlocked.text.erb index 370d254..c361469 100644 --- a/app/views/rodauth/hacker_mailer/otp_unlocked.text.erb +++ b/app/views/rodauth/hacker_mailer/otp_unlocked.text.erb @@ -3,7 +3,7 @@ Hi there! πŸ”“ Important Security Update ======================== -Good news! TOTP (Two-Factor) Authentication has been successfully unlocked for your Hack! with achieve by Petra account. +Good news! TOTP (Two-Factor) Authentication has been successfully unlocked for your UNICEF StartUp Lab Hack account. What's Changed ============= @@ -20,4 +20,4 @@ Security Verification 3️⃣ Update security settings if needed Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/password_changed.text.erb b/app/views/rodauth/hacker_mailer/password_changed.text.erb index 3d4ab74..ed2452d 100644 --- a/app/views/rodauth/hacker_mailer/password_changed.text.erb +++ b/app/views/rodauth/hacker_mailer/password_changed.text.erb @@ -3,7 +3,7 @@ Hi there! πŸ”‘ Important Account Update ======================= -We're notifying you that the password for your Hack! with achieve by Petra account has been changed. +We're notifying you that the password for your UNICEF StartUp Lab Hack account has been changed. What Changed =========== @@ -20,4 +20,4 @@ Security Check 3️⃣ Contact support if you didn't make this change Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/reset_password.text.erb b/app/views/rodauth/hacker_mailer/reset_password.text.erb index 3de5f71..ceae9c4 100644 --- a/app/views/rodauth/hacker_mailer/reset_password.text.erb +++ b/app/views/rodauth/hacker_mailer/reset_password.text.erb @@ -3,7 +3,7 @@ Hi there! πŸ” Password Reset Request ===================== -We received a request to reset the password for your Hack! with achieve by Petra account. +We received a request to reset the password for your UNICEF StartUp Lab Hack account. What's Next? ============ @@ -25,4 +25,4 @@ This link: 3️⃣ Will expire shortly for your protection Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/reset_password_notify.text.erb b/app/views/rodauth/hacker_mailer/reset_password_notify.text.erb index 873e1a1..1e224c1 100644 --- a/app/views/rodauth/hacker_mailer/reset_password_notify.text.erb +++ b/app/views/rodauth/hacker_mailer/reset_password_notify.text.erb @@ -3,7 +3,7 @@ Hi there! πŸ”‘ Important Security Alert ======================= -A password reset has been completed for your Hack! with achieve by Petra account. +A password reset has been completed for your UNICEF StartUp Lab Hack account. What Changed =========== @@ -20,4 +20,4 @@ Security Verification 3️⃣ Update other security settings if needed Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/unlock_account.text.erb b/app/views/rodauth/hacker_mailer/unlock_account.text.erb index f7495ad..62fc3e5 100644 --- a/app/views/rodauth/hacker_mailer/unlock_account.text.erb +++ b/app/views/rodauth/hacker_mailer/unlock_account.text.erb @@ -3,7 +3,7 @@ Hi there! πŸ”“ Account Unlock Request ===================== -We received a request to unlock your Hack! with achieve by Petra account. +We received a request to unlock your UNICEF StartUp Lab Hack account. What's Next? ============ @@ -25,7 +25,7 @@ This link: 3️⃣ Will expire shortly for your protection Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team --------------------------------------------------------------------------- Need Help? diff --git a/app/views/rodauth/hacker_mailer/verify_account.text.erb b/app/views/rodauth/hacker_mailer/verify_account.text.erb index 4d0dcb0..badb476 100644 --- a/app/views/rodauth/hacker_mailer/verify_account.text.erb +++ b/app/views/rodauth/hacker_mailer/verify_account.text.erb @@ -1,6 +1,6 @@ Hi there! πŸŽ‰ -Welcome to Hack! with achieve by Petra +Welcome to UNICEF StartUp Lab Hack ==================================== We're excited that you've created an account with us! Just one more step to get started. @@ -25,4 +25,4 @@ This link: 3️⃣ Will expire shortly Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/verify_login_change.text.erb b/app/views/rodauth/hacker_mailer/verify_login_change.text.erb index 2566da4..a405055 100644 --- a/app/views/rodauth/hacker_mailer/verify_login_change.text.erb +++ b/app/views/rodauth/hacker_mailer/verify_login_change.text.erb @@ -3,7 +3,7 @@ Hi there! πŸ“§ Important Account Change Request ============================== -We received a request to change the email address associated with your Hack! with achieve by Petra account. +We received a request to change the email address associated with your UNICEF StartUp Lab Hack account. Requested Change =============== @@ -31,4 +31,4 @@ This link: 3️⃣ Will expire shortly for your protection Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/webauthn_authenticator_added.text.erb b/app/views/rodauth/hacker_mailer/webauthn_authenticator_added.text.erb index cc432a0..c89d9ff 100644 --- a/app/views/rodauth/hacker_mailer/webauthn_authenticator_added.text.erb +++ b/app/views/rodauth/hacker_mailer/webauthn_authenticator_added.text.erb @@ -3,7 +3,7 @@ Hi there! πŸ” Important Security Update ======================== -A WebAuthn security key has been successfully added to your Hack! with achieve by Petra account. +A WebAuthn security key has been successfully added to your UNICEF StartUp Lab Hack account. What Changed =========== @@ -20,4 +20,4 @@ Security Verification 3️⃣ Contact support if you didn't authorize this change Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/rodauth/hacker_mailer/webauthn_authenticator_removed.text.erb b/app/views/rodauth/hacker_mailer/webauthn_authenticator_removed.text.erb index f5e623e..9eebd35 100644 --- a/app/views/rodauth/hacker_mailer/webauthn_authenticator_removed.text.erb +++ b/app/views/rodauth/hacker_mailer/webauthn_authenticator_removed.text.erb @@ -3,7 +3,7 @@ Hi there! πŸ” Important Security Update ======================== -A WebAuthn security key has been removed from your Hack! with achieve by Petra account. +A WebAuthn security key has been removed from your UNICEF StartUp Lab Hack account. What Changed =========== @@ -20,4 +20,4 @@ Security Verification 3️⃣ Contact support if you didn't authorize this change Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/app/views/team_mailer/late_qualified_email.text.erb b/app/views/team_mailer/late_qualified_email.text.erb index 81fad15..b47732e 100644 --- a/app/views/team_mailer/late_qualified_email.text.erb +++ b/app/views/team_mailer/late_qualified_email.text.erb @@ -1,6 +1,6 @@ Hi <%= @owner.profile.name %>, -We're excited to let you know that <%= @team.name %> has met the minimum membership requirement and is now late-qualified for Hack! with achieve by Petra! πŸŽ‰ +We're excited to let you know that <%= @team.name %> has met the minimum membership requirement and is now late-qualified for UNICEF StartUp Lab Hack! πŸŽ‰ What Does Late-Qualified Mean? @@ -29,6 +29,6 @@ Key Details to Keep in Mind We appreciate your enthusiasm and patience. Let's keep the momentum goingβ€”good things come to those who wait! πŸš€ Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team P.S. Encourage your team to check their emails regularly for updates. If a spot opens up, we'll need you to act fast! πŸ”₯ diff --git a/app/views/team_mailer/qualified_email.text.erb b/app/views/team_mailer/qualified_email.text.erb index ff10c11..50dd519 100644 --- a/app/views/team_mailer/qualified_email.text.erb +++ b/app/views/team_mailer/qualified_email.text.erb @@ -1,6 +1,6 @@ Hi <%= @owner.profile.name %>, -Great news! πŸŽ‰ <%= @team.name %> has reached the required minimum number of members and is now officially qualified for Hack! with achieve by Petra! +Great news! πŸŽ‰ <%= @team.name %> has reached the required minimum number of members and is now officially qualified for UNICEF StartUp Lab Hack! What's Next? ============ @@ -16,7 +16,7 @@ What's Next? Let's turn this qualification into a winning opportunity! πŸš€ Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team P.S. Remind your team to check their emails regularly for updatesβ€”missing critical info could cost you the competition! πŸ”₯ diff --git a/app/views/team_membership_mailer/welcome_email.text.erb b/app/views/team_membership_mailer/welcome_email.text.erb index ceaf80c..fc0601f 100644 --- a/app/views/team_membership_mailer/welcome_email.text.erb +++ b/app/views/team_membership_mailer/welcome_email.text.erb @@ -1,6 +1,6 @@ Hi <%= @hacker.profile.name %>, -Welcome to <%= @team.name %>! πŸŽ‰ Your spot on the team is confirmed, and we're thrilled to have you join us for Hack! with achieve by Petra. Get ready to innovate, collaborate, and create something extraordinary! +Welcome to <%= @team.name %>! πŸŽ‰ Your spot on the team is confirmed, and we're thrilled to have you join us for UNICEF StartUp Lab Hack. Get ready to innovate, collaborate, and create something extraordinary! What's Next? @@ -18,7 +18,7 @@ Key Details to Mark πŸ“ Location: Academic City Campus πŸ—ΊοΈ Google Map Directions: https://maps.app.goo.gl/SifT5QSLbQQV91Ye8 -Let's make Hack! with achieve by Petra legendary. It's time to build, break, and shine! πŸ’»βœ¨ +Let's make UNICEF StartUp Lab Hack legendary. It's time to build, break, and shine! πŸ’»βœ¨ Best regards, -The Hack! with achieve by Petra Team +The UNICEF StartUp Lab Hack Team diff --git a/config/deploy.yml b/config/deploy.yml index aaa177c..def0a8c 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -24,7 +24,7 @@ servers: # Note: If using Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable CF-to-app encryption. proxy: ssl: true - host: hack.theachieveapp.com + host: hack25.devcongress.io # Proxy connects to your container on port 80 by default. app_port: 3000 diff --git a/config/environments/production.rb b/config/environments/production.rb index 2f6f6a8..c6ef400 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -58,7 +58,7 @@ # config.action_mailer.raise_delivery_errors = false # Set host to be used by links generated in mailer templates. - config.action_mailer.default_url_options = {host: "hack.theachieveapp.com"} + config.action_mailer.default_url_options = {host: "hack25.devcongress.io"} # Specify outgoing SMTP server. Remember to add smtp/* credentials via rails credentials:edit. config.action_mailer.smtp_settings = { diff --git a/config/initializers/plutonium.rb b/config/initializers/plutonium.rb index 19565c0..9958c82 100644 --- a/config/initializers/plutonium.rb +++ b/config/initializers/plutonium.rb @@ -5,7 +5,7 @@ config.assets.stylesheet = "application" config.assets.script = "application" - config.assets.logo = "Logo-Monochrome.svg" + config.assets.logo = "neural-network.png" config.assets.favicon = "favicon.ico" # Configure plutonium above. end diff --git a/fly.toml b/fly.toml index e4096fc..291dff3 100644 --- a/fly.toml +++ b/fly.toml @@ -10,6 +10,7 @@ console_command = '/rails/bin/rails console' [build] [http_service] + internal_port = 3000 force_https = true auto_stop_machines = false diff --git a/packages/admin_dashboard_portal/app/controllers/admin_dashboard_portal/concerns/controller.rb b/packages/admin_dashboard_portal/app/controllers/admin_dashboard_portal/concerns/controller.rb index 318507a..f13c2e9 100644 --- a/packages/admin_dashboard_portal/app/controllers/admin_dashboard_portal/concerns/controller.rb +++ b/packages/admin_dashboard_portal/app/controllers/admin_dashboard_portal/concerns/controller.rb @@ -8,7 +8,7 @@ module Controller private - def app_name = "Admin Dashboard | Hack! with achieve by Petra" + def app_name = "Admin Dashboard | UNICEF StartUp Lab Hack" end end end diff --git a/packages/hacker_dashboard_portal/app/controllers/hacker_dashboard_portal/concerns/controller.rb b/packages/hacker_dashboard_portal/app/controllers/hacker_dashboard_portal/concerns/controller.rb index c6b4834..73538e3 100644 --- a/packages/hacker_dashboard_portal/app/controllers/hacker_dashboard_portal/concerns/controller.rb +++ b/packages/hacker_dashboard_portal/app/controllers/hacker_dashboard_portal/concerns/controller.rb @@ -14,7 +14,7 @@ module Controller private - def app_name = "Hack! with achieve by Petra" + def app_name = "UNICEF StartUp Lab Hack" def ensure_profile_complete if current_user.profile.nil?