🎉 Flamingosis Fan Page 🎉

An HTML and CSS practice excercise where I create a simple fan page for one of my favorite artist, Flamingosis.

Table of Contents 📚

Installation 👨‍🏭

Once you have a local installation of my remote repository, simply open the HTML (HyperText Markup Language) file. The

```sh fanpage.html ```

in your local browser and experiment with replacing different elements with your desired content. You could make your own fan page of your favorite band.

 

Flamingosis Fan Page

 

Screenshot of flamingosis fan page

 

Testing 👩‍🔬

There are two main folders that control the content/style of the page. The HTML file

fanpage.html

and the CSS (Cascading Style Sheet) file. The CSS file is being linked to your HTML file through a link in the head element of the HTML file.

fanpage.css

You can control the content through the HTML file; either by changing the element itself, or replacing the data between the angled brackets. Feel free to play, explore, and experiment. If you would like to see examples of how you can change the content and style, please visit the walkthrough video I made.

 

fanpage.html

 

Screenshot of flamingosis fan page's html code

 

If you would like to control the style of the content, you will adjust the CSS file.

 

fanpage.css

 

Screenshot of flamingosis fan page's css code

 

There is so much you can do with just HTML and CSS. You can create simple websites easily, quickly, and most importantly, with STYLE.

 

Video Demonstration 📹

 

I give simple demonstrations of how you can adjust the HTML element content and CSS declarations to change the applications content and look.

 

Live application walkthrough

 

Built With 🛠️

Below you can learn more through these links, and also practice through tutorials to gain a deeper understanding of HTML5 and CSS3.

 

Future Updates ⏳

  • What kind of website would you build with HTML & CSS?
  • What is JavaScript, and what could you do with it in an application like this?

 

Author 👋

John Patrick Banas

 

Contributions 💚

None of this would be possible without the love and support of my wife Sam and our dog Teddy. Thank you to my nephew Mitchell for letting me help him with his homework, and discover that I actually love computer science, I just never knew. The wonderful folks at the Vanderbilt Owen School of Engineering Bootcamp. All the Instructors, TA's, Graders, Tutors, and Admin team who made my journey possible. Also to all the coders out there who teach me something new everyday, through Slack, StackOverflow, GitHub, Dev, Codecademy, Coursera, CodeNewbie, Udemy, Dataquest, and too many others to name here. I am grateful for the knowledge freely given, and I will freely give knowledge in return. Thank you most of all, to YOU for reading this far! 👏 🤣

 

Give Support 🙌

If you would like to contribute, or if you have any: commentary, corrections, questions, suggestions, please feel free to contact me through my email provided in the Author section. If you like the project, I would appreciate giving a ⭐ in support.

Back To Top of Page