samedi 27 mars 2021

Social Media Links Show on All Computers But One

When loading my website up 'sidonicus.com' some of my social media links don't show up (see attached image). I've tried wiping my cache and going in again but it never fixes anything. I am able to see all my social media links from all other computers except for my personal laptop.

Does anyone know what may be happening?

I've attached the code to my index.html (Its my first time coding so I apologize if my messy code grosses you out haha). The website is also incomplete as of yet.

HTML CODE:

<!DOCTYPE html>
<html>
<!--------------------------------------------------------HEADER + SUB-MENUS-->
  <head>
    <link rel="stylesheet" href="theindex.css">
    <title>SIDONICUS</title>
  </head>
<!--------------------------------------------------------------------------BODY: START-->
<body>
<!-----------------------------------------------------------HEADER + DIV CLASS="CONTAINER"-->
  <header>
    <a href="index.html">
    <div class="container">
      <img src="images/sid_logo.PNG" alt="SIDONICUS_LOGO" class="LOGO">
    </a>
          <nav>
            <ul>
              <!--
              <li><a href="index.html">HOME</a></li>
              <li><a href="allworks.html">WORKS</a></li>
              <li><a href="#">BLOG</a></li>
              <li><a href="store.html">STORE</a></li>
              -->
              <li><a href="contact.html">CONTACT</a></li>
            </ul>
        </nav>
    </header>

<!---------------------------------------------------SECTION CLASS: FEATURES-->
<section class= "features">
  
  <!---------------------------------------------------------------NOVELS-->
  
  <a href="novels.html">
    <div class="textWithBlurredBg">
        <img src="images/grey_rectangle.jpg" alt="NOVELS">
        <h2>NOVELS</h2>        
    </div>
  </a>

  <!--------------------------------------------------------------------COMICS-->
    <a href=>
      <div class="textWithBlurredBg">
        <img src= "images/coming_soon_rectangle.jpg"   alt = "COMIC">
          <h2> COMICS </h2>
      </div>
   </a>
  <!----------------------------------------------------------ILLUSTRATIONS-->
    <a href=>
      <div class="textWithBlurredBg">
    <img src= "images/coming_soon_rectangle.jpg"   alt = "ILLUSTRATION">
    <h2> ILLUSTRATIONS </h2>
    </div>
    </a>


  <!-------------------------------------------------------------------OTHER-->
    <a href=>
      <div class="textWithBlurredBg">
    <img src= "images/coming_soon_rectangle.jpg"   alt = "OTHER">
    <h2> OTHER </h2>
      </div>
      </a>
  
</section>

<p class="social">

  <a href="https://www.deviantart.com/sidonicus">
    <img src= "images/deviantart_logo.png"   alt = "DeviantArt" width="70">
</a>

  <a href="https://www.artstation.com/sidonicus">
    <img src= "images/artstation_logo.png"   alt = "ArtStation" width="70">
</a>  

<a href="https://www.behance.net/sidonicus">
  <img src= "images/behance_logo.png"   alt = "Behance" width="70">
</a>

<a href="https://sidonicus.tumblr.com">
    <img src= "images/tumblr_logo.png"   alt = "tumblr." width="70">
</a>

<a href="https://www.instagram.com/s_i_d_o_n_i_c_u_s">
    <img src= "images/instagram_logo.webp"   alt = "Instagram" width="70">
</a>

<a href="https://twitter.com/sidonicus">
    <img src= "images/twitter_logo.png"   alt = "Twitter" width="70">
</a>

<a href="https://tapas.io/Sidonicus">
    <img src= "images/tapas_logo.png"   alt = "Tapas"   width="70">
</a>

<a href="https://www.pixiv.net/en/users/61568387">
  <img src= "images/pixiv_logo.png"   alt = "Pixiv"   width="70">
</a>

<a href="https://www.wattpad.com/user/SIDONICUS">
    <img src= "images/wattpad_logo.PNG"   alt = "Wattpad"   width="70">
</a>

<a href="https://www.redbubble.com/people/Sidonicus/shop">
    <img src= "images/redbubble_logo.png"   alt = "RedBubble"   width="70">
</a>

<a href="https://www.patreon.com/user?u=35146923">
    <img src= "images/patreon_logo.png"   alt = "Patreon"   width="70">
</a>

<a href="https://ko-fi.com/sidonicus">
    <img src= "images/kofi_logo.png"   alt = "Ko-fi"   width="70">
</a>

<a href="https://www.buymeacoffee.com/SIDONICUS">
    <img src= "images/bmac_logo.png"   alt = "Buy Me a Coffee"   width="70">
</a>

</p>



<!-----------------------------------------------------------------------------FOOTER-->
<footer>&#169;2020-2021 SIDONICUS   All Rights Reserved.</footer>
<!--------------------------------------------------------------------------BODY: END-->
</body>
</html>

Image showing what I see on my personal laptop




Aucun commentaire:

Enregistrer un commentaire