This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathformations.html
190 lines (171 loc) · 8.67 KB
/
formations.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
---
layout: default
title: Formations - Wescale - Improve Together
class: formations
push-date:
- link: "/formations/Formation-Devsecops.html"
img: "/images/formations/devsecops.png"
title: "Devsecops"
fulltitle: "Formation Devsecops : 1 et 2 Février 2021 Paris"
short: "Formation Devsecops 2 jours"
badge-up: "1 <span>et</span> 2"
badge-down: "Février<br/>2021"
- link: "/formations/Formation-Kubernetes.html"
img: "/images/formations/kubernetes.png"
title: "Formation Kubernetes"
fulltitle: "Formation Kubernetes : 3 et 4 Février 2021 Paris"
short: "Formation Kubernetes avancée 2 jours"
badge-up: "3 <span>et</span> 4"
badge-down: "Février<br/>2021"
- link: "/formations/Formation-Terraform.html"
img: "/images/formations/terraform.png"
title: "Terraform"
fulltitle: "Formation Terraform : 9 et 10 Février 2021 Paris"
short: "Terraform 2 jours"
badge-up: "9 <span>et</span> 10"
badge-down: "Février<br/>2021"
- link: "/formations/Formation-XL-Deploy.html"
img: "/images/formations/xl-deploy.png"
title: "XL Deploy"
fulltitle: "Formation XL Deploy : 16 au 18 Février 2021 Paris"
short: "Formation XL Deploy 3 jours"
badge-up: "16 <span>au</span> 18"
badge-down: "Février<br/>2021"
- link: "/formations/Formation-XL-Release.html"
img: "/images/formations/xl-release.png"
title: "XL Release"
fulltitle: "Formation XL Release : 24 et 25 Février 2021 Paris"
short: "Formation XL Release 2 jours"
badge-up: "24 <span>et</span> 25"
badge-down: "Février<br/>2021"
- link: "/formations/Formation-Ansible.html"
img: "/images/formations/ansible.png"
title: "Découvrir et maîtriser Ansible pour la production"
fulltitle: "Formation Ansible : 8 et 9 Avril 2021 Paris"
short: "Formation Ansible 2 jours"
badge-up: "8 <span>et</span> 9"
badge-down: "Avril<br/>2021"
---
<section id="formations-top">
<div class="container">
<div class="row">
<div class="col-md-12 text-center home-content">
<h1 class="title no-bold">Nous vous <b>formons</b> sur les <b>technologies</b> qui nous <b>passionnent</b></h1>
<h2 class="title"><a href="{{ '/formations/Formation-Ansible.html' | relative_url }}" title="Formation Ansible">Ansible</a>,
<a href="{{ '/formations/Formation-Docker-Kubernetes.html' | relative_url }}" title="Formation Doker et Kubernetes">Docker</a>,
<a href="{{ '/formations/Formation-Kubernetes.html' | relative_url }}" title="Formation Kubernetes">Kubernetes</a>,
<a href="{{ '/formations/Formation-Terraform.html' | relative_url }}" title="Formation Terraform">Terraform</a>,
<a href="{{ '/formations/Formation-XL-Deploy.html' | relative_url }}" title="Formation XL Deploy">XL Deploy</a>,
<a href="{{ '/formations/Formation-XL-Release.html' | relative_url }}" title="Formation XL Release">XL Release</a></h2>
</div>
</div>
</div>
</section>
<section id="formations-dates">
<div class="content bg-gray">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-heading">Nos prochaines formations</h2>
</div>
</div>
<div class="row">
{% for formation in page.push-date %}
<div class="col-md-4 col-sm-6" style="text-align:center;">
<a class="a-none" href="{{ formation.link| relative_url }}" title="{{ formation.fulltitle}}">
<div class="formation-push-date-hover">
<div class="formation-push-date-hover-content">
<h4><i class="fa fa-plus fa-3x"></i></h4>
</div>
</div>
<div class="formation-push-date">
<div class="row no-margin">
<div class="col-xs-6">
<img src="{{ formation.img
| relative_url }}" style="max-width: 90%" alt="{{ formation.short }}">
</div>
<div class="col-xs-6 bg-green">
<h3>{{ formation.badge-up }}</h3>
<p class="bottom-cal">
{{ formation.badge-down }}
</p>
</div>
</div>
<p class="push-caption">
<a href="{{ formation.link | relative_url }}" title="Inscription {{formation.short}}">Inscrivez-vous</a>
</p>
</div>
</a>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<section id="catalogue-formations">
<div class="content ">
<div class="container">
<div class="row ">
<div class="col-md-12">
<h1 class="text-center">Notre catalogue de formations</h1>
</div>
</div>
<div class="row formation">
{% for formation in site.formations %}
<!-- {% capture row %}{% cycle '1', '2' %}{% endcapture %}
{% if row == '1' %}
<div class="row formation">
{% endif %}-->
<div class="col-xs-12">
<div class="thumbnail">
<h2 class="bg-green">
{{formation.title}} - <i>{{formation.desctitle}}</i>
<em>{{ formation.duree }}</em>
</h2>
<!-- <div class="col-xs-2 no-margin formation-push-date">
<div class=" text-center">
<img src="{{ formation.img
| relative_url }}" width="150px" alt="{{ formation.short }}">
</div>
</div>-->
<div class="row formation-pad">
<div class="col-xs-3" style="text-align: center;">
<img src="{{ formation.img
| relative_url }}" width="150px" alt="{{ formation.short }}">
</div>
<div class="col-xs-9"><p class="formations-pitch">{{ formation.pitch }}</p>
<a href="{{ formation.url | relative_url}}" class="job-button button-sm right">Découvrez
le programme</a>
</div>
</div>
</div>
</div>
<!--
<div class="col-md-6">
<div class="thumbnail" style="padding: 10px">
<a href="{{ formation.url | relative_url}}">
<img width="150" src="{{formation.img|relative_url}}">
</a>
<h2>{{formation.title}} - <em>{{ formation.duree }}</em></h2>
<p class="formations-pitch">{{ formation.pitch }}</p>
<a href="{{ formation.url | relative_url}}" class="button">En savoir plus</a>
</div>
</div>
{% if row == '2' %}
</div>
{% endif %}-->
{% endfor %}
</div>
</div>
<div class="row">
<div class="col-md-12">
<p style="text-align: center;font-weight: bold;">
<a href="https://www.data-dock.fr/" target="_blank"><img width="100px" src="{{"/images/formations/datadock.jpg" |
relative_url}}"></a>
wescale est enregistrée organisme de formation sous le numéro 11 75 553 1375.
</p>
</div>
</div>
</div>
</div>
</section>