--- title: Home noSubMenu: true no_entete: true --- <% content_for :css do %> #mainlogo { display: none; } #bottom { margin: 0; padding: 0; } <% end %> <% content_for :title do %> yannesposito.com
<% end %> <% latest_en_article = @items.select do |a| a.reps[0].path =~ /\/en\// && a[:kind] == 'article' end.sort { |x,y| y[:created_at] <=> x[:created_at] }[0] targetUrlEnglish = latest_en_article.path targetTitleEnglish = latest_en_article[:title] latest_fr_article = @items.select do |a| a.reps[0].path =~ /\/fr\// && a[:kind] == 'article' end.sort { |x,y| y[:created_at] <=> x[:created_at] }[0] targetUrlFrench = latest_fr_article.path targetTitleFrench = latest_fr_article[:title] %>
English

Blog »    Latest »

Softwares »

Contact »

Resume »

Français

Blog »    Dernier article »

Logiciels »

Contact »

Curriculum Vitæ »

Enseignement »

Presentation drawing

@yogsototh , +yogsototh