feat(ma): add Tech Summit '26 transactional invitation email - #125
Merged
Conversation
- HTML invitation: hosted banner, speakers, language/certificate highlights, registration CTA - Tools: banner image generators/patches, speaker asset export, refresh helpers - Local banner assets (PNG/JPEG) for optional embedding or previews Made-with: Cursor
- Replace dark three-column meta strip with left-aligned Tarih/Saat/Konum rows (emoji + bold labels) - Set venue to Y-110, Yaşar Üniversitesi; keep 11 Nisan 2026 and 11.00–17.30 - Assorted prior template updates (speakers, styling, banner, CTA) in this file Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
seberatolmez
requested changes
Apr 6, 2026
Member
There was a problem hiding this comment.
we just only need a html file under scripts/mail forr this pr.
- No assets, no .py file . Remove all of them except the actual html file itself. Keep only final deliverable
scripts/mails/2026-04-11-tech-summit-26-email.html. - Remove one-off helper scripts under scripts/mails/tools because they are local production utilities, not runtime requirements for sending the campaign email.
- As I mentioned before, if you need to use an asset ( banner, speaker photo etc. ) in the html file, push assets to our mail-assets repo. Then use the public url of the assets. Remove the banner.
- Use the description below (from original tech summit announcement) rather than
section-intro
// description
"Teknoloji, ilham ve networking bir arada 🚀
Birbirinden değerli konuşmacılar, dopdolu oturumlar ve fuaye alanıyla Tech Summit’26 seni bekliyor!
Geleceğin teknolojisini yakından deneyimlemek ve yeni bağlantılar kurmak için yerini ayırt."
Remove scripts/mails/tools/ and scripts/mails/assets/ (local utilities, not runtime deps). Replace intro with official announcement description. Remove expect-card block. Made-with: Cursor
Drop hero img and banner CSS per review. Intro copy unchanged (announcement text). Speaker photos remain on mail-assets CDN URLs. Made-with: Cursor
PR removes only local assets/tools from core repo; HTML still references banner JPG on jsDelivr (mail-assets). Intro copy unchanged. Made-with: Cursor
DogukanUrker
approved these changes
Apr 6, 2026
DogukanUrker
left a comment
Member
There was a problem hiding this comment.
Merge it when berat approves
seberatolmez
approved these changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
scripts/mails/2026-04-11-tech-summit-26-email.html.mail-assets(hosted JPG on raw GitHub; no duplicate title/logos in HTML).scripts/mails/tools/(banner generation/patch helpers) and optionalscripts/mails/assets/banner files for local or embed workflows.Related Issue
Closes #122
Checklist
scripts/mails/)