Bitscape: A Digital Exploration through Lines of Code
Directory Structure
css\
- Stylesheets CSS files for the template.images\
- Images used in template.scripts\
- JavaScript used in the template.styles\
- SCSS source files for stylesheets CSS.favicon.ico
- Favicon placeholder provided for the template.index.html
- Main HTML page to open the template in browser.
How to Edit the template
- Editing Content in template
To edit the content open the corresponding *.html
files and open them in an editor such as VSCode.
Search for the content you want to change and edit it to the text you want.
Save the file and reopen HTML file in browser to see the changes.
- Editing Styles of template
The main style is present in css\main.css
which you can edit.
- Changing Images
You can change images inside the images\
folder.
Make sure to name the file same as the original file.
If you wish to change the name of the image file then you must
also make corresponding change in the HTML file which refer to that image.