Skip to content

amo104/ocampo-project-fuego

Repository files navigation

Projects Fuego

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 Pitt Fuego Coding Tools

Get started!

  1. Go to the Projects Fuego

  2. Click the green "Code" button, and then click "Download ZIP" to your local computer.

  3. 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.

  4. For Mac, Windows, and Linux, download and/or open a code editor like atom.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.

  5. Use the code editor to open the index.html and style.css files from your project folder.

  6. Start working with code by reading through the index.html where you'll find instructions on how to build your own web text!

  7. 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."

  8. 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"

  9. GitHub will provide you with a published URL. (This process may take up to five minutes.)

  10. Test the URL in a browser. Magic, no? Actually, it's computer science.

Watch our instructional video (Note: this video follows a different template using the same process.)

Check out our other cool Pitt Fuego Coding Tools

Text Editor Optimization

Setting up Atom for Windows and CodePad for Chromebooks

Atom (Mac)

  1. Download "Atom"
  2. Add HTML Preview
    • from the dropdown menu, select Atom>Preferences>Install
    • In the search bar type "html-preview."
    • Select the package built by "HARMSK." Click "Install."
  3. Adjust text wrapping
    • from the dropdown menu, select View>Toggle Soft Wrap (this will force lines of code to conform to your viewer tab.)

Atom (Windows)

  1. Download "Atom"
  2. Add HTML Preview - from the dropdown menu, select File>Settings. In the tab that loads select +Install
  3. In the search bar type "html preview."
  4. Select the package built by "HARMSK." Click "Install."
  5. Adjust text wrapping - from the dropdown menu, select View>Toggle Soft Wrap (this will force lines of code to conform to your viewer tab.)

Code Pad (Chromebook)

  1. Download "Code Pad Text Editor
  2. From the dropdown menu, select Editor>IDE Preferences
  3. Toggle "Word wrap limit" to the middle value (this will force lines of code to conform to your viewer tab.)

     

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published