|
@@ -0,0 +1,86 @@
|
|
|
|
|
+<!doctype html>
|
|
|
|
|
+
|
|
|
|
|
+<html lang="en">
|
|
|
|
|
+<head>
|
|
|
|
|
+ <meta charset="utf-8">
|
|
|
|
|
+ <title>Tatiana Inama - Resume</title>
|
|
|
|
|
+ <meta name="Tatiana Inama" content="Resume">
|
|
|
|
|
+ <link rel="stylesheet" href="styles.css">
|
|
|
|
|
+ <link href="https://fonts.googleapis.com/css?family=Lora:400i|Raleway:400,600,700" rel="stylesheet">
|
|
|
|
|
+</head>
|
|
|
|
|
+<body>
|
|
|
|
|
+ <div class="wrapper">
|
|
|
|
|
+ <div></div>
|
|
|
|
|
+ <div class="sidebar-wrapper">
|
|
|
|
|
+ <h1 class="ti-name">
|
|
|
|
|
+ Tatiana Inama
|
|
|
|
|
+ </h1>
|
|
|
|
|
+ <small>
|
|
|
|
|
+ Fullstack Javascript Developer.<br>
|
|
|
|
|
+ UX/UI enthusiast.<br>
|
|
|
|
|
+ Self-taught designer.<br>
|
|
|
|
|
+ Loves dogs and coffee.
|
|
|
|
|
+ </small>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="sidebar-section">
|
|
|
|
|
+ <h5>Personal Information</h5>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ <span>Date of birth</span>
|
|
|
|
|
+ 15/05/1992
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ <span>Place of birth</span>
|
|
|
|
|
+ Buenos Aires - Argentina
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ <span>Contact</span>
|
|
|
|
|
+ tatii.oxo@gmail.com
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="main-wrapper">
|
|
|
|
|
+ <h2>Experience</h2>
|
|
|
|
|
+ <div class="experience-wrapper">
|
|
|
|
|
+ <h3>Musimundo - NEC</h3>
|
|
|
|
|
+ <small>Hexacta</small>
|
|
|
|
|
+ <h6>
|
|
|
|
|
+ Ssr. Javascript/.NET developer<br>
|
|
|
|
|
+ June 2017 - August 2017
|
|
|
|
|
+ </h6>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ The main objective of this project is to redefine the user/client experience in the sales process of Musimundo. To achieve this, we first define a discovery stage, where we work in 2 fronts:
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <ul>
|
|
|
|
|
+ <li>UX/CX Analysis: Analysis of the current process and defining the different customer and user archetypes; current POS and requirements, functional analysis.</li>
|
|
|
|
|
+ <li>Technical Side: Definition of the new architecture (the current solution is 4gl), analysis of the headquarters and branches infrastructure, etc.</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <h4>Technologies used:</h4>
|
|
|
|
|
+ <ul class="technology-list">
|
|
|
|
|
+ <li>Angular 2</li>
|
|
|
|
|
+ <li>Typescript</li>
|
|
|
|
|
+ <li>ASP .NET Web API</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="experience-wrapper">
|
|
|
|
|
+ <h3>Musimundo - NEC</h3>
|
|
|
|
|
+ <small>Hexacta</small>
|
|
|
|
|
+ <h6>
|
|
|
|
|
+ Ssr. Javascript/.NET developer<br>
|
|
|
|
|
+ June 2017 - August 2017
|
|
|
|
|
+ </h6>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ The main objective of this project is to redefine the user/client experience in the sales process of Musimundo. To achieve this, we first define a discovery stage, where we work in 2 fronts:
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <ul>
|
|
|
|
|
+ <li>UX/CX Analysis: Analysis of the current process and defining the different customer and user archetypes; current POS and requirements, functional analysis.</li>
|
|
|
|
|
+ <li>Technical Side: Definition of the new architecture (the current solution is 4gl), analysis of the headquarters and branches infrastructure, etc.</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+</body>
|
|
|
|
|
+</html>
|