Improving your website
Page under construction. Please feel free to send any recommendations and share some ideas here! Contact the 102-L Webmaster.
Google maps snippets
The code below creates google maps box, make sure your include your address in the code with the 4 steps. (1) Instead of "STREETNAME" write your street name, e.g. "Bahnhofstrasse" in the code below. (2) Instead of "NUMBER", write the street number, e.g. "6", "79". (3) Instead of "POSTCODE" write your post code, e.g. "1004", "3889". (4) Instead of "CITY" write your city name, e.g. "Bern". To get a more personalised maps, click here.
<div class="mapouter"><div class="gmap_canvas"><iframe width="600" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=STREETNAME%20NUMBER%2C%20POSTCODE%20CITY&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://123movies-to.org">123movies</a></div><style>.mapouter{position:relative;text-align:right;height:500px;width:600px;}.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}</style></div>
The code below creates the get directions box. Replace the "STREETNAME NUMBER, POSTCODE CITY" by your meeting address.
<form action="http://maps.google.com/maps" method="get" target="_blank"> <label for="saddr">Enter your address: </label> <input type="text" name="saddr" /> <input type="hidden" name="daddr" value="STREETNAME NUMBER, POSTCODE CITY" /> <input type="submit" value="Get directions" /> </form>
Facebook page snippet
Copy the following snippet and paste it to a new HTML content element. Change the "CLUBFACEBOOKPAGE" to your club's facebook page.
<div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/fr_FR/sdk.js#xfbml=1&version=v2.7"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-page" data-href="https://www.facebook.com/CLUBFACEBOOKPAGE/" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="true"><blockquote cite="https://www.facebook.com/CLUBFACEBOOKPAGE/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/CLUBFACEBOOKPAGE/">LEO Club CITYNAME</a></blockquote></div> <p> </p>