+ {% for i in (0..units.size) -%}
+ {% if units.size == 0 %}
+ {% break %}
+ {% elsif units[0] == sym %}
+
+
+ {% assign units = units | shift %}
+ {% else %}
+ - {{units[1]}}
+ {% assign units = units | shift | shift %}
+ {% endif %}
+ {% endfor %}
+
+
+ {% endfor %}
+
+
+{% endfor %}
diff --git a/_notebooks/Foundation/2024-09-05-emoji.ipynb b/_notebooks/Foundation/2024-09-05-emoji.ipynb
index de72f29..0f90aac 100644
--- a/_notebooks/Foundation/2024-09-05-emoji.ipynb
+++ b/_notebooks/Foundation/2024-09-05-emoji.ipynb
@@ -25,7 +25,7 @@
},
{
"cell_type": "code",
- "execution_count": 8,
+ "execution_count": 1,
"metadata": {},
"outputs": [
{
@@ -43,7 +43,18 @@
]
}
],
- "source": []
+ "source": [
+ "from emoji import emojize \n",
+ "print(emojize(\":thumbs_up: Liverpool Football Club is the best soccer team in the world. :grinning_face:\"))\n",
+ "\n",
+ "print(\"\")\n",
+ "print(emojize(\"Liverpool FC is one of the most iconic football clubs in the world! :soccer_ball::red_circle:\"))\n",
+ "print(emojize(\"Known for their passionate fans, the famous Kop :musical_notes: and their rich history,\"))\n",
+ "print(emojize(\"They've won numerous Premier League :trophy: and Champions League titles :globe_showing_Europe-Africa:\"))\n",
+ "print(emojize(\"Legends like Steven Gerrard and Mohamed Salah have graced the pitch at Anfield :stadium:\"))\n",
+ "print(emojize(\"Where the atmosphere is electric! YNWA (You'll Never Walk Alone) :musical_note::fire: is not just a motto,\"))\n",
+ "print(\"It's a way of life for the Reds!\")"
+ ]
},
{
"cell_type": "markdown",
diff --git a/index.md b/index.md
index 512ea99..3012ca6 100644
--- a/index.md
+++ b/index.md
@@ -6,285 +6,121 @@ image: /images/mario_animation.png
hide: true
---
-
-
-
-{% assign sprite_file = site.baseurl | append: page.image %}
-
-{% assign hash = site.data.mario_metadata %}
-
-{% assign pixels = 256 %}
+
Home
+
-
+
+ Unit 1:
+
+
+
+
+
+
Week
+
Plans
+
Hacks(Todo)
+
Tangibles
+
-
-
-
-
-
Hi, I'm
+
+
+
-
+
-
-
-
-
-My about me picture
-
+
-
+
+
-
+
-
Hello! My name is Mihir Bapat. I am a Sophomore at Del Norte High School with heritage from India. The above picture is my Freeform picture. It covers the very things I find to be a part of myself. To start off, I am a massive sports fan. I like to watch and play Soccer and Cricket. I support Liverpool FC in Soccer, and the Mumbai Indians and team India in cricket. Finally, in my free time, I like to code, play the piano, and play Fortnite while listening to Spotify.
This is the home page. Navigate to the different sections using the menu above to explore the history, achievements, players, and contact details of Liverpool Football Club.