diff --git a/images/UiO.png b/images/UiO.png new file mode 100644 index 0000000..6b909b1 Binary files /dev/null and b/images/UiO.png differ diff --git a/images/coursera.png b/images/coursera.png new file mode 100644 index 0000000..34d0539 Binary files /dev/null and b/images/coursera.png differ diff --git a/images/uu.svg b/images/uu.svg new file mode 100644 index 0000000..3e6e634 --- /dev/null +++ b/images/uu.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 0ed95a1..29c1b6e 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@
  • ABOUT
  • SKILLS
  • EDUCATION
  • -
  • PROJECT
  • +
  • PROJECTS
  • CONTACT
  • @@ -23,8 +23,8 @@
    Profile picture -

    Olivier Boeren

    -

    Software developer

    +

    Olivier Boeren

    +

    Software developer

    linkedin github @@ -44,9 +44,33 @@


    EDUCATION

    -

    - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla luctus dignissim rutrum. Suspendisse vel dapibus risus. Morbi vitae sodales nisi, vitae convallis dolor. In non vulputate magna. Praesent ultrices, tellus nec lacinia molestie, dui mi aliquet mi, imperdiet ultricies neque lacus blandit risus. Curabitur condimentum nisi sit amet dui auctor malesuada. Integer eleifend nisi mi, in tempus tortor fringilla ac. Donec ultrices lacus feugiat, feugiat tortor vitae, tincidunt risus. -

    +
    +

    University

    +
    + University of Utrecht +
    +

    University of Utrecht

    + Computer science • honours program • 2019-2022 +
    +
    +
    + University of Oslo +
    +

    University of Oslo

    + Computer science • Erasmus+ exchange • 2022 +
    +
    +
    +
    +

    Certification

    +
    + coursera +
    +

    Machine learning

    + Stanford University Online • 2021 • certificate +
    +
    +

    PROJECTS

    diff --git a/styles.css b/styles.css index dbdd3c4..7d47d91 100644 --- a/styles.css +++ b/styles.css @@ -36,10 +36,14 @@ nav a{ text-decoration: none; color: #424242; font-size: 20px; + font-weight: 500; padding: 10px; display: inline-block; transition: 0.3s; } +nav a:hover{ + color: #155d77; +} .content{ display: flex; @@ -65,11 +69,11 @@ nav a{ margin-top: 60px; margin-bottom: 30px; } -.profile h2{ +.profile h3{ margin: 0; font-size: 32px; } -.profile h3{ +.profile h4{ margin: 0; opacity: 60%; font-size: 18px; @@ -104,4 +108,25 @@ nav a{ padding: 50px; min-height: calc(100vh - 200px); background: #f1f1f1; +} + +.education{ + height: 50px; + display: flex; + flex-direction: row; + gap: 15px; + margin-bottom: 10px; +} +.education img{ + height: 100%; +} +.education h3{ + margin: 0; +} +.education a{ + text-decoration: none; + color: #424242; +} +.education a:hover{ + color: #155d77; } \ No newline at end of file