Redhat Ansible and Makeitright as sponsors
This commit is contained in:
parent
5de8dcd593
commit
3570db3792
5 changed files with 93 additions and 7 deletions
|
@ -263,6 +263,47 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<a name="ansible" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://www.ansible.com/community"><img class="sp-image" src="images/project-ansible.png" alt="Ansible Contributor Summit Europe"></a></div>
|
||||
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://www.ansible.com/community">Ansible Contributor Summit Europe</a></div>
|
||||
|
||||
|
||||
<div class="links">
|
||||
|
||||
<a href="https://groups.google.com/forum/#!topic/ansible-devel/o6xnI9g8QqM">Announcement</a>
|
||||
|
||||
-
|
||||
|
||||
|
||||
<a href="https://www.eventbrite.com/e/ansible-contributor-summit-eu-registration-92039844653">Registration</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="abstract">
|
||||
The Ansible Contributor Summit is a full day of working sessions with the Ansible core team and community contributors. This year the European edition will be held in Gothenburg, in conjunction with foss-north 2020,as part of the Community Day. The event is free but registration is required!
|
||||
</div>
|
||||
|
||||
<p class="left tight"><b>Venue address:</b></p>
|
||||
<div class="bio">
|
||||
|
||||
Chalmers Conference Centre<br />
|
||||
|
||||
Chalmersplatsen 1<br />
|
||||
|
||||
412 58 Göteborg<br />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="js/OpenLayers.js"></script>
|
||||
<script>
|
||||
|
@ -311,6 +352,12 @@
|
|||
markers.addMarker(marker);
|
||||
/* End of loop */
|
||||
|
||||
/* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.97372, 57.68926 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#ansible"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop */
|
||||
|
||||
|
||||
map.setCenter(new OpenLayers.LonLat(11.9766646, 57.689343).transform(projection, map.getProjectionObject()), 13);
|
||||
</script>
|
||||
|
|
BIN
2020/images/project-ansible.png
Normal file
BIN
2020/images/project-ansible.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
2020/images/sponsor-ansible.png
Normal file
BIN
2020/images/sponsor-ansible.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
2020/images/sponsor-makeitright.png
Normal file
BIN
2020/images/sponsor-makeitright.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -159,11 +159,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-3"> </div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-6">
|
||||
|
@ -174,8 +169,18 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-6">
|
||||
<a href="https://www.ansible.com/"><img class="sponsor" src="images/sponsor-ansible.png" alt="Redhat Ansible"></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -199,8 +204,8 @@
|
|||
|
||||
|
||||
|
||||
<div class="col-md-4"> </div>
|
||||
|
||||
<div class="col-md-2"> </div>
|
||||
|
||||
|
||||
|
||||
|
@ -213,6 +218,18 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<a href="https://makeitright.pl/en/main-page/"><img class="sponsor" src="images/sponsor-makeitright.png" alt="Makeitright"></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -430,16 +447,38 @@
|
|||
|
||||
|
||||
|
||||
<div class="row sponsorrow">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-2"> </div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<a href="https://www.debian.org/"><img class="sponsor" src="images/project-debian.png" alt="Debian"></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<a href="https://www.ansible.com/community"><img class="sponsor" src="images/project-ansible.png" alt="Ansible Contributor Summit Europe"></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue