-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (44 loc) · 2.54 KB
/
index.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
---
layout: default
---
<div class="row-fluid">
<div class="col-xs-10 col-sm-3 col-md-4 col-lg-4">
<div class="row">
<a href="https://avatars3.githubusercontent.com/u/353938?v=3&s=460" aria-hidden="true" itemprop="image"><img class="img-circle" alt="Circular Image" alt="" height="150" src="https://avatars3.githubusercontent.com/u/353938?v=3&s=460" width="150"></a>
</div>
<hr>
<div class="row">
<a href="https://github.com/{{ site.github_username }}"><i class="icon-github"></i> github</a><br/>
<a href="https://twitter.com/{{ site.twitter_username }}"><i class="icon-twitter"></i> twitter</a><br/>
<a href="http://www.linkedin.com/pub/alou-dolo/39/aba/140"><i class="icon-linkedin"></i> linkedin</a><br/>
</div>
<hr>
<div class="row">
<address>
<span>Bacodjicoroni ACI</span>
<span>Rue:611 Porte: 546 Bamako, Mali</span><br />
<i class="icon-phone"></i> (223) 76 49 90 55 <br />
<i class="icon-phone"></i> (223) 69 50 04 51 <br />
<i class="icon-mail"></i><a href="mailto:{{ site.email }}"> {{ site.email }} </a>
</address>
</div>
<div class="row">
<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=-8.0308797955513%2C12.595742563388088%2C-8.02653193473816%2C12.598093207886215&layer=mapnik&marker=12.596917888331037%2C-8.028704524040222" style="border: 1px solid black"></iframe><br/><small><a href="http://www.openstreetmap.org/?mlat=12.59692&mlon=-8.02870#map=19/12.59692/-8.02871">Afficher une carte plus grande</a></small>
</div>
<hr>
<div class="row">
<a href="{{"/Alou_Dolo_CV.pdf" | prepend: site.baseurl }}"><button class="btn btn-default"><i class="icon-file-pdf"></i>CV en français</button></a>
</div>
</div>
<div class="col-xs-12 col-sm-9 col-md-8 col-lg-8">
{% include contents.html %}
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58126102-1', 'auto');
ga('send', 'pageview');
</script>
</div>