<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Concert Details</title>
    <!-- Tailwind CSS CDN with custom colors -->
    <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        'tangerine': {
                            50: '#FDF4ED',
                            100: '#FCECDC',
                            200: '#F8D1B9',
                            300: '#F4B596',
                            400: '#EF9873',
                            500: '#DE6329', /* Primary color */
                            600: '#C75A25',
                            700: '#B05021',
                            800: '#99461D',
                            900: '#823D19',
                        },
                        'dark-blue': {
                            50: '#E8EBF2',
                            100: '#CCD3E0',
                            200: '#99A7C2',
                            300: '#667BA3',
                            400: '#334F85',
                            500: '#112861', /* Secondary color */
                            600: '#0F2458',
                            700: '#0D204E',
                            800: '#0B1C45',
                            900: '#09183B',
                        },
                    }
                }
            }
        }
    </script>
    <!-- Google Fonts - Inter -->
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Inter', sans-serif;
            background-color: #f3f4f6; /* Light gray background */
        }
    </style>
</head>
<body class="p-4 sm:p-6 md:p-8 lg:p-10 bg-gray-100 min-h-screen flex items-center justify-center">

    <div class="max-w-md w-full bg-white shadow-xl rounded-xl overflow-hidden transform transition-all duration-300 hover:scale-105">
        <div class="p-6 sm:p-8">
            <!-- Header Section -->
            <div class="text-center mb-6">
                <h1 class="text-3xl sm:text-4xl font-extrabold text-tangerine-800 mb-2 leading-tight">Journeys</h1>
                <p class="text-lg text-gray-600">presented by Chorus Austin</p>
            </div>

            <!-- Key Details Section -->
            <div class="grid grid-cols-1 gap-4 mb-6">
                <!-- Date & Time -->
                <div class="flex items-start bg-dark-blue-50 p-4 rounded-lg shadow-sm">
                    <svg class="w-6 h-6 text-tangerine-600 mr-3 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg>
                    <div>
                        <h3 class="font-semibold text-gray-800 text-base sm:text-lg">Date & Time</h3>
                        <p class="text-gray-700 text-sm sm:text-base">October 24 at 8:00PM & 25, 2026 at 4:00 PM</p>
                    </div>
                </div>

                <!-- Location -->
                <div class="flex items-start bg-dark-blue-50 p-4 rounded-lg shadow-sm">
                    <svg class="w-6 h-6 text-tangerine-600 mr-3 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.828 0l-4.243-4.243a8 8 0 1111.314 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
                    <div>
                        <h3 class="font-semibold text-gray-800 text-base sm:text-lg">Location</h3>
                        <p class="text-gray-700 text-sm sm:text-base">First English Lutheran Church</p>
                        <p class="text-gray-700 text-sm sm:text-base">3001 Whitis Ave, Austin, TX 78705</p>
                    </div>
                </div>
            </div>

            <!-- Program Details -->
            <div class="mb-6">
                <h2 class="text-xl sm:text-2xl font-bold text-tangerine-700 mb-3 border-b-2 border-dark-blue-200 pb-2">The Performance</h2>
                <ul class="space-y-3 text-gray-700">
                    <li class="flex items-start">
                        <!-- Speaker Emoji -->
                        <div class="w-5 h-5 text-dark-blue-500 mr-2 mt-1 text-xl leading-none">🔊</div>
                        <div>
                            <span class="font-semibold">Performed by:</span> CA Chamber Ensemble led by Artistic Director Ryan Heller.
                        </div>
                    </li>
                    <li class="flex items-start">
                        <!-- Music Note Emoji -->
                        <div class="w-5 h-5 text-dark-blue-500 mr-2 mt-1 text-xl leading-none">🎵</div>
                        <div>
                            <span class="font-semibold">Music:</span> <span class="block text-sm text-gray-600 mb-1">Preview Selections of the music by following links below:</span>
                            <a href="https://open.spotify.com/track/1GVhgz8Uzf55AfrZM2Pbwj?si=b558d8573fe94deb" target="_blank" class="text-tangerine-600 hover:underline font-bold">Ohtul, Part Uusberg</a><br>
                            <a href="https://open.spotify.com/track/1QyOjy3ZODtLUBjplCc8Pw?si=80d839f281c04026" target="_blank" class="text-tangerine-600 hover:underline font-bold">Dawn, Eric William Barnum</a><br>
                            <a href="https://open.spotify.com/track/4xNaQ8j9DKK7IyojtbsvAE?si=187c55644e034eb2" target="_blank" class="text-tangerine-600 hover:underline font-bold">Come to the Woods, Jake Runestad</a>
                        </div>
                    </li>
                    <li class="flex items-start">
                        <!-- Clock Emoji -->
                        <div class="w-5 h-5 text-dark-blue-500 mr-2 mt-1 text-xl leading-none">⏰</div>
                        <div>
                            <span class="font-semibold">Duration:</span> 90 minutes.
                        </div>
                    </li>
                </ul>
            </div>

            <!-- Logistics & Dress Code -->
            <div class="mb-6">
                <h2 class="text-xl sm:text-2xl font-bold text-tangerine-700 mb-3 border-b-2 border-dark-blue-200 pb-2">Good to Know</h2>
                <ul class="space-y-3 text-gray-700">
                    <li class="flex items-start">
                        <!-- Car Emoji -->
                        <div class="w-5 h-5 text-dark-blue-500 mr-2 mt-1 text-xl leading-none">🚗</div>
                        <div>
                            <span class="font-semibold">Parking:</span> Available on site.
                        </div>
                    </li>
                    <li class="flex items-start">
                        <!-- Bus Emoji -->
                        <div class="w-5 h-5 text-dark-blue-500 mr-2 mt-1 text-xl leading-none">🚌</div>
                        <div>
                            <span class="font-semibold">Bus Stop:</span>
                            <ul class="list-disc list-inside ml-4 mt-1 text-sm">
                                <li>31st/Grooms</li>
                                <li>31st/Walling</li>
                                <li>3204 Speedway/33rd</li>
                                <li>31st Street Rapid Station (NB)</li>
                            </ul>
                        </div>
                    </li>
                    <li class="flex items-start">
                        <!-- Dress Emoji -->
                        <div class="w-5 h-5 text-dark-blue-500 mr-2 mt-1 text-xl leading-none">👗</div>
                        <div>
                            <span class="font-semibold">Dress Code:</span> Dress up for a fancy, upscale date or come as you are. You will not be alone in your choice!
                        </div>
                    </li>
                </ul>
            </div>

            <!-- Call to Action -->
            <!-- The "Secure Your Tickets Now!" button has been removed as requested. -->
        </div>
    </div>

</body>
</html>

Concert Details

As We Pass Through

presented by Chorus Austin

Date & Time

October 11 & 12, 2025 at 4:00 PM

Location

First English Lutheran Church

3001 Whitis Ave, Austin, TX 78705

The Performance

Good to Know

  • 🚗
    Parking: Available on site.
  • 🚌
    Bus Stop:
    • 31st/Grooms
    • 31st/Walling
    • 3204 Speedway/33rd
    • 31st Street Rapid Station (NB)
  • 👗
    Dress Code: Dress up for a fancy, upscale date or come as you are. You will not be alone in your choice!