fix: mailto and cal at footer
This commit is contained in:
parent
698ad09959
commit
bb0736570f
@ -283,8 +283,8 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-7 d-print-none" data-aos="zoom-in" data-aos-delay="100">
|
||||
<div class="h6"><i class="fas fa-phone pe-2 text-muted" style="width:24px;opacity:0.85;"></i>+{{ cv.person.phone | insert_space_every(times=3) }}</div>
|
||||
<div class="h6"><i class="far fa-envelope pe-2 text-muted" style="width:24px;opacity:0.85;"></i>{{ cv.person.email }}</div>
|
||||
<div class="h6"><i class="fas fa-phone pe-2 text-muted" style="width:24px;opacity:0.85;"></i><a href="cal:+cv.person.phone">+{{ cv.person.phone | insert_space_every(times=3) }}</a></div>
|
||||
<div class="h6"><i class="far fa-envelope pe-2 text-muted" style="width:24px;opacity:0.85;"></i><a href="mailto:{{ cv.person.email }}">{{ cv.person.email }}</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user