-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathworkshops.html
60 lines (55 loc) · 3.24 KB
/
workshops.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
---
title: Workshops
layout: workshops
---
<!-- Header Layout -->
<body>
<div class="row" style="position:relative;" align="center">
<div class="col-12 p-0" id="colearning-image-container">
<div class="col-12 opacity-image-container">
<div class="col-6 colearning-text-content mx-auto">
<p class="text-center header-text">We train and onboard new and senior software engineers in the latest technologies and methodologies.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-6 colearning-color-content mx-auto">
<p class="text-center">Select from our catalogue of workshops À la carte.</p>
</div>
<div class="col-7 page-title mx-auto">
<h2 class="section-header-title text-center" id="colearning-title">Workshops</h2>
<!-- <h4 class="text-center">Hire us to onboard engineers in your organization.</h4> -->
<h4 class="text-center">Customize training to meet your organization's needs</h4>
</div>
</div>
<!-- posts -->
<div class="posts-container">
<div>
<ul class="each-post">
{% for post in site.posts %}
<li>
<span class="workshop-time">{{ post.date | date_to_string: "ordinal", "US" }}</span><br>
<a href="{{ post.url }}" class="post-title">{{ post.title }}
</a>
{{ post.brief }}
</li>
<br>
{% endfor %}
</ul>
</div>
<!-- end posts -->
<div class="col-12">
<h4 class="text-center"><b>Raise the standard of engineering excellence:</b></h4>
<p class="text-center">
<a class="typeform-share button" rel="subresource dns-prefetch preconnect" href="https://majorasappiii.typeform.com/to/pFThlj" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:#FF5658;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" data-hide-headers=true data-hide-footer=true data-submit-close-delay="0">Go Train! </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
</p>
</div>
<div class="col-4 mx-auto">
<hr class="colearning-hr mx-auto">
</div>
</div>
</div>
<!-- footer Layout-->
</body>