index.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Tatiana Inama - Resume</title>
  6. <meta name="Tatiana Inama" content="Resume">
  7. <link rel="stylesheet" href="styles.css">
  8. <link href="https://fonts.googleapis.com/css?family=Lora:400i|Raleway:400,600,700" rel="stylesheet">
  9. </head>
  10. <body>
  11. <div class="wrapper">
  12. <div></div>
  13. <div class="sidebar-wrapper">
  14. <h1 class="ti-name">
  15. Tatiana Inama
  16. </h1>
  17. <small>
  18. Fullstack Javascript Developer.<br>
  19. UX/UI enthusiast.<br>
  20. Self-taught designer.<br>
  21. Loves dogs and coffee.
  22. </small>
  23. <div class="sidebar-section">
  24. <h5>Personal Information</h5>
  25. <p>
  26. <span>Date of birth</span>
  27. 15/05/1992
  28. </p>
  29. <p>
  30. <span>Place of birth</span>
  31. Buenos Aires - Argentina
  32. </p>
  33. <p>
  34. <span>Contact</span>
  35. tatii.oxo@gmail.com
  36. </p>
  37. </div>
  38. </div>
  39. <div class="main-wrapper">
  40. <h2>Experience</h2>
  41. <div class="experience-wrapper">
  42. <h3>Musimundo - NEC</h3>
  43. <small>Hexacta</small>
  44. <h6>
  45. Ssr. Javascript/.NET developer<br>
  46. June 2017 - August 2017
  47. </h6>
  48. <p>
  49. 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:
  50. </p>
  51. <ul>
  52. <li>UX/CX Analysis: Analysis of the current process and defining the different customer and user archetypes; current POS and requirements, functional analysis.</li>
  53. <li>Technical Side: Definition of the new architecture (the current solution is 4gl), analysis of the headquarters and branches infrastructure, etc.</li>
  54. </ul>
  55. <h4>Technologies used:</h4>
  56. <ul class="technology-list">
  57. <li>Angular 2</li>
  58. <li>Typescript</li>
  59. <li>ASP .NET Web API</li>
  60. </ul>
  61. </div>
  62. <div class="experience-wrapper">
  63. <h3>Musimundo - NEC</h3>
  64. <small>Hexacta</small>
  65. <h6>
  66. Ssr. Javascript/.NET developer<br>
  67. June 2017 - August 2017
  68. </h6>
  69. <p>
  70. 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:
  71. </p>
  72. <ul>
  73. <li>UX/CX Analysis: Analysis of the current process and defining the different customer and user archetypes; current POS and requirements, functional analysis.</li>
  74. <li>Technical Side: Definition of the new architecture (the current solution is 4gl), analysis of the headquarters and branches infrastructure, etc.</li>
  75. </ul>
  76. </div>
  77. </div>
  78. </div>
  79. </body>
  80. </html>