MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/public_html/imenso.co/lift-cincy/artist.php
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>LIFT Cincy</title>
    <?php include 'head.php'; ?>
  </head>

  <body class="home">
    <!-- Navbar -->
    <?php include 'navbar.php'; ?>
    <!-- Navbar -->

    <section class="ticket_section bg-black burger_t p-relative">
      <div class="bg_strip1"><img src="images/bg_strip1.svg" alt="ticket" class="img-svg" /></div>
      <div class="bg_strip6"><img src="images/bg_strip6.svg" alt="ticket" class="img-svg" /></div>
      <div class="ccontainer artist_section">
        <div class="crow flex-justify-center flex-item-align-end">
          <div class="ccol ccol-lg-3 ccol-md-3 ccol-sm-4">
            <img src="images/profile.png" alt="profile"  class="w-100" />
          </div>
          <div class="ccol ccol-lg-3 ccol-md-3 ccol-sm-4">
            <div class="ml-1">
              <div class="badge badge-warning mb-1">SAT   MAR   26   2022 - 7:00 PM</div>
              <h1 class="heading_1 text-white">Porter Robinson</h1>
            </div>
          </div>
        </div>
        <div class="crow">
          <div class="ccol ccol-lg-6 ccol-md-6 ccol-sm-8 mx-auto border-top border-white mt-1">
            <div class="navigation_cnt cnt_white">
              <h3>
                <span><img src="images/arrow.svg" alt="arrow" class="img-svg" /></span>
                Listen to artist tracks on Spotify or Apple Music
              </h3>
              <div class="ml-3 mt-1" style="padding-left: .5rem;">
                <a href="#" class="cbtn cbtn-primary mr-1">Go to Apple Music <span><img src="images/arrow.svg" alt="arrow" class="img-svg" /></span></a>
                <a href="#" class="cbtn cbtn-primary">Go to Spotify <span><img src="images/arrow.svg" alt="arrow" class="img-svg" /></span></a> 
              </div>
            </div>

            <div class="text-white mt-2 line_height18 mb-2">
              <h2>To speak of an artist’s “emergence” is especially apt in the case of the singer, songwriter, and musician Moses Sumney, who seemed to reveal his musical legend gradually, one ephemeral facet at a time.</h2>
              <p>After growing up in Ghana and Southern California and studying poetry in college, Sumney swiftly earned the attention of the LA music industry, but that interest came with expectations that he would standardize his omnidirectional electronic soul music. Instead, he turned away from compromised fame and sketched the merest outline of his sublime sound on the Mid-City EP—recorded on a four-track given to him by Dave Sitek—and then moved to the quiet, remote mountains of North Carolina, less than two hours by car east of Knoxville. There, after another translucent turn on the Lamentations EP, Sumney began to unroll the fullness of his musical vision on the mercurial Aromanticism, released by Jagjaguar in 2017, which rose high on the nation’s most prestigious year-end lists.</p>
              <p>Next, he fulfilled that vision on the towering double-album grae, where his “Prince-like falsetto and his polymathic musical acuity” brought a New York Times Magazine spotlight as well as a second-consecutive Best New Music from Pitchfork. In part a reflection on Sumney’s rejection of the mainstream music industry, the album ratified the soundness of his decision to go his own way—though it’s been one filled with collaborations with the likes of Bon Iver, Solange, James Blake, Bryce Dessner, and other fellow seekers on the outer rim of pop music.</p>
            </div>

            <div class="text-white border-top border-white mt-1 pt-1">
              <h2 class="mb-2">Moses Sumney – ‘Cut Me’</h2>
              <div class="iframe_video">
                <iframe src="https://www.youtube.com/embed/O0dLpnLBcKk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>

    <!-- Footer -->   
    <?php include 'footer.php'; ?>
    <!-- Footer -->  

  </body>
</html>