CoolFace
Apppublic

fmard/pdf-api

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
event-programme.html195 linesDownload Raw Back to templates
1<!DOCTYPE html>2<html lang="en">3<head>4    <meta charset="UTF-8">5    <title>Event Programme - {{ event_name | default("Indonesia Tech Summit 2024") }}</title>6    <style>7        * { margin: 0; padding: 0; box-sizing: border-box; }8        body {9            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;10            color: #333;11            font-size: 14px;12            line-height: 1.6;13            padding: 40px;14        }15        .header {16            text-align: center;17            margin-bottom: 30px;18            padding-bottom: 20px;19            border-bottom: 3px solid #4f46e5;20        }21        .header h1 { font-size: 26px; color: #4f46e5; margin-bottom: 5px; }22        .header h2 { font-size: 16px; color: #666; font-weight: normal; }23        .header p { font-size: 13px; color: #999; margin-top: 5px; }24        .day-header {25            background: linear-gradient(135deg, #4f46e5, #6366f1);26            color: white;27            padding: 15px 20px;28            border-radius: 8px;29            margin: 25px 0 15px;30        }31        .day-header h3 { font-size: 18px; }32        .day-header p { opacity: 0.9; font-size: 13px; }33        .session {34            display: flex;35            border-bottom: 1px solid #f3f4f6;36            padding: 12px 0;37        }38        .session-time {39            width: 120px;40            font-weight: bold;41            color: #4f46e5;42            font-size: 13px;43            flex-shrink: 0;44            padding-top: 2px;45        }46        .session-content { flex: 1; }47        .session-content .title { font-weight: 600; font-size: 15px; }48        .session-content .speaker { font-size: 13px; color: #4f46e5; margin-top: 2px; }49        .session-content .details { font-size: 12px; color: #666; margin-top: 2px; }50        .session-break {51            background: #f0fdf4;52            padding: 10px 15px;53            border-radius: 6px;54            margin: 8px 0;55            display: flex;56            align-items: center;57        }58        .session-break .time {59            width: 120px;60            font-weight: bold;61            color: #16a34a;62            font-size: 13px;63        }64        .session-break .label { color: #16a34a; font-weight: 600; }65        .session-keynote {66            background: #f0f0ff;67            padding: 12px 15px;68            border-radius: 6px;69            margin: 8px 0;70            border-left: 4px solid #4f46e5;71        }72        .track-label {73            display: inline-block;74            padding: 2px 8px;75            border-radius: 3px;76            font-size: 11px;77            font-weight: bold;78            margin-right: 8px;79        }80        .track-a { background: #dbeafe; color: #1d4ed8; }81        .track-b { background: #fce7f3; color: #be185d; }82        .track-c { background: #d1fae5; color: #065f46; }83        .venue-info {84            display: flex;85            gap: 20px;86            margin-top: 30px;87            padding: 20px;88            background: #f9fafb;89            border-radius: 8px;90        }91        .venue-info div { flex: 1; }92        .venue-info .label { font-size: 11px; text-transform: uppercase; color: #999; }93        .venue-info .value { font-weight: 600; }94    </style>95</head>96<body>97    <div class="header">98        <h1>{{ event_name | default("Indonesia Tech Summit 2024") }}</h1>99        <h2>{{ event_tagline | default("Connecting Innovation, Driving Transformation") }}</h2>100        <p>{{ event_date | default("March 20-21, 2024") }} | {{ venue | default("Jakarta Convention Center, Hall A") }}</p>101    </div>102 103    {% for day in programme | default([104        {"day": "Day 1", "date": "Wednesday, March 20, 2024", "theme": "Innovation & Digital Transformation", "sessions": [105            {"type": "break", "time": "07:30 - 08:30", "label": "Registration & Welcome Coffee"},106            {"type": "keynote", "time": "08:30 - 09:00", "title": "Opening Ceremony", "speaker": "Mr. Hendro Kusuma, CEO PT Global Teknologi", "details": "Welcome address & event opening"},107            {"type": "keynote", "time": "09:00 - 09:45", "title": "Keynote: The Future of AI in Southeast Asia", "speaker": "Dr. Amanda Tan, Google Cloud APAC", "details": "Main Stage | Keynote Address"},108            {"type": "regular", "time": "09:45 - 10:30", "title": "Panel: Digital Transformation Success Stories", "speaker": "Moderator: Faisal Rahman | Panelists: CTO Tokopedia, CIO BCA, VP Engineering Grab", "details": "Main Stage | Panel Discussion", "track": ""},109            {"type": "break", "time": "10:30 - 11:00", "label": "Networking Coffee Break & Expo Visit"},110            {"type": "regular", "time": "11:00 - 11:45", "title": "Cloud-Native Architecture for Scale", "speaker": "Ir. Budi Santoso, AWS Solutions Architect", "details": "Hall A | Technical Track", "track": "A"},111            {"type": "regular", "time": "11:00 - 11:45", "title": "Building Data-Driven Organizations", "speaker": "Maria Gonzalez, Tableau SE Asia", "details": "Hall B | Business Track", "track": "B"},112            {"type": "break", "time": "12:00 - 13:30", "label": "Lunch & Expo Visit"},113            {"type": "regular", "time": "13:30 - 14:15", "title": "Cybersecurity in the Age of AI", "speaker": "James Chen, Palo Alto Networks", "details": "Hall A | Technical Track", "track": "A"},114            {"type": "regular", "time": "13:30 - 14:15", "title": "Startup Funding Landscape 2024", "speaker": "Andi Wibowo, East Ventures", "details": "Hall B | Startup Track", "track": "C"},115            {"type": "regular", "time": "14:30 - 15:15", "title": "Fireside Chat: Indonesia's Unicorn Journey", "speaker": "CEO of leading Indonesian unicorn (TBA)", "details": "Main Stage", "track": ""},116            {"type": "break", "time": "15:15 - 15:45", "label": "Afternoon Tea Break"},117            {"type": "regular", "time": "15:45 - 16:30", "title": "Workshop: Hands-on with Generative AI", "speaker": "Tech team, OpenAI Partnership", "details": "Workshop Room | Limited to 50 pax", "track": "A"},118            {"type": "regular", "time": "16:30 - 17:00", "title": "Day 1 Closing & Lucky Draw", "speaker": "MC Team", "details": "Main Stage", "track": ""},119            {"type": "break", "time": "19:00 - 21:00", "label": "Gala Dinner & Networking (By Invitation)"}120        ]},121        {"day": "Day 2", "date": "Thursday, March 21, 2024", "theme": "Implementation & Future Outlook", "sessions": [122            {"type": "break", "time": "08:00 - 08:30", "label": "Morning Coffee & Networking"},123            {"type": "keynote", "time": "08:30 - 09:15", "title": "Keynote: Sustainable Technology for Indonesia 2045", "speaker": "Minister of Communication & Informatics (Invited)", "details": "Main Stage | Keynote Address"},124            {"type": "regular", "time": "09:15 - 10:00", "title": "Panel: The CTO's Playbook - Scaling Engineering Teams", "speaker": "Moderator: Sarah Chen | CTOs from Gojek, Bukalapak, Traveloka", "details": "Main Stage | Panel Discussion", "track": ""},125            {"type": "break", "time": "10:00 - 10:30", "label": "Coffee Break & Expo Visit"},126            {"type": "regular", "time": "10:30 - 11:15", "title": "DevOps & Platform Engineering Best Practices", "speaker": "Roni Hidayat, HashiCorp", "details": "Hall A | Technical Track", "track": "A"},127            {"type": "regular", "time": "10:30 - 11:15", "title": "Digital Marketing with AI: What Works in 2024", "speaker": "Natasha Sari, HubSpot APAC", "details": "Hall B | Business Track", "track": "B"},128            {"type": "regular", "time": "11:30 - 12:15", "title": "Startup Pitch Competition Finals", "speaker": "5 Finalist Startups | Judges: VC Partners", "details": "Main Stage | Competition", "track": "C"},129            {"type": "break", "time": "12:15 - 13:30", "label": "Lunch & Final Expo Visit"},130            {"type": "regular", "time": "13:30 - 14:15", "title": "Building for Billions: Inclusive Tech Design", "speaker": "Anita Rao, Microsoft Inclusive Design", "details": "Main Stage", "track": ""},131            {"type": "regular", "time": "14:30 - 15:00", "title": "Awards Ceremony & Pitch Competition Winner", "speaker": "Judges Panel", "details": "Main Stage", "track": ""},132            {"type": "keynote", "time": "15:00 - 15:30", "title": "Closing Keynote & Thank You", "speaker": "Mr. Hendro Kusuma, CEO PT Global Teknologi", "details": "Main Stage | Closing Address"},133            {"type": "break", "time": "15:30 - 16:00", "label": "Farewell Networking & Photo Session"}134        ]}135    ]) %}136    <div class="day-header">137        <h3>{{ day.day }} — {{ day.theme }}</h3>138        <p>{{ day.date }}</p>139    </div>140 141    {% for session in day.sessions %}142        {% if session.type == 'break' %}143        <div class="session-break">144            <div class="time">{{ session.time }}</div>145            <div class="label">☕ {{ session.label }}</div>146        </div>147        {% elif session.type == 'keynote' %}148        <div class="session-keynote">149            <div class="session">150                <div class="session-time">{{ session.time }}</div>151                <div class="session-content">152                    <div class="title">⭐ {{ session.title }}</div>153                    <div class="speaker">{{ session.speaker }}</div>154                    <div class="details">{{ session.details }}</div>155                </div>156            </div>157        </div>158        {% else %}159        <div class="session">160            <div class="session-time">{{ session.time }}</div>161            <div class="session-content">162                {% if session.track == 'A' %}<span class="track-label track-a">Track A</span>163                {% elif session.track == 'B' %}<span class="track-label track-b">Track B</span>164                {% elif session.track == 'C' %}<span class="track-label track-c">Track C</span>165                {% endif %}166                <span class="title">{{ session.title }}</span>167                <div class="speaker">{{ session.speaker }}</div>168                <div class="details">{{ session.details }}</div>169            </div>170        </div>171        {% endif %}172    {% endfor %}173    {% endfor %}174 175    <div class="venue-info">176        <div>177            <div class="label">Venue</div>178            <div class="value">{{ venue | default("Jakarta Convention Center, Hall A") }}</div>179        </div>180        <div>181            <div class="label">Address</div>182            <div class="value">{{ venue_address | default("Jl. Jend. Gatot Subroto, Senayan, Jakarta") }}</div>183        </div>184        <div>185            <div class="label">WiFi</div>186            <div class="value">{{ wifi | default("Network: TechSummit2024 | Pass: innovate24") }}</div>187        </div>188        <div>189            <div class="label">Contact</div>190            <div class="value">{{ event_contact | default("info@techsummit.id | +62 21 555 0400") }}</div>191        </div>192    </div>193</body>194</html>195