Functional programming during community day
This commit is contained in:
parent
b9f2c9ffcb
commit
79ff446b3e
3 changed files with 45 additions and 8 deletions
|
@ -281,6 +281,31 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<a name="fp" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://www.meetup.com/got-lambda/"><img class="sp-image" src="images/project-fp.png" alt="Functional Programming"></a></div>
|
||||
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://www.meetup.com/got-lambda/">Functional Programming</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="abstract">
|
||||
TBD
|
||||
</div>
|
||||
|
||||
<p class="left tight"><b>Venue address:</b></p>
|
||||
<div class="bio">
|
||||
|
||||
TBD<br />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="gnome" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
|
@ -385,6 +410,12 @@
|
|||
markers.addMarker(marker);
|
||||
/* End of loop */
|
||||
|
||||
/* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.97947, 57.68969 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#fp"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop */
|
||||
|
||||
/* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.966646, 57.689343 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#gnome"; });
|
||||
|
|
BIN
2020/images/project-fp.png
Normal file
BIN
2020/images/project-fp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -458,12 +458,18 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-2"> </div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<a href="https://www.meetup.com/got-lambda/"><img class="sponsor" src="images/project-fp.png" alt="Functional Programming"></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
|
@ -483,12 +489,12 @@
|
|||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue