From f1e331bc36f766f31d135289db11dcedaac351e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Ferreyra?= Date: Tue, 12 Nov 2024 23:50:10 -0300 Subject: [PATCH] feature:nodejs --- index.html | 280 ++++++++++++++++++++++++++++++++--------------------- styles.css | 46 ++++----- 2 files changed, 191 insertions(+), 135 deletions(-) diff --git a/index.html b/index.html index 5efea5c..93a3672 100644 --- a/index.html +++ b/index.html @@ -1,134 +1,190 @@ + -KatoWeb - - - - - - - + KatoWeb + + + + + + + + -
-
-
-
-
-
-

Damián Ferreyra

-

Also known as Kato

-
-
-
-

Estudiante

-

Entre Ríos, Argentina

-

ferreyradamian3755@gmail.com

-
-

Skills

-

FrontEnd

-

- - - - -

-

- -

-

BackEnd

-

- - - - - - -

-
-

Languages

-

English

-
- +
+
+
+
+
+
+

Damián Ferreyra

+

Also known as Kato

+
-

Spanish

-
-

Native from Argentina

+
+

Estudiante

+

Entre Ríos, Argentina

+

ferreyradamian3755@gmail.com +

+
+

Skills

+

FrontEnd

+

+ + + + +

+

BackEnd

+

+ + + +

+

FrameWorks

+

+ + +

+

DataBases

+

+ + + +

+
+

Languages +

+

English

+
+ +
+

Spanish

+
+
+

Native from Argentina

+
+
+
-
+
-
-
-
-
-

Work Experience

-
-
Position / company
-
Month and Year - Current
-

+

+
+

Work Experience

+
+
Position / company
+
Month and Year - Current
+

    -
  • Obligation 1

  • -
  • Obligation 2

  • -
  • Obligation 3

  • -
  • Obligation 4

  • -
  • Obligation 5

  • +
  • +

    Obligation 1

    +
  • +
  • +

    Obligation 2

    +
  • +
  • +

    Obligation 3

    +
  • +
  • +

    Obligation 4

    +
  • +
  • +

    Obligation 5

    +
-

-
-
-
-
Position / company
-
Month and Year - Month and Year
-

+

+
+
+
+
Position / company
+
Month and Year - Month and Year +
+

    -
  • Obligation 1

  • -
  • Obligation 2

  • -
  • Obligation 3

  • +
  • +

    Obligation 1

    +
  • +
  • +

    Obligation 2

    +
  • +
  • +

    Obligation 3

    +
-

-
-
-
-
Position / company
-
Month and Year - Month and Year
-

+

+
+
+
+
Position / company
+
Month and Year - Month and Year +
+

    -
  • Obligation 1

  • -
  • Obligation 2

  • -
  • Obligation 3

  • +
  • +

    Obligation 1

    +
  • +
  • +

    Obligation 2

    +
  • +
  • +

    Obligation 3

    +
-

-
-
-
-

Education

-
-
Faculty of administration sciences
-
2022 - 2026
-

Systems administration degree

-
-
-
-
Technician degree
-
2014 - 2021
-

Technician Degree on Electricity and Mechanics


+

+
+
+
+

Education

+
+
Faculty of administration sciences
+ +
2022 - 2026
+

Systems administration degree

+
+
+
+
Technician degree
+
2014 - 2021
+

Technician Degree on Electricity and Mechanics


+
+
-
-
-
-

Find me on social media.

- - - - - -

Powered by w3.css

-
+ + \ No newline at end of file diff --git a/styles.css b/styles.css index fbabbdc..d5e57d6 100644 --- a/styles.css +++ b/styles.css @@ -1,60 +1,60 @@ -html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif} +html, +body, +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: "Roboto", sans-serif +} -.ownicon-ts { +.ownicon-sqlite, +.ownicon-mongodb, +.ownicon-mysql, +.ownicon-ts, +.ownicon-assembler, +.ownicon-java, +.ownicon-python { width: 30px; height: 30px; - background: url(/images/typescript.svg); display: inline-block; +} + +.ownicon-ts { + background: url(/images/typescript.svg); transform: translateY(3px); } .ownicon-python { - width: 30px; - height: 30px; background: url(/images/python.svg); - display: inline-block; } .ownicon-java { - width: 30px; - height: 30px; background: url(/images/java.svg); - display: inline-block; } .ownicon-assembler { - width: 30px; - height: 30px; background: url(/images/assembler.svg); - display: inline-block; } .ownicon-mysql { - width: 30px; - height: 30px; background: url(/images/mysql.svg); - display: inline-block; } .ownicon-sqlite { - width: 30px; - height: 30px; background: url(/images/sqlite.svg); - display: inline-block; } .ownicon-mongodb { - width: 30px; - height: 30px; background: url(/images/mongodb.svg); - display: inline-block; } -/* Hover effects for all classes */ .fa-css3:hover, .fa-html5:hover, .fa-js:hover, .fa-react:hover, +.fa-node:hover, .ownicon-ts:hover, .ownicon-python:hover, .ownicon-java:hover, @@ -65,7 +65,7 @@ html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif} transform: scale(2.35); position: relative; z-index: 10; - transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease; + transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease; } .ownicon-mysql:hover {