-
Using the template
- Start with
index.html, this will be your root page (the main page)
Questions about its content? Refer totemplate.html - To make new HTML pages, duplicate
template.htmlinside the folder and rename it to the URL path you want.It's recommended that you delete the explanation comments in any new HTML pagesabout.html => my_website.com/about
- Start with
main.cssinside thecssfolder - What are
normalize.cssandhtml5-boilerplate.cssfor?
They make basic styles consistent across all kinds of web browsers
- Start with
main.jsinside thejsfolder - What's jQuery? It's a JavaScript library that allows you to manipulate your website much more easily with JavaScript
- If you download any jQuery plugins, paste a minified version of them into
plugins.js
- If you want to host your own images, put the image file (.jpg, .png, .gif) inside the images directory.
Then the source on an img tag will be<img src="/images/your_picture.jpg">
- Start with
forked from jo4marseille/html-css-js
-
Notifications
You must be signed in to change notification settings - Fork 0
nPeritore/JODirect
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
watch the Olympics live
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 67.6%
- HTML 14.3%
- CSS 8.8%
- SCSS 4.7%
- Less 4.3%
- Ruby 0.1%
- Other 0.2%