Test Profile
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Changed all images to webp format for faster load times

+7 -7
Images/.DS_Store

This is a binary file and will not be displayed.

Images/DaytonDiscGolf.webp

This is a binary file and will not be displayed.

Images/EmeraldYards.webp

This is a binary file and will not be displayed.

Images/Intro-Background.jpg

This is a binary file and will not be displayed.

Images/Intro-Background.webp

This is a binary file and will not be displayed.

Images/Keytrak.webp

This is a binary file and will not be displayed.

Images/Law.webp

This is a binary file and will not be displayed.

Images/ReyRey.webp

This is a binary file and will not be displayed.

Images/Shopsmith.webp

This is a binary file and will not be displayed.

+1 -1
css/styles.css
··· 99 99 height: 32rem; 100 100 margin: 0 auto; 101 101 background-color: black; 102 - background: url("/Images/Intro-Background.jpg"); 102 + background: url("/Images/Intro-Background.webp"); 103 103 background-size: cover; 104 104 } 105 105
+6 -6
index.html
··· 99 99 <img 100 100 alt="Image of Emerald Yards Webiste" 101 101 class="Card-Image" 102 - src="/Images/EmeraldYards.png" 102 + src="/Images/EmeraldYards.webp" 103 103 /> 104 104 <p class="Card-Title">Emerald Yards</p> 105 105 </div> ··· 110 110 <img 111 111 alt="Image of Dayton Disc Golf Webiste" 112 112 class="Card-Image" 113 - src="/Images/DaytonDiscGolf.png" 113 + src="/Images/DaytonDiscGolf.webp" 114 114 /> 115 115 <p class="Card-Title">Dayton Disc Golf</p> 116 116 </div> ··· 129 129 <img 130 130 alt="Reynplds & Reynolds logo" 131 131 class="Pro-Image" 132 - src="/Images/ReyRey.png" 132 + src="/Images/ReyRey.webp" 133 133 /> 134 134 <p class="Card-Pro-Title">Reynolds & Reynolds</p></a 135 135 > ··· 139 139 ><img 140 140 alt="Law553 website logo" 141 141 class="Pro-Image" 142 - src="/Images/Law.png" 142 + src="/Images/Law.webp" 143 143 /> 144 144 <p class="Card-Pro-Title">Law553</p> 145 145 </a> ··· 149 149 <img 150 150 alt="Shopsmith logo" 151 151 class="Pro-Image" 152 - src="/Images/Shopsmith.png" 152 + src="/Images/Shopsmith.webp" 153 153 /> 154 154 <p class="Card-Pro-Title">Shopsmith</p></a 155 155 > ··· 159 159 <img 160 160 alt="Keytrak logo" 161 161 class="Pro-Image" 162 - src="/Images/Keytrak.png" 162 + src="/Images/Keytrak.webp" 163 163 /> 164 164 <p class="Card-Pro-Title">Keytrak</p></a 165 165 >