Skip to content

Commit 00e1ece

Browse files
Merge Develop (Web v2.0) into Master
2 parents 1859ee3 + 523b9d9 commit 00e1ece

File tree

380 files changed

+62828
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

380 files changed

+62828
-0
lines changed

.jekyll-metadata

495 KB
Binary file not shown.

404.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: "404, not found"
4+
permalink: /404.html
5+
---
6+
7+
<div class="error-404">
8+
<main class="page" role="main">
9+
<h1>Something unexpected has happened</h1>
10+
11+
<p>The page you are looking for does not exist. Please head back to <a class="link" href="/">the home page</a></p>
12+
13+
<p>If you were looking for something and you have not found it, and want to let me know, write at <a class="link" href="mailto:{{ site.email }}?Subject=Contact%20to%20fix%20404%20error">{{ site.email }}</a>.</p>
14+
</main>
15+
</div>

CV/index.html

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
---
2+
layout: default
3+
title: 'Curriculum Vitae'
4+
norobots: true
5+
page_class: print
6+
---
7+
8+
<div class="cv">
9+
<main class="cv__page" role="main">
10+
<h1 class="h4-like">Frontend Developer Curriculum Vitae</h1>
11+
12+
<div>
13+
<!-- Personal Info -->
14+
<h2 class="h5-like cv__title">Personal Information</h2>
15+
<section class="cv__section">
16+
<div>
17+
<div class="cv__row">
18+
<h3 class="h6-like cv__row-title">Name</h3>
19+
<a>Ignacio Villanueva</a>
20+
</div>
21+
<div class="cv__row">
22+
<h3 class="h6-like cv__row-title">Email</h3>
23+
<a class="link" href="mailto:{{site.email}}?Subject=Contact%20from%20IgnaciodeNuevo’s%20website" rel="me">{{ site.email }}</a>
24+
</div>
25+
<div class="cv__row">
26+
<h3 class="h6-like cv__row-title">Web</h3>
27+
<a class="link" href="{{ site.url }}" rel="me">{{site.url}}</a>
28+
</div>
29+
<div class="cv__row">
30+
<h3 class="h6-like cv__row-title">Twitter</h3>
31+
<a class="link" href="{{ site.twitter }}" target="_blank" rel="noopener">{{ site.twitter }}</a>
32+
</div>
33+
<div class="cv__row">
34+
<h3 class="h6-like cv__row-title">Github</h3>
35+
<a class="link" href="{{ site.github }}" target="_blank" rel="noopener">{{ site.github }}</a>
36+
</div>
37+
</div>
38+
</section>
39+
</div>
40+
<!-- End of Personal Info -->
41+
<!-- Skills -->
42+
<h2 class="h5-like cv__title">Skills</h2>
43+
<section class="cv__section">
44+
<div class="cv__row">
45+
<h3 class="h6-like cv__row-title">Frontend Skills</h3>
46+
<ul class="cv__list">
47+
<li>{{ site.description }}, JavaScript (React, Vue), Sass, HTML and frontend architecture.}</li>
48+
</ul>
49+
</div>
50+
<div class="cv__row">
51+
<h3 class="h6-like cv__row-title">Strengths</h3>
52+
<ul class="cv__list">
53+
<li> Collaborative: predisposed to help teammates look beyond purely technical solutions.</li>
54+
<li> Curious: constantly learning new topics to keep my knowledge current, with a particular interest in performance, responsive design, web typography, accessibility.</li>
55+
<li> Engaged: working on side-projects, contributing to open source projects, speaking and organizing events helps me grow as developer and give back to the community.</li>
56+
</ul>
57+
</div>
58+
</section>
59+
<!-- End of Skills -->
60+
<!-- Work Experience -->
61+
<h2 class="h5-like cv__title">Work Experience</h2>
62+
<section class="cv__section">
63+
<div class="cv__content">
64+
<div class="cv__row">
65+
<h3 class="h6-like cv__row-title">Oct 2017 – present</h3>
66+
<p class="cv__content">Frontend at PlainConcepts (Barcelona)</p>
67+
</div>
68+
<div class="cv__row">
69+
<p></p>
70+
<ul class="cv__list">
71+
<li>Helped to improve Sass architectures using best practices leading the initiative.</li>
72+
<li>Developed several SPAs using React and Vue to big clients.</li>
73+
<li>Developed several applications using .NET technologies.</li>
74+
</ul>
75+
</div>
76+
</div>
77+
<div class="cv__content">
78+
<div class="cv__row">
79+
<h3 class="h6-like cv__row-title">Dec 2016 – Oct 2017</h3>
80+
<p class="cv__content">Frontend at Kubide (Madrid)</p>
81+
</div>
82+
<div class="cv__row">
83+
<p></p>
84+
<ul class="cv__list">
85+
<li>Developed JavaScript-based UI solutions, websites and hybrid web apps.</li>
86+
<li>Converted CSS into Sass using BEM methodology to help themaintainability of the code.</li>
87+
<li>A client had a CSS codebase that had grown large and unmaintainable overtime. Using a Sass processor, I helped them refactor it, enforcing CSSbest practices. This reduced both it’s size and complexity, making iteasily adaptable and extensible by others.</li>
88+
</ul>
89+
</div>
90+
</div>
91+
<div class="cv__content">
92+
<div class="cv__row">
93+
<h3 class="h6-like cv__row-title">Dec 2015 – Feb 2016</h3>
94+
<p class="cv__content">Frontend – Freelance (Remote)</p>
95+
</div>
96+
<div class="cv__row">
97+
<p></p>
98+
<ul class="cv__list">
99+
<li>Designed and developed a modern and intuitive UI for a sports socialnetwork hybrid web app, helping to test and validate a client’s minimumvalue product (MVP)</li>
100+
</ul>
101+
</div>
102+
</div>
103+
<div class="cv__content">
104+
<div class="cv__row">
105+
<h3 class="h6-like cv__row-title">May 2015 – Nov 2015</h3>
106+
<p class="cv__content">Frontend at Martin & Young (Madrid)</p>
107+
</div>
108+
<div class="cv__row">
109+
<p></p>
110+
<ul class="cv__list">
111+
<li>Developed UI-based solutions for landing pages and websites using avariety of CMS.</li>
112+
</ul>
113+
</div>
114+
</div>
115+
</section>
116+
<!-- End of Work Experience -->
117+
<!-- Side Projects -->
118+
<h2 class="h5-like cv__title">Side Projects</h2>
119+
<section class="cv__section">
120+
<div class="cv__content">
121+
<div class="cv__row">
122+
<h3 class="h6-like cv__row-title">Nov 2016 – present</h3>
123+
<p class="cv__content">Co-founder of FrontFest.es</p>
124+
</div>
125+
<div class="cv__row">
126+
<p></p>
127+
<p><a class="link" href="http://frontfest.es" target="_blank" rel="noopener">frontfest.es</a></p>
128+
</div>
129+
<div class="cv__row">
130+
<p></p>
131+
<ul class="cv__list">
132+
<li>Founded one of the biggest conferences about frontend development in Spain.</li>
133+
</ul>
134+
</div>
135+
</div>
136+
<div class="cv__content">
137+
<div class="cv__row">
138+
<h3 class="h6-like cv__row-title">May 2016 – Dec 2017</h3>
139+
<p class="cv__content">Frontend and Podcaster</p>
140+
</div>
141+
<div class="cv__row">
142+
<p></p>
143+
<p><a class="link" href="http://wecodesignpodcast.com" target="_blank" rel="noopener">wecodesignpodcast.com</a></p>
144+
</div>
145+
<div class="cv__row">
146+
<p></p>
147+
<ul class="cv__list">
148+
<li>Designed and developed a Jekyll-based static site promoting WeCodeSign.</li>
149+
<li>Host and produce a weekly Podcast about frontend, UX and web design.</li>
150+
</ul>
151+
</div>
152+
</div>
153+
<div class="cv__content">
154+
<div class="cv__row">
155+
<h3 class="h6-like cv__row-title">Nov 2016 – Oct 2017</h3>
156+
<p class="cv__content">Co-founder of Open Source Weekends</p>
157+
</div>
158+
<div class="cv__row">
159+
<p></p>
160+
<p><a class="link" href="http://osweekends.com" target="_blank" rel="noopener">osweekends.com</a></p>
161+
</div>
162+
<div class="cv__row">
163+
<p></p>
164+
<ul class="cv__list">
165+
<li>Designed and developed a Jekyll-based static site promoting OSWeekends effectively and help our members know more about the activities we do outside our monthly event.</li>
166+
</ul>
167+
</div>
168+
</div>
169+
<div class="cv__content">
170+
<div class="cv__row">
171+
<h3 class="h6-like cv__row-title">Oct 2016 – Mar 2017</h3>
172+
<p class="cv__content">Frontend and Open Source Contributor</p>
173+
</div>
174+
<div class="cv__row">
175+
<p></p>
176+
<ul class="cv__list">
177+
<li>Developed a landing page for a goods exchange platform delivering low-cost, open source solutions to non-profit organisations and people with no purchasing power.</li>
178+
</ul>
179+
</div>
180+
</div>
181+
</section>
182+
<!-- End of Side Projects -->
183+
</main>
184+
</div>

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll"
4+
gem "jekyll-sitemap"
5+
gem "github-pages"

0 commit comments

Comments
 (0)