-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 959 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: default
title: Home
og_desc: Samuel Ochoa, software developer and information systems engineer.
og_image: s8a-thumbnail.png
---
<div class="row justify-content-center py-xl-5">
<div class="col-md-5 col-lg-4 mb-4 mb-lg-0 text-center">
<div class="ratio ratio-1x1 mx-auto mb-3">
<img
src="/assets/img/s8a-20231207-defaultdpi.jpg"
srcset="/assets/img/s8a-20231207-hidpi.jpg 2x, /assets/img/s8a-20231207-higherdpi.jpg 4x"
alt=""
class="img-fluid"
>
</div>
<div class="d-block d-md-grid d-xxl-block gap-2">
{% for contact in site.data.contact %}
<a href="{{ contact.url }}" class="btn btn-outline-primary mb-2 mb-md-0"><i class="{{ contact.icon }}"></i> {{ contact.name }}</a>
{% endfor %}
</div>
</div>
<div class="col-md-7 col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Samuel Ochoa</h1>
{{ site.data.about.introduction | markdownify }}
</div>
</div>