Dylan Bunch's Web Portfolio!


Meme
Dylan Bunch
Album Cover

Three things about me:

Bethlehem Christian Academy

Web Development with Mrs. Davis 2024-2025

The purpose of this website is to teach myself how to make a website and to get the basic grasp of html and CSS.


These are the links to the units:

Unit 3

This unit we dicussed HTML and how to create a website. We dicussed how to create video and audio onto the webpage and how to link them. This is a website full of things to test my skills and to teach my how to code a website. We learned how to create ordered and unordered lists. In this class we learned how to display text and how to size on the text and image. How to create a table using HTML.


Unit 4

This unit we learned how to code in CSS which stands for Cascading style sheets. CSS controls the design of the website and is used to make a website look appealing. In this unit we learned how to add color, align text, change font color and style; including the size, and we learned how to style our webpage from in the body and/or through the head of the code. This gave us a lot more freedom to use our imagination to create a website that looks more like our own style and things that represent us more.

I chose to use a triple color scheme in my page. I chose the colors maroon, crimson, and silver. This is mainly due to the idea of the music I play on drums, which mostly consists metal and hard rock.


Unit 5

In this unit, we learned more about how to design the page. Whether it's by combining things to show up on the same line or if the content is hidden. We also learned about to change different aspects of the page by how the user interacts with it. We also learned how to create animations and transitions on the page.

Unit 6

This unit we learned about graphics and the different types of images. We learned about lossy and lossless images and the difference between raster and vector images. We learned how to create graphics and things like layering. We learned how graphics can be added using the svg file directly on the homepage.

Unit 7

In this unit, we learned about Javascript and how to have use loops and math with Javascript. We learned how to start and stop loops and use math for interactability.

Unit 8

In this unit, we learned how to combine Javascript and HTML. We learned how to have the user interact with the website using Javascript.

  • Script tags
  • Prompt and alert tags
  • We learned how to manipulate html using Javascript
  • Unit 9