Skip to content

Commit 812fd62

Browse files
committed
Add profile picture
1 parent 024aaed commit 812fd62

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

assets/images/profile.png

7.78 MB
Loading

index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)