Week 2 Review Ticket - Data Abstraction & HTML Fragments

  • Data Abstraction
  • For Loop Test
  • With Loop Test
  • Recursive Loop
  • Reversed List
  • Randomized List
  • Randomized Grocery List (Application of lists and other stuff)
  • Test with lists (from Week 1)
  • "Actually Important Table" Time Box on Home Page (Click for code)

    Code for table

                    
    <html>
    
        <head>
    
            <style>
    
                table {
    
                    font-family: arial, sans-serif;
    
                    border-collapse: collapse;
    
                        width: 100%;
    
                }
    
                td, th {
    
                    border: 1px solid #dddddd;
    
                    text-align: left;
    
                    padding: 8px;
    
                }
    
                tr:nth-child(even) {
    
                    background-color: #dddddd;
    
                }
    
                    tr:nth-child(odd) {
    
                        background-color: #ffffff;
    
                }
    
            </style>
    
                </head>
    
                <table>
    
            <tr>
    
                <th>Week</th>
    
                <th>Review Ticket</th>
    
                <th>Points</th>
    
            </tr>
    
            <tr>
    
                <td>0</td>
    
                <td><a href="https://aidenhuynh.github.io/CS_Swag/markdown/2022/09/03/Week_0_Hacks.html">Week 0 - Review Ticket</a></td>
    
                <td>Tools and Setup</td>
    
            </tr>
    
            <tr>
    
                <td>1</td>
    
                <td><a href="https://aidenhuynh.github.io/CS_Swag/markdown/2022/09/04/Week_1_Hacks.html">Week 1 - Review Ticket</a></td>
    
                <td>Intro to Python, Bash, and Fastpages Frontend Development</td>
    
            </tr>
    
            <tr>
    
                <td>2</td>
    
                <td><a href="https://aidenhuynh.github.io/CS_Swag/markdown/2022/09/05/Week_2_Review_Ticket.html">Week 2 - Review Ticket</a></td>
    
                <td>Dictionaries, Lists, Loops, and HTML Fragments</td>
    
            </tr>
    
            <tr>
    
                <td>3</td>
    
                <td>incomplete</td>
    
                <td>AppLab Planning/Blogging, AppLab Creation, Plan for end of Tri project</td>
    
            </tr>
    
        </table>
    
    </html>
                        
                    
  • Remote theme change
    Before: Very unreadable because I think that's kind of funny.
    After: I actually really like these changes, however they get rid of the top bars for searching, tags, and the about me. Also, the images that are too large (for example, on my Week 0 Hacks) get stretched or squished to fit. Then again, I also think this is kind of funny.