63
63
<!-- User Introduction-->
64
64
< div class ="user-details ">
65
65
< h1 > My Story</ h1 >
66
- < img
67
- src ="./assets/img/Professional-Picture-Me.jpg "
68
- alt ="Professional Me "
69
- width ="20% "
70
- style ="border-radius: 50% "
71
- />
66
+ < picture >
67
+ < source
68
+ type ="image/webp "
69
+ srcset ="./assets/img/webp/Professional-Picture-Me.webp "
70
+ alt ="Professional Me "
71
+ width ="20% "
72
+ style ="border-radius: 50% "
73
+ />
74
+ < img
75
+ src ="./assets/img/jpg/Professional-Picture-Me.jpg "
76
+ alt ="Professional Me "
77
+ width ="20% "
78
+ style ="border-radius: 50% "
79
+ />
80
+ </ picture >
72
81
< p >
73
82
I am a junior in the College of Information and Computer Sciences at the University of Massachusetts Amherst,
74
83
pursuing an undergraduate degree. I am majoring in Computer Science, with intent to double major in
@@ -133,7 +142,10 @@ <h1>Featured Projects</h1>
133
142
<!-- User Project #1: Personal Résumé Website -->
134
143
< div class ="user-projects ">
135
144
< div class ="images-right ">
136
- < img alt ="Personal Website " src ="./assets/img/Personal-Resume-Website.jpg " />
145
+ < picture >
146
+ < source type ="image/webp " srcset ="./assets/img/webp/Personal-Resume-Website.webp " alt ="Personal Website " />
147
+ < img alt ="Personal Website " src ="./assets/img/jpg/Personal-Resume-Website.jpg " />
148
+ </ picture >
137
149
</ div >
138
150
< div class ="contents " style ="text-align: center ">
139
151
< h3 > Personal Website</ h3 >
@@ -166,7 +178,10 @@ <h3>Personal Website</h3>
166
178
<!-- User Project #2: Summer 2020 Project -->
167
179
< div class ="user-projects ">
168
180
< div class ="images-left ">
169
- < img alt ="Perpetual Crusades " src ="./assets/img/Perpetual-Crusades.jpg " />
181
+ < picture >
182
+ < source type ="image/webp " srcset ="./assets/img/webp/Perpetual-Crusades.webp " alt ="Perpetual Crusades " />
183
+ < img alt ="Perpetual Crusades " src ="./assets/img/jpg/Perpetual-Crusades.jpg " />
184
+ </ picture >
170
185
</ div >
171
186
< div class ="contents-right " style ="text-align: center ">
172
187
< h3 > Perpetual Crusades</ h3 >
@@ -199,7 +214,10 @@ <h3>Perpetual Crusades</h3>
199
214
<!-- User Project #3: COVID-19 Tracker App -->
200
215
< div class ="user-projects ">
201
216
< div class ="images-right ">
202
- < img alt ="COVID-19 Tracker App " src ="./assets/img/COVID19-Tracker-App.jpg " />
217
+ < picture >
218
+ < source type ="image/webp " srcset ="./assets/img/webp/COVID19-Tracker-App.webp " alt ="COVID-19 Tracker App " />
219
+ < img alt ="COVID-19 Tracker App " src ="./assets/img/jpg/COVID19-Tracker-App.jpg " />
220
+ </ picture >
203
221
</ div >
204
222
< div class ="contents " style ="text-align: center ">
205
223
< h3 > COVID-19 Tracker App</ h3 >
@@ -225,7 +243,14 @@ <h3>COVID-19 Tracker App</h3>
225
243
<!-- Use Project #4: Valuto: Account Management System -->
226
244
< div class ="user-projects ">
227
245
< div class ="images-left ">
228
- < img alt ="Valuto: Account Management System " src ="./assets/img/Valuto-Account-Management.jpg " />
246
+ < picture >
247
+ < source
248
+ type ="image/webp "
249
+ srcset ="./assets/img/webp/Valuto-Account-Management.webp "
250
+ alt ="Valuto: Account Management System "
251
+ />
252
+ < img alt ="Valuto: Account Management System " src ="./assets/img/jpg/Valuto-Account-Management.jpg " />
253
+ </ picture >
229
254
</ div >
230
255
< div class ="contents-right " style ="text-align: center ">
231
256
< h3 > Valuto: Account Management System</ h3 >
0 commit comments