diff --git a/index.html b/index.html index f801e41..1d53a03 100644 --- a/index.html +++ b/index.html @@ -20,51 +20,59 @@
A portrait of Daniel Tufvesson + +
+

+ Hi! My name is Daniel Tufvesson and I'm a cognitive science student + at Linköping University, Sweden. +

+

+ When I was 15, I wrote my first computer program, and ever since + then I have been hooked. What started as a fun hobby, quickly turned + into a passion. That is why in gymnasium I started a game development + company with my friends, and then proceeded as an independent game + developer during my sabbatical after gymnasium. Now, I have turned + my attention to the world of AI and natural language processing. +

+

+ This portfolio consists of some of the projects I have had + the pleasure of working on. And if you want to find out more about me + and my experience, please refer to my LinkedIn. +

+
+
+ +
-

CONTACT ME

+

CONTACT ME

    -
  • LinkedIn
  • -
  • GitHub
  • +
  • LinkedIn
  • +
  • GitHub
  • Email: daniel.tufvesson@outlook.com
-
-
-

- Hi! My name is Daniel Tufvesson and I'm a cognitive science student - at Linköping University, Sweden. -

-

- Kandidatstudent på tredje året inom kognitionsvetenskap. Mina - främsta intressen är AI, NLP och hjärnan. -

-

- När jag var 15 år skrev jag mitt första program, och sen var jag - fast! Vad som började som en hobby blev snabbt ett starkt intresse, - och ledde till bildandet av två näringsverksamheter med syftet att - utveckla spel. Nu har jag lämnat spelvärlden och har som ambition - att bli expert inom AI och maskininlärning. -

-

- This portfolio consists of some of the projects I have had - the pleasure of working on. If you want to find out more about me - and my experience, please refer to my LinkedIn. -

+
-

EDUCATION

- - -

EXPERIENCE

- +
+

EDUCATION

+
    +
  • Linköping University 2021–2024
  • +
  • Ystad Gymnasium 2014–2017
  • +
+ + +
+ +
+

EXPERIENCE

+
    +
  • Independent Game Developer 2017–2021
  • +
  • Game Developer at ZuckerGates UF 2015–2016
  • +
+
diff --git a/style.css b/style.css index 0be1090..195a0c3 100644 --- a/style.css +++ b/style.css @@ -37,6 +37,8 @@ p { ul { margin-top: 5px; + list-style: circle; + list-style-position: inside; } li { @@ -110,25 +112,32 @@ footer { } .portrait-picture { - display: block; width: 200px; + object-fit: contain; } .about-me { display: flex; - flex-direction: row; + flex-direction: column; /* padding: 50px; */ } .me-section { display: flex; - flex-direction: column; - justify-content: start; + flex-direction: row; + justify-content: space-between; + align-items: start; padding: 20px; - gap: 20px; + gap: 80px; min-width: 200px; } +.me-bio { + display: flex; + flex-flow: column; + gap: 20px; +} + .project-table { padding: 20px; display: flex;