bygeoffthompson/DDDC
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Welcome to your README.txt file!
This file is just a simple written document. It is a good place to put all project details and information for people to read and learn about it, or for yourself to refer back to later on.
This project was started on January 4, 2026. It is intended to be used as a website for learning and showing off the following web technologies:
1. HTML
a. Hypertext Markup Language
i. Read More -> https://en.wikipedia.org/wiki/HTML
ii. HTML in 100 Seconds -> https://www.youtube.com/watch?v=ok-plXXHlWw
2. CSS
a. Cascading Stylesheets
i. Read More -> https://en.wikipedia.org/wiki/CSS
ii. CSS in 100 Seconds -> https://www.youtube.com/watch?v=OEV8gMkCHXQ
HTML is the content of your website (skeleton). CSS is the look of your website (skin, clothes, drip).
I have built you a starter website using just HTML and CSS. The website is not available on the internet yet - it can only be found within the danny-website.zip file I emailed you (and you downloaded).
After you download danny-website.zip you will need to extract it. This is usually done on any computer by finding the file on your computer, right-clicking it, and choosing the option "Extract all files" (or similar). Your computer will take danny-website.zip and extract it into a directory titled `danny-website` that you can double-click to enter. Enter the danny-website directory and find the file there called index.html - this is your starter website. You can see it by opening the index.html file in your favorite web browser. The quickest way to do this is to right-click on the index.html file and choose the option "Open in Chrome/Firefox/Browser" (or similar).
Everything within the danny-website directory is part of your website. To look at the code within a file you should just be able to double-click it - otherwise right-click the file and choose option "Open with Text Editor" (or similar). This will open your computer's default text editor where you can see your file's code contents. Whatever changes you save can be seen by refreshing the site in your browser. If anything gets messed up beyond repair remember that you can always go back and redownload the danny-website.zip file to start fresh again.
Basic Information About Your Website's Files:
README.txt -> This is a plaintext file that holds valuable project information for people who work on the project
index.html -> This is your website skeleton. Notice how the file is made up of HTML elements like `<html>`, `<body>`, `<h1>`, `<p>`, `<img>` and more
style.css -> This is your website skin. Notice how the rules in here change the website's look like centering text and making one specific line of text red
dd.jpg -> This is your Facebook pic that I downloaded and moved into this website project