-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.orig
192 lines (174 loc) · 8.49 KB
/
index.html.orig
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Alexandra Janin - Webdesigner & Développeur front-end à Lille" />
<meta name="keywords" content="Alexandra Janin, intégration, développement front, html, css, responsive" />
<link rel="icon" href="images/favicon.ico">
<link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32">
<script type="text/javascript" src="//use.typekit.net/cgz8rqf.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- Use title if it's in the page YAML frontmatter -->
<title>Alexandra Janin</title>
<link href="stylesheets/app.css" media="screen" rel="stylesheet" type="text/css" />
<script src="javascripts/modernizr.js" type="text/javascript"></script>
</head>
<body class="index">
<header>
<div class="row">
<div class="large-12 columns">
<button class="menu-toggle icon-menu"></button>
<ul class="sub-nav" id="menu">
<li data-magellan-arrival="presentation"><a href="#presentation">About</a></li>
<li data-magellan-arrival="methodologie"><a href="#methodologie">Works</a></li>
<li data-magellan-arrival="parcours"><a href="#parcours">Resume</a></li>
<!-- <li data-magellan-arrival="blog"><a href="#blog">Blog</a></li> -->
<li data-magellan-arrival="contact"><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</header>
<div class="banner"><h1>Alexandra janin</h1></div>
<section id="presentation" class="icon-cat" data-magellan-destination="presentation">
<div class="row">
<div class="inner">
<div class="large-offset-2 large-8 columns">
<p><strong>Hello, I'm front-end designer and developer</strong><p>
<p>I'm not available for hire but sometimes I accept specific projects. <a href="mailto:[email protected]">Contact me</a> for further informations.</p>
</div>
</div>
</section>
<section id="methodologie" class="icon-tools" data-magellan-destination="methodologie">
<div class="row">
<div class="inner">
<div class="medium-4 columns">
<div class="visuel"><img src="images/design.svg" alt="Responsive Design"></div>
<h2>Responsive web design</h2>
<p>Prototyping, UI and UX design, Reponsive approch.</p>
<p><strong>Sketch 3, Photoshop, Illustrator for visual part. Bootstrap, Foundation or Material to prototyping.</strong></p>
</div>
<div class="medium-4 columns">
<div class="visuel"><img src="images/angular.svg" alt="Front-end development"></div>
<h2>Front-end Development</h2>
<p>Love HTML, CSS and Javascript.</p>
<p><strong>I'm working mainly with AngularJS and Ionic, but I'm curious about ReactJS, Backbone, MeteorJS and many more recent frameworks.</strong></p>
</div>
<div class="medium-4 columns">
<div class="visuel"><img src="images/code.svg" alt="Workflow"></div>
<h2>Modern Workflows</h2>
<p>Gulp addict and npm fan.</p>
<p><strong>Yeoman, Gulp, Bower, RequireJS, Jade, SCSS.</strong></p>
</div>
</div>
</div>
</section>
<section id="works" class="icon-works" data-magellan-destination="works">
<div class="row">
<div class="large-7 large-centered columns">
<div class="row">
<p class="title">Works</p>
<h2>Current activity</h2>
<div class="medium-6 columns">
<div class="visuel"><img src="images/intuiko.jpg" alt="Intuiko"></div>
</div>
<div class="medium-6 columns">
<h3>Intuiko</h3>
<p>Front-end and mobile development (AngularJS). Prototyping and UX design for saas applications built for Intuiko for Connected Store API : sales associate app, sales manager app.</p>
<p><strong><a href="http://www.intuiko.com/" target="_blank" title="Intuiko">www.intuiko.com</a></strong></p>
</div>
</div>
<div class="row">
<h2>Side projects</h2>
<div class="medium-6 columns">
<div class="visuel"><img src="images/foreyn-black.png" alt="Foreyn"></div>
</div>
<div class="medium-6 columns">
<h3>Foreyn (2015)</h3>
<p>Design and development of a mobile application during a Hackaton about travel. Work in progress and built with Ionic Framework.</p>
</div>
</div>
<div class="row">
<div class="medium-6 columns">
<div class="visuel"><img src="images/pole-dance.jpg" alt="Pole Dance Grenoble"></div>
</div>
<div class="medium-6 columns">
<h3>Pole Dance Grenoble (2015)</h3>
<p>Wordpress development, SEO.</p>
<p><strong><a href="http://poledancegrenoble.fr/" target="_blank" title="Pole Dance Grenoble">poledancegrenoble.fr</a></strong></p>
</div>
</div>
</div>
</div>
</section>
<section id="parcours" data-magellan-destination="parcours">
<div class="row">
<div class="inner">
<div class="medium-7 large-6 large-offset-1 columns">
<h3 class="icon-experiences">Experiences</h3>
<ul>
<li>
<h4><a href="http://www.intuiko.com/" target="_blank" title="Intuiko">Intuiko (Groupe Pictime)</a> <span class="date">2014 untill now</span></h4>
<span class="poste">Front-end developer</span>
<span class="mission">Prototyping and development of several products for the API Intuiko for Connected Store.</span>
</li>
<li>
<h4><a href="http://agence-bmobile.com/" target="_blank" title="Agence Bmobile">Agence Bmobile</a> <span class="date">2012 to 2014</span></h4>
<span class="poste">Front-end developer</span>
<span class="mission">Websites and emails development for large accounts. Multi-device testing.</span>
</li>
<li>
<h4><a href="http://www.oeilpouroeil.fr/"target="_blank" title="Oeil pour Oeil">Oeil pour Oeil</a> <span class="date">2010</span></h4>
<span class="poste">Webdesigner</span>
<span class="mission">Flash animations and ActionScript, HTML/CSS, image editing.</span>
</li>
</ul>
</div>
<div class="medium-5 large-4 columns">
<h3 class="icon-formations">Education</h3>
<ul>
<li>
<h4>BTS Communication visuelle <span class="date">2011</span></h4>
<span class="poste">ESAAT (Roubaix)</span>
</li>
<li>
<h4>Bac STI arts appliqués <span class="date">2009</span></h4>
<span class="poste">Lycée Marc Chagall (Reims)</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer id="contact" data-magellan-destination="contact">
<div class="banner-f"></div>
<div class="row">
<div class="inner">
<div class="small-4 medium-2 medium-offset-1 columns">
<img src="images/lellex.png" alt="Photo de profil - Alexandra JANIN">
</div>
<div class="small-8 columns">
<p>Design & développement by Alexandra Janin - Powered by <a href="http://middlemanapp.com/" target="_blank" title="Middleman">Middleman</a> - 2015</p>
<div class="contact">
<a href="https://twitter.com/lellexindo" target="_blank" class="icon-twitter" title="Twitter"></a>
<a href="https://github.com/lellex" target="_blank" class="icon-github" title="Twitter"></a>
<a href="https://www.behance.net/lellex" target="_blank" class="icon-behance" title="Behance"></a>
<a href="mailto:[email protected]" class="icon-email" title="Email"></a>
</div>
</div>
</div>
</div>
</footer>
<script src="javascripts/all.js" type="text/javascript"></script>
<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-23654038-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>