This multimodal coding tool is a great way to break the ice at beginning of your school year. Why not use code to help your students introduce themselves and to process where they are on their journey through life? It's also an easy way for you to promote coding literacy, computational thinking, and computer science knowledge in your classroom.
By working through the prompts in the index.html file, students will construct their own webtext explaining who they are, what they are doing, and where they are going. Before, I ask students to present their page to the rest of the class, I divide them into groups giving them 15 minutes to work together to debug their projects.
This template also allows the user to mix and match div. blocks should students wish to further customize their work. It's a great introduction to code that will prepare students to use our other Open Fuego Coding Tools
-
Go to the I-am-a-project-in-becoming repository
-
Click the green "Code" button, and then click "Download ZIP" to your local computer.
-
Find this folder in your downloads. Move this folder to a secure place. You will return to this folder to manage your scripts and other assets like images, pdfs, etcetera.
-
For Mac, Windows, and Linux, download and/or open a code editor like Brackets.io or any code editor of your choice. If you use a Chromebook O.S., we recommend Code Pad or Caret. You will find additional information below about optimizing your code editor to work with HTML and CSS.
-
Use the code editor to open the index.html and style.css files from your project folder.
-
Start working with code by reading through the index.html where you'll find instructions on how to build your own web text!
-
Once you have modified and added your files to your project file, you will want to publish to the web. GitHub provides a good solution for "free." Create a GitHub account, then create a new repository for this webtext. Click "uploading an existing file," (push) your files into this repository. You'll need ALL of your assets to make your webtext function properly. Upload assets, then click "Commit changes."
-
Now go to your repository "settings." Scroll down to "GitHub Pages" in the left-hand menu. Change the source setting from "none" to "main" "/root" and then Click "Save"
-
GitHub will provide you with a published URL. (This process may take up to five minutes.)
-
Test the URL in a browser. Magic, no? Actually, it's computer science.
Watch our instructional video
Check out our other cool Open Fuego Coding Tools
- Download "Brackets" from Brackets.io
- Select View>Themes.... Customize accessibility.
- Select View>Word Wrap. Force lines of code to conform to your viewer tab.
- To Preview HTML in a web browser, save work, and select "lightning button" on upper-right side. Or open/refresh index.html file.
- Download "Code Pad Text Editor" from Chrome Web Store.
- From the dropdown menu, select Editor>IDE Preferences
- Toggle "Word wrap limit" to the middle value (this will force lines of code to conform to your viewer tab.)
- Phoenix Web Editor - Browser-based editor with built-in HTML preview.
- GitHub.dev Web Editor - work with code within GitHub repository.