Freshman Shop
Look at the work I did in shop freshman year
Calendar Program
For this assignment, I had created a calendar program that allows the user to enter a day, month, and year in three separate variables as shown. After the user inputs their desired date, the program asks the user to select one of the two choices, to calculate the number of days in the month they inputted, or to calculate the amount of days that had passed that year. To create this program, I had to first define three functions, leap_year, number_of_days, and days_passed.
Once these functions were defined, I started the main part of my code. I asked the user to input the day, month, and year of their date. The numbers that were inputted for each question defined the day, month, and year variables. Next, the program asks the user to chose between two options, to calculate the number of days in the inputted month, or to calculate the number of days passed so far in the year. If the user inputs 1, the program gives the user the number of days that was in the chosen month. If the user inputs 2, the user gets the number of days that passed in the year so far.
Taylor Swift Vacation Website
For this website, I showed my dream vacation. I had to keep my expenses under $2,000 & invite a character, or celebrity, with me. I chose Taylor Swift to go with me to Toronto, Canada. I had to find four attractions to visit. Doing this and staying under $2,000 was really difficult, I now appreciate my mom’s skills so much more when she books a vacation. I selected a beach, zoo, aquarium, and a theme park. Adding up the attractions expenses, the flight, and the hotel made the remaining money for food very slim. Even worse, I had to consider my food allergy. I decided on having five guys for lunch and dinner for the whole vacation. May not be the healthiest choice, but it is cheap and gluten free.
I had to include four different pages, the homepage, the expenses page, the image gallery, and the attractions page. For the navigation bar, I used the <nav> tag, this tag creates links that bring you to a different page. I included many photoshopped pictures of me and Taylor on our vacation. I put these in my website using the <img> tag. This tag links an image to your website and you can add borders or align the image using CSS. I used CSS to add color, alignments, and the box model to my website. The box model uses the basic HTML skeleton and uses margins and padding to adjust the flow of the website. The finished look of the website has the colors from the Lover album cover and changed the font to fit the theme of the website.