minor fix

This commit is contained in:
Timothy Pidashev
2022-01-08 18:24:01 -08:00
parent 60b9e62881
commit 1723aae6fc

View File

@@ -13,61 +13,61 @@
<div class="container"> <div class="container">
<h1 class="hero__header" data-aos="zoom-out">Lesson 1</h1> <h1 class="hero__header" data-aos="zoom-out">Lesson 1</h1>
<div class="assignment"> <div class="assignment">
<a href="https://timmypidashev.com/python/assignments/1.1"> <a href="https://timmypidashev.com/python/assignments/1.1.html">
<button data-aos="zoom-in" id="1.1">Warmup</button> <button data-aos="zoom-in" id="1.1">Warmup</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/1.2"> <a href="https://timmypidashev.com/python/assignments/1.2.html">
<button data-aos="zoom-in" id="1.2">Classwork</button> <button data-aos="zoom-in" id="1.2">Classwork</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/1.3"> <a href="https://timmypidashev.com/python/assignments/1.3.html">
<button data-aos="zoom-in" id="1.3">Assignment</button> <button data-aos="zoom-in" id="1.3">Assignment</button>
</a> </a>
</div> </div>
<h1 class="hero__header" data-aos="zoom-out">Lesson 2</h1> <h1 class="hero__header" data-aos="zoom-out">Lesson 2</h1>
<div class="assignment"> <div class="assignment">
<a href="https://timmypidashev.com/python/assignments/2.1"> <a href="https://timmypidashev.com/python/assignments/2.1.html">
<button data-aos="zoom-in" id="2.1">Warmup</button> <button data-aos="zoom-in" id="2.1">Warmup</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/2.2"> <a href="https://timmypidashev.com/python/assignments/2.2.html">
<button data-aos="zoom-in" id="2.2">Classwork</button> <button data-aos="zoom-in" id="2.2">Classwork</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/2.3"> <a href="https://timmypidashev.com/python/assignments/2.3.html">
<button data-aos="zoom-in" id="2.3">Assignment</button> <button data-aos="zoom-in" id="2.3">Assignment</button>
</a> </a>
</div> </div>
<h1 class="hero__header" data-aos="zoom-out">Lesson 3</h1> <h1 class="hero__header" data-aos="zoom-out">Lesson 3</h1>
<div class="assignment"> <div class="assignment">
<a href="https://timmypidashev.com/python/assignments/3.1"> <a href="https://timmypidashev.com/python/assignments/3.1.html">
<button data-aos="zoom-in" id="3.1">Warmup</button> <button data-aos="zoom-in" id="3.1">Warmup</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/3.2"> <a href="https://timmypidashev.com/python/assignments/3.2.html">
<button data-aos="zoom-in" id="3.2">Classwork</button> <button data-aos="zoom-in" id="3.2">Classwork</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/3.3"> <a href="https://timmypidashev.com/python/assignments/3.3.html">
<button data-aos="zoom-in" id="3.3">Assignment</button> <button data-aos="zoom-in" id="3.3">Assignment</button>
</a> </a>
</div> </div>
<h1 class="hero__header" data-aos="zoom-out">Lesson 4</h1> <h1 class="hero__header" data-aos="zoom-out">Lesson 4</h1>
<div class="assignment"> <div class="assignment">
<a href="https://timmypidashev.com/python/assignments/4.1"> <a href="https://timmypidashev.com/python/assignments/4.1.html">
<button data-aos="zoom-in" id="4.1">Warmup</button> <button data-aos="zoom-in" id="4.1">Warmup</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/4.2"> <a href="https://timmypidashev.com/python/assignments/4.2.html">
<button data-aos="zoom-in" id="4.2">Classwork</button> <button data-aos="zoom-in" id="4.2">Classwork</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/4.3"> <a href="https://timmypidashev.com/python/assignments/4.3.html">
<button data-aos="zoom-in" id="4.3">Assignment</button> <button data-aos="zoom-in" id="4.3">Assignment</button>
</a> </a>
</div> </div>
<h1 class="hero__header" data-aos="zoom-out">Lesson 5</h1> <h1 class="hero__header" data-aos="zoom-out">Lesson 5</h1>
<div class="assignment"> <div class="assignment">
<a href="https://timmypidashev.com/python/assignments/5.1"> <a href="https://timmypidashev.com/python/assignments/5.1.html">
<button data-aos="zoom-in" id="5.1">Warmup</button> <button data-aos="zoom-in" id="5.1">Warmup</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/5.2"> <a href="https://timmypidashev.com/python/assignments/5.2.html">
<button data-aos="zoom-in" id="5.2">Classwork</button> <button data-aos="zoom-in" id="5.2">Classwork</button>
</a> </a>
<a href="https://timmypidashev.com/python/assignments/5.3"> <a href="https://timmypidashev.com/python/assignments/5.3.html">
<button data-aos="zoom-in" id="5.3">Assignment</button> <button data-aos="zoom-in" id="5.3">Assignment</button>
</a> </a>
</div> </div>