Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Press Page - ATEEZ</title>
- <link rel="stylesheet" href="css/style.css">
- </head>
- <body>
- <div class="press-page">
- <header class="press-page__header">
- <div class="press-page__overlay"></div>
- </header>
- <div class="heading-main">
- <h1 class="heading-main__title">Latest News</h1>
- </div>
- <section class="container press-page__grid grid--2x2">
- <article class="press-page__article">
- <img src="img/ateez-article1.jpg" alt="Picture of all 8 members of ATEEZ" class="press-page__article-image">
- <div class="press-page__article-content">
- <h2 class="press-page__article-title">NME</h2>
- <p class="press-page__article-excerpt">ATEEZ announce 2025 Europe leg of 'Towards the Light: Will to Power' world tour</p>
- <a href="https://www.nme.com/news/music/ateez-2024-world-tour-towards-the-light-will-to-power-2-3555883" class="press-page__article-link">Read more</a>
- </div>
- </article>
- <article class="press-page__article">
- <img src="img/ateez-article2.jpg" alt="Picture of all 8 members of ATEEZ" class="press-page__article-image">
- <div class="press-page__article-content">
- <h2 class="press-page__article-title">YTN</h2>
- <p class="press-page__article-excerpt">ATEEZ selected the headliner for the 'Grand Mint Festival' on November 3rd.</p>
- <a href="https://www.ytn.co.kr/en/news/news_view.php?key=202410080924088880" class="press-page__article-link">Read more</a>
- </div>
- </article>
- <article class="press-page__article">
- <img src="img/ateez-article3.png" alt="Picture of all 8 members of ATEEZ" class="press-page__article-image">
- <div class="press-page__article-content">
- <h2 class="press-page__article-title">Korea Joongang Daily</h2>
- <p class="press-page__article-excerpt">Ateez to release fourth Japanese single on Oct. 2</p>
- <a href="#" class="press-page__article-link">Read more</a>
- </div>
- </article>
- <article class="press-page__article">
- <img src="img/ateez-article4.jpg" alt="Picture of San, Hongjoong, and Wooyoung of ATEEZ" class="press-page__article-image">
- <div class="press-page__article-content">
- <h2 class="press-page__article-title">Teen Vogue</h2>
- <p class="press-page__article-excerpt">The ATEEZ Members Each Brought Totally Different Vibes to Fashion Week — See Photos</p>
- <a href="#" class="press-page__article-link">Read more</a>
- </div>
- </article>
- </section>
- <br><br>
- <!--About section-->
- <section class="press-page__about">
- <h2 class="press-page__about-title">ATEEZ is Worldwide</h2>
- <p class="press-page__about-text">
- ATEEZ success has skyrocketed over the last few years. Every new comeback album has charted in the top 10 of Billboard's Top 200 Albums chart. ATEEZ has sold over 7 million albums worldwide since their debuet in 2018. They have had multiple <strong>sold-out</strong> world tours. They continue to see success and growth, and show no sign of slowing down.
- </p>
- <!-- Stats Section -->
- <div class="press-page__about-stats">
- <div class="press-page__about-stat">
- <img src="img/spotify-logo.png" alt="Spotify logo" class="press-page__about-stat-icon">
- <h3 class="press-page__about-stat-title">Over 850 Million</h3>
- <p>Streams on all platforms, on average.</p>
- </div>
- <div class="press-page__about-stat">
- <img src="img/twitter.png" alt="Twitter/X logo" class="press-page__about-stat-icon">
- <h3 class="press-page__about-stat-title">Over 300 Million</h3>
- <p>Engagements with ATEEZ's content daily, on average.</p>
- </div>
- </div>
- </section>
- <br><br>
- <section class="press-page__contact">
- <h2 class="press-page__contact-title">Get in touch</h2>
- <!-- Contact Logo Section -->
- <div class="press-page__contact-logo">
- <img src="img/ateez-logo.jpg" alt="ATEEZ's logo" class="press-page__contact-logo-image">
- </div>
- <!-- Contact Details Section -->
- <div class="press-page__contact-info">
- <h3 class="press-page__contact-info-title">Press Requests</h3>
- <p>Email <a href="mailto:ateez-press@kqent.com" class="press-page__contact-email">ateez-press@kqent.com</a>.</p>
- <p>For all other inquiries, please visit our <a href="#" class="press-page__contact-link">Contact page</a>.</p>
- </div>
- </section>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement