Designed and deveoped projects without the use of any CMS or templates.
Get to know more about me.
ℹ️ See Code | 💻 Visit Website{:target="_blank"} - Still unfinished.
-
Amore Paraiso{:target="_blank} - 2018
- Fully Optimized. Scores 99 on PageSpeed Insights and First Paint at ~700ms.
- Images Optimized using Cloudinary CDN and the blur technique;
- Used Advanced JavaScript to create a testimonial slider, fetch images from Instagram API, to activate sticky navigation bar and more;
- Created a well styled Contact Form using CSS and PHP;
- Applied Schema, Twitter Cards and Facebook Open Graphs markup;
- Managed the development workflow with NPM and Webpack;
- Languages and Skills used: HTML, CSS, Sass, JavaScript, jQuery, PHP, Webpack, NPM, Instagram API, Cloudinary;
-
Morena Beachwear{:target="_blank"} - 2018
- Completely redesigned the Wordpress Theme. Created a static HTML/CSS template from scratch and converted it in a dynamic Wordpress page template;
- Used Advanced Custom Fields to create a better UX for website owner when managing content in Wordpress Admin;
- Included front-end forms so subscribers can upload new blog posts as well as new custom post type;
- Languages and Skills used: HTML, CSS, PHP, WP Custom Post Type, Advanced Custom Fields;
-
Divorce Nation{:target="_blank"} - 2017
- Completely redesigned the Wordpress Theme. Created a static HTML/CSS template from scratch and converted it in a dynamic Wordpress page template;
- Used Advanced Custom Fields to create a better UX for website owner when managing content in Wordpress Admin;
- Included front-end forms so subscribers can upload new blog posts as well as new custom post type;
- Languages and Skills used: HTML, CSS, PHP, WP Custom Post Type, Advanced Custom Fields;
-
Tamarindo Active{:target="_blank"} - 2017
- Installed and customized a Wordpress theme according to client requirements;
- Design and style using Visual Composer and Revolution Slider.
- Created a child theme to tweak the template as needed;
- Languages and Skills used: PHP, CSS, Visual Composer, Revolution Slider, Photoshop;
-
Rosie's Investments{:target="_blank"} - 2016
- Installed and customized a Wordpress theme according to client requirements;
- Designed and styled the pages using Visual Composer and Revolution Slider;
- Created a child theme to tweak the template as needed;
- Languages and Skills used: PHP, CSS, Visual Composer, Revolution Slider, Photoshop;
-
Natours{:target="_blank"}
As part of a Advanced CSS and Sass course this project has the latests techniques in websites’ styling, animation and mobile devices responsiveness.
-
Frogger - The Game{:target="_blank"}
Projected created as part of Udacity's FrontEnd NanoDegree.
- HTML5 Canvas
- Javascript OOP
- CSS
ℹ️ See Code{:target="_blank"} | 🎮 Play Game{:target="_blank"}
-
Spinners{:target="_blank"}
ℹ️ See Code{:target="_blank"} |
-
Drum Kit{:target="_blank"}
I Made a game out of Javascript 30{:target="_blank"} first video tutorial by Wes Bos.
The music array is looped with a setTimeout function.
It contains sub-arrays, each sub-array represents one music note. The animation above is represented by the following music array:
const music = [
['g', 71 , 3000],
['a', 65 , 4000],
['g', 71 , 5000],
['g', 71 , 5500],
['a', 65 , 6000],
['g', 71 , 7000],
['a', 65 , 8000],
['g', 71 , 9000],
['g', 71 , 9500],
['a', 65 , 10000]
];
Where:
- music[0] is a string of the keyboard key;
- music[1] is the keycode for music[0];
- music[2]is the delay for each animation from page restart;
ℹ️ See Code{:target="_blank"} | 🎮 Play Game{:target="_blank"}