-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (76 loc) · 3.96 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/ico" href="/images/favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/@picocss/[email protected]/css/pico.min.css">
<link rel="stylesheet" href="/style.css">
<script src="/script.js" defer></script>
<link href="https://www.cecilitse.org/" rel="canonical">
<link href="https://www.cecilitse.org/fr" hreflang="fr" rel="alternate">
<title>Ruby on Rails Developer - Cécile Veneziani</title>
<meta name="description" content="I'm a Freelancer available to work on Ruby on Rails. I work remotely.">
<!-- Geocoding -->
<meta name="geo.placename" content="Nantes">
<meta name="geo.position" content="47.218371;-1.553621">
<meta name="geo.region" content="FR-44">
<!-- Microdata -->
<meta itemprop="name" content="Ruby on Rails Developer - Cécile Veneziani">
<meta itemprop="description" content="I'm a Freelancer available to work on Ruby on Rails. I work remotely.">
<meta itemprop="image" content="https://www.cecilitse.org/images/avatar.png">
<!-- Facebook Open Graph data -->
<meta property="og:site_name" content="Cécile Veneziani">
<meta property="og:title" content="Ruby on Rails Developer - Cécile Veneziani">
<meta property="og:description" content="I'm a Freelancer available to work on Ruby on Rails. I work remotely.">
<meta property="og:image" content="https://www.cecilitse.org/images/avatar.png">
<meta property="og:type" content="profile">
<meta property="og:url" content="https://www.cecilitse.org/">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@cecilitse">
<meta name="twitter:title" content="Ruby on Rails Developer - Cécile Veneziani">
<meta name="twitter:description" content="I'm a Freelancer available to work on Ruby on Rails. I work remotely.">
<meta name="twitter:image" content="https://www.cecilitse.org/images/avatar.png">
</head>
<body>
<div class="container">
<nav>
<ul><!-- no brand --></ul>
<ul>
<li>EN</li>
<li><a href="/fr" title="Français">FR</a></li>
</ul>
</nav>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<img src="/images/avatar.png" itemprop="photo" alt="Cecile Veneziani, Ruby on Rails web developer, Nantes (France)" width="125" height="125" class="mb-1">
<hgroup>
<h1 itemprop="name">Cécile Veneziani</h1>
<h2 itemprop="title">Ruby on Rails Freelancer</h2>
</hgroup>
<p>
I'm a <strong>Ruby on Rails developer</strong> who loves to work with Agile methods such as <strong>Kanban</strong> and <strong>Pomodoro Technique</strong>.
</p>
<p>
I feel comfortable when coding with <strong>style guides, git flow, code reviews</strong>, my <em>dvorak keyboard</em> and a <em>cup of tea</em>.
</p>
<p>
When I'm not coding, join me for a tea/coffee or a bike ride around Nantes (France).
</p>
<p>
Follow me on
<a href="https://github.com/cveneziani" target="_blank" data-tooltip="GitHub" class="social-link">
<img src="/images/github-logo.svg" alt="Github's logo" width=20 class="icon">
</a>
<a href="https://twitter.com/cecilitse" target="_blank" data-tooltip="Twitter" class="social-link">
<img src="/images/twitter-logo.svg" alt="Twitter's logo" width=20 class="icon">
</a>
</p>
<a href="#[email protected]" role="button">Hire me</a>
</div>
</div>
</body>
</html>