-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 1.08 KB
/
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
---
layout: default
title: Home
og_desc: Samuel Ochoa, software developer and information systems engineer.
og_image: s8a-thumbnail.webp
---
<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">
{% include img-local.html src="/assets/img/s8a-20231207.webp" widths="192, 256, 320, 384, 448, 512, 576, 640, 704, 768, 832, 896, 960, 1024, 1088, 1152, 1216, 1280, 1344, 1408, 1472, 1536, 1600, 1664, 1728" sizes="100vw, 576px:94vw, 672px:81vw, 768px:40vw, 880px:35vw, 992px:33vw, 1096px:30vw, 1200px:32vw, 1300px:30vw, 1400px:32vw" default_width="576" %}
</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>