Skip to content

Jesus - Practice making a fork, clone and a Pull Request #4276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
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
49 changes: 49 additions & 0 deletions about-me.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"id": "c7b2b9d0",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hi! I am Jesús Brito\n",
"I just wanna switch carrers and make more money :)\n",
"I actually like Python and working on Power BI!\n"
]
}
],
"source": [
"name = \"Hi! I am Jesús Brito\"\n",
"reason = \"I just wanna switch carrers and make more money :)\"\n",
"fun_fact = \"I actually like Python and working on Power BI!\"\n",
"\n",
"print(name, reason, fun_fact, sep=\"\\n\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"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.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Things I Like</h2>
<li>In</li>
</ul>
</section>

<section>
<h2>Things I Don't Like</h2>
<ul>
Expand All @@ -34,3 +34,6 @@ <h2>Things I Don't Like</h2>
</section>
</body>
</html>


<!-- nothing to see here -->