File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,19 +14,24 @@ hero: true
1414 Profile photo:
1515 1. Drop your photo at assets/images/profile.jpg
1616 2. Replace the placeholder div below with:
17- <img src="/assets/images/profile.jpg "
17+ <img src="/assets/images/profile.png "
1818 alt="Esteban Cisneros--Garibay"
1919 class="profile-photo">
2020 -->
21+ <!--
2122 <div class="profile-placeholder">
2223 <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24"
2324 fill="none" stroke="currentColor" stroke-width="1.5"
2425 stroke-linecap="round" stroke-linejoin="round">
2526 <circle cx="12" cy="8" r="4"/>
2627 <path d="M4 20c0-4 3.6-7 8-7s8 3 8 7"/>
2728 </svg>
28- <span>Place your photo at<br><code>assets/images/profile.jpg </code></span>
29+ <span>Place your photo at<br><code>assets/images/profile.png </code></span>
2930 </div>
31+ -->
32+ <img src="/assets/images/profile.png"
33+ alt="Esteban Cisneros--Garibay"
34+ class="profile-photo">
3035 </div>
3136 <div>
3237 <p>
You can’t perform that action at this time.
0 commit comments