This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (39 loc) · 1.59 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
---
<div class="home-recent-articles" >
<h2>Publicaciones recientes</h2>
{% for post in site.categories.post limit: 14%}
<div>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</div>
{% endfor %}
</div>
<div class="home-images">
<h2>Docker Community Leader</h2>
<div class="home-dcl">
<img src="{{ site.baseurl }}/images/home/comunnity-leader.jpg" title="DCL" name="DCL" />
</div>
<h2>Gestión de Código Fuente</h2>
<div class="home-images">
<img src="{{ site.baseurl }}/images/home/git.webp" title="Git" name="Git" />
<img src="{{ site.baseurl }}/images/home/gitflow.webp" title="Git Flow" name="Git Flow" />
<img src="{{ site.baseurl }}/images/home/gitlab.webp" title="GitLab" name="GitLab" />
</div>
<h2>Configuración de Entornos</h2>
<div class="home-images">
<img src="{{ site.baseurl }}/images/home/docker.webp" title="Docker" name="Docker" />
<img src="{{ site.baseurl }}/images/home/ansible.webp" title="Ansible" name="Ansible" />
<img src="{{ site.baseurl }}/images/home/vagrant.webp" title="Vagrant" name="Vagrant" />
</div>
<h2>Control de Cambios</h2>
<div class="home-images">
<img src="{{ site.baseurl }}/images/home/jira.webp" title="Jira" name="Jira" />
<img src="{{ site.baseurl }}/images/home/redmine.webp" title="Redmine" name="Redmine" />
<img src="{{ site.baseurl }}/images/home/mantis.webp" title="Mantis" name="Mantis" />
</div>
<h2>Construcción, Liberación y Despliegue</h2>
<div class="home-images">
<img src="{{ site.baseurl }}/images/home/jenkins.webp" title="Jenkins" name="Jenkins" />
</div>
</div>