<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-pink.css">    
<title>Links website</title>
<script src="https://unpkg.com/feather-icons"></script>
<style>
body {
  background: url("http://longest.com/back.jpg"); /* The image used for background */
}

.container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.links-container {
  display: flex;
  flex-direction: column;
  jusify-content: center;
  align-items: center;
}

.links-container a {
  width: 80%;
}

.w3-theme-l1:hover {
  background-color: #f279a1 !important;
}

.margin-top-2 {
  margin-top: 32px;
}

.bottom {
  width: 100%;
  text-align: center;
  width: auto;
  font-weight: bolder;
}

.bottom span {
  color: #ed4d82;
}

.bottom svg {
  stroke: #ed4d82;
  fill: #ed4d82;
}

@media (min-width: 768px) {
  .link {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
</style>
  </head>
  <body>
    <!-- Content container -->
    <div class="container">

      <!-- Image and name container. Change to your pictue here. -->
      <div style="text-align: center">
        <img src="http://longest.com/bl2.jpg" class="w3-margin" alt="image" width="150px" height="150px" style="border-radius: 50%;">
        <p><span class="name w3-padding w3-indigo w3-round" style="font-weight: bolder;">Brian Longest</span></p>
        <p style="font-weight: bolder;">My Links</p>
      </div>
      
      
           <!-- Crypto Section -->
      <h4 class="margin-top-2" style="text-align: center;"><strong>Cryptocurrency Show</strong><br><i>"Crypto for the Rest of Us"</i></h4>
      <div class="links-container">
        <a href="https://www.youtube.com/@HackYourCrypto" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Show on YouTube</a>
      </div>
      <div class="links-container">
        <a href="https://rumble.com/c/HackYourCrypto" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Show on Rumble</a>
      </div>
            <div class="links-container">
        <a href="https://www.skool.com/crypto-profit" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Crypto Skool Community</a>
      </div>
            <div class="links-container">
        <a href="https://x.com/longest" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Twitter</a>
      </div>
 

                 <!-- Finance Section -->
      <h4 class="margin-top-2" style="text-align: center;"><strong>Finance Show</strong><br><i>"Hack Your Finances"</i></h4>
      <div class="links-container">
        <a href="https://www.youtube.com/@HackYourCreditCards" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Show on YouTube</a>
      </div>
      <div class="links-container">
        <a href="https://rumble.com/c/HackYourFinances" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Show on Rumble</a>
      </div>

 

      <!-- Wolfe Section -->
      <h4 class="margin-top-2" style="text-align: center;"><strong>Wolfe Pickleball</strong></h4>
      <div class="links-container">
        <a href="https://wolfepickleball.com/" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Wolfe Website</a>
      </div>
      <div class="links-container">
        <a href="https://twitter.com/wolfepickleball" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Wolfe Twitter</a>
      </div>
            <div class="links-container">
        <a href="https://www.instagram.com/wolfepickleball/" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Wolfe Instagram</a>
      </div>
            <div class="links-container">
        <a href="https://www.facebook.com/wolfepickleball/" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Wolfe Facebook</a>
      </div>
 



      <!-- Brian Section -->
      <h4 class="margin-top-2" style="text-align: center;"><strong>Brian Longest</strong></h4>
      <div class="links-container">
        <a href="http://www.linkedin.com/in/brianlongest" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">LinkedIn</a>
        <a href="https://x.com/longest" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Twitter</a>
        <a href="https://www.instagram.com/chocmustang/" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Instagram</a>
        <a href="mailto: brianlongest@gmail.com" class="w3-button w3-round-xlarge w3-theme-l1 w3-border link" target="_blank">Contact via eMail</a>

    </div>
    <br><br><br><br>
    <script>
      feather.replace()
    </script>
  </body>  
</html>
