Improvements to site performance & accessibility
Added alt tags, language, and defered loading to assets that are not needed immediately.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="">
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
@@ -23,7 +23,7 @@
|
||||
<link href="https://fonts.googleapis.com/css?family=Zilla+Slab:500,500i" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" ></script>
|
||||
<script src="js/Weight Calculation Script-Edited-Jquery-V4.js"> </script>
|
||||
<script src="js/Weight Calculation Script-Edited-Jquery-V4.js" defer> </script>
|
||||
</head>
|
||||
<body>
|
||||
<!--[if lte IE 9]>
|
||||
@@ -45,7 +45,7 @@
|
||||
<p class="b-platevisual__weightfinal"><span class="input-element input-final">45</span> LBS</p>
|
||||
</div>
|
||||
<div class="b-platevisual__weight">
|
||||
<img src="images/BarBell.svg" class="b-platevisual__barbell">
|
||||
<img src="images/BarBell.svg" alt="Barbell" class="b-platevisual__barbell">
|
||||
<div class="b-platevisual__plates b-platevisual__plates--left">
|
||||
</div>
|
||||
<div class="b-platevisual__plates b-platevisual__plates--right">
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"start_url": "/",
|
||||
"theme_color": "#CCFF00",
|
||||
"background_color": "#CCFF00",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user