IIIT-Delhi / byld-website

Static Website for IIIT-Delhi's Software Dev Club Byld
https://iiit-delhi.github.io/byld-website/
8 stars 29 forks source link

Add HTML proofer #7

Open virresh opened 6 years ago

virresh commented 6 years ago

https://github.com/gjtorikian/html-proofer

virresh commented 6 years ago

Blocked by https://github.com/virresh/byldWebsite/issues/4

Running ["ScriptCheck", "ImageCheck", "LinkCheck"] on ["../out/"] on *.html... 

Checking 19 external links...
Ran on 4 files!

- ../out/index.html
  *  External link http://jobport.iiitd.edu.in:8081/ failed: response code 0 means something's wrong.
             It's possible libcurl couldn't connect to the server or perhaps the request timed out.
             Sometimes, making too many requests at once also breaks things.
             Either way, the return message (if any) from the server is: Failure when receiving data from the peer
  *  External link http://phdadmissions.iiitd.edu.in/ failed: 502 No error
  *  image /byldWebsite/assets/images/hackathons.jpg does not have an alt attribute (line 130)
  *  image /byldWebsite/assets/images/hacknights.jpg does not have an alt attribute (line 123)
  *  image /byldWebsite/assets/images/iiitd.png does not have an alt attribute (line 59)
  *  image /byldWebsite/assets/images/logoTemp.png does not have an alt attribute (line 307)
  *  image /byldWebsite/assets/images/social/facebook-square-icon.png does not have an alt attribute (line 288)
  *  image /byldWebsite/assets/images/social/github-icon.png does not have an alt attribute (line 298)
  *  image /byldWebsite/assets/images/social/mail-icon.png does not have an alt attribute (line 293)
  *  image /byldWebsite/assets/images/techtalks.jpg does not have an alt attribute (line 137)
  *  image /byldWebsite/assets/images/transparentSmall.png does not have an alt attribute (line 53)
  *  internal image /byldWebsite/assets/images/hackathons.jpg does not exist (line 130)
  *  internal image /byldWebsite/assets/images/hacknights.jpg does not exist (line 123)
  *  internal image /byldWebsite/assets/images/iiitd.png does not exist (line 59)
  *  internal image /byldWebsite/assets/images/logoTemp.png does not exist (line 307)
  *  internal image /byldWebsite/assets/images/social/facebook-square-icon.png does not exist (line 288)
  *  internal image /byldWebsite/assets/images/social/github-icon.png does not exist (line 298)
  *  internal image /byldWebsite/assets/images/social/mail-icon.png does not exist (line 293)
  *  internal image /byldWebsite/assets/images/techtalks.jpg does not exist (line 137)
  *  internal image /byldWebsite/assets/images/transparentSmall.png does not exist (line 53)
  *  internal script /byldWebsite/assets/js/byldJquery.js does not exist (line 340)
  *  internal script /byldWebsite/assets/js/jquery.scrollTo.min.js does not exist (line 338)
  *  internal script /byldWebsite/assets/js/waypoints.min.js does not exist (line 339)
  *  internally linking to /byldWebsite/, which does not exist (line 16)
     <link rel="canonical" href="/byldWebsite/">
  *  internally linking to /byldWebsite/assets/css/animate.css, which does not exist (line 21)
     <link href="/byldWebsite/assets/css/animate.css" rel="stylesheet">
  *  internally linking to /byldWebsite/assets/css/byld.css, which does not exist (line 22)
     <link href="/byldWebsite/assets/css/byld.css" rel="stylesheet">
  *  internally linking to /byldWebsite/assets/images/favicon.png, which does not exist (line 26)
     <link rel="shortcut icon" type="image/x-icon" href="/byldWebsite/assets/images/favicon.png">
  *  internally linking to /hackathons, which does not exist (line 126)
     <a href="/hackathons">
        <li>
            <p>Hackathons</p>
            <br>
            <img src="/byldWebsite/assets/images/hackathons.jpg">
        </li>
      </a>
  *  internally linking to /hackathons/index.html, which does not exist (line 274)
     <a href="/hackathons/index.html">
          <button type="button" class="btn btn-primary btn-lg">When is next Hackathon?</button>
        </a>
  *  internally linking to /hacknights, which does not exist (line 119)
     <a href="/hacknights">
        <li>
            <p>Hack Nights</p>
            <br>
            <img src="/byldWebsite/assets/images/hacknights.jpg">
        </li>
      </a>
  *  internally linking to /techtalks, which does not exist (line 133)
     <a href="/techtalks">
        <li>
            <p>Tech Talks</p>
            <br>
            <img src="/byldWebsite/assets/images/techtalks.jpg">
        </li>
      </a>
  *  linking to internal hash # that does not exist (line 65)
     <a href="#">Blog</a>
  *  linking to internal hash # that does not exist (line 67)
     <a href="#">Members<span class="caret"></span></a>
  *  linking to internal hash # that does not exist (line 69)
     <a href="#">List of Members</a>
htmlproofer 3.9.1 | Error:  HTML-Proofer found 34 failures!