From 36f02078ab4d8c3a5e91e05a3e331d302eddfe88 Mon Sep 17 00:00:00 2001 From: sandrabosk Date: Sat, 13 Nov 2021 15:03:25 -0500 Subject: [PATCH 1/3] add things i like --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5102d3ea..d2d7a53a 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,9 @@

Welcome To Ironhacker's Page

Things I Like

From c285fd813ab770c27345558e1e7199286b15202b Mon Sep 17 00:00:00 2001 From: Diogo Fonseca Date: Fri, 4 Sep 2026 18:20:18 +0100 Subject: [PATCH 2/3] Add things I like --- index.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/index.html b/index.html index d2d7a53a..f1b29bfd 100644 --- a/index.html +++ b/index.html @@ -23,14 +23,5 @@

Things I Like

  • And more coding
  • - -
    -

    Things I Don't Like

    -
      -
    • Fill
    • -
    • This
    • -
    • In
    • -
    -
    From 62b5b7adb6cb86ea0f7c91f4452a8b8d1ed263a4 Mon Sep 17 00:00:00 2001 From: Diogo Fonseca Date: Fri, 4 Sep 2026 23:34:29 +0100 Subject: [PATCH 3/3] Added my personal introduction to about-me.ipynb --- about-me.ipynb | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 about-me.ipynb diff --git a/about-me.ipynb b/about-me.ipynb new file mode 100644 index 00000000..64894366 --- /dev/null +++ b/about-me.ipynb @@ -0,0 +1,62 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "id": "802b29ce", + "metadata": {}, + "outputs": [], + "source": [ + "name = \"Diogo Fonseca\" \n", + "\n", + "reason = \"I want to learn AI to solve real-world problems and build useful solutions.\"\n", + "\n", + "fun_fact = \"I have a background in profesional football, and I am trasnitioning into a career in AI\"\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "c3c76d7e", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Diogo Fonseca\n", + "I want to learn AI to solve real-world problems and build useful solutions.\n", + "I have a background in profesional football, and I am trasnitioning into a career in AI\n" + ] + } + ], + "source": [ + "print(name)\n", + "print(reason)\n", + "print(fun_fact)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "ironhack", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.13.15" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}