Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions about-me.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "bcb715f2-b463-463e-beba-1acd783bfa20",
"metadata": {},
"outputs": [],
"source": [
"name = \"Moci\"\n",
"reason = \"I want to learn AI to solve real-world problems like automating processes.\"\n",
"fun_fact = \"I enjoy hiking and working on side projects with Python!\""
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "abafd55c-bb42-4f76-b038-288360730e9e",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:base] *",
"language": "python",
"name": "conda-base-py"
},
"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.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
59 changes: 25 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio Page</title>
</head>
<body>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>

<h1>Welcome To Ironhacker's Page</h1>

<section>
<h2>Things I Like</h2>
<ul>
<li>Fill</li>
<li>This</li>
<li>In</li>
</ul>
</section>

<section>
<h2>Things I Don't Like</h2>
<ul>
<li>Fill</li>
<li>This</li>
<li>In</li>
</ul>
</section>
</body>
</html>
<head>
<meta charset="UTF-8" />
<title>Portfolio Page</title>
</head>
<body>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>

<h1>Welcome To Ironhacker's Page</h1>

<section>
<h2>Things I Don't Like</h2>
<ul>
<li>Fish</li>
<li>Heights</li>
<li>Wind</li>
</ul>
</section>
</body>
</html>