This commit is contained in:
parent
b9fea152f8
commit
b805fe344b
11
src/App.vue
11
src/App.vue
@ -16,7 +16,7 @@ import SideMenu from './components/SideMenu.vue'
|
||||
Julien Laville
|
||||
<IAm />
|
||||
</h1>
|
||||
<h2>Senior full-stack developer</h2>
|
||||
<h2>Senior fullstack developer</h2>
|
||||
<p class="emphasys">
|
||||
I deliver and deploy <span class="super-emphasys">secure</span>,
|
||||
<span class="super-emphasys">fast</span>,
|
||||
@ -54,11 +54,11 @@ import SideMenu from './components/SideMenu.vue'
|
||||
<JobDescription
|
||||
>Develop high performance Maps application frontend development using
|
||||
<LangLine>VueJS</LangLine>, <LangLine>Axios</LangLine>, <LangLine>SCSS</LangLine>, vector
|
||||
tiles Build a tool maps application
|
||||
tiles <br />Build a tool maps application
|
||||
</JobDescription>
|
||||
</JobCard>
|
||||
<JobCard>
|
||||
<CompanyName>Qwant, Nice — Front - end engineer </CompanyName>
|
||||
<CompanyName>Qwant, Nice — Frontend engineer </CompanyName>
|
||||
<JobDates>October 2015 - November 2017 </JobDates>
|
||||
<JobDescription
|
||||
>Core building for the Search application frontend in
|
||||
@ -89,7 +89,8 @@ import SideMenu from './components/SideMenu.vue'
|
||||
<JobDates> February 2012 - June 2013 </JobDates>
|
||||
<JobDescription
|
||||
>Creation of new web services for plane reservation including automatic test, monitoring
|
||||
and Optimizing B2B & B2C web application Adding core features on the ticketing application
|
||||
and optimizing B2B & B2C web application<br />
|
||||
Adding core features on the ticketing application
|
||||
<LangLine>RedMine</LangLine>
|
||||
</JobDescription>
|
||||
</JobCard>
|
||||
@ -148,7 +149,7 @@ import SideMenu from './components/SideMenu.vue'
|
||||
<h4 class="HobbiesSection">Back end</h4>
|
||||
<span class="secondary">Java, NodeJs, PHP</span>
|
||||
<h4 class="HobbiesSection">Databases</h4>
|
||||
<span class="secondary">MySql, PostresSQL, SQLite</span>
|
||||
<span class="secondary">MySql, PostgreSQL, SQLite</span>
|
||||
</div>
|
||||
<h3 id="sensibilities">Sensibilities</h3>
|
||||
<div class="section">
|
||||
|
||||
@ -11,7 +11,7 @@ function scrollTo(to: string) {
|
||||
<li><a @click.prevent="scrollTo('experiences')" href="#">Experiences</a></li>
|
||||
<li><a @click.prevent="scrollTo('education')" href="#">Education</a></li>
|
||||
<li><a @click.prevent="scrollTo('skills')" href="#">Skills</a></li>
|
||||
<li><a @click.prevent="scrollTo('sensibilities')" href="#">sensibilities</a></li>
|
||||
<li><a @click.prevent="scrollTo('sensibilities')" href="#">Sensibilities</a></li>
|
||||
<li><a @click.prevent="scrollTo('hobbies')" href="#">Hobbies</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user