Practice site for Open Source Comes to Campus.
Please clone the project and make changes to the HTML page assigned to you. You can add more contents to the page or more visual effects using HTML, CSS or JavaScript. Please make sure that if you want to add external dependencies to your local folder, you need to include them in git and push them to this repository too!
- Inside the
public/directory, create a folder whose name is that of your group (now known as$GROUP) - Copy the
group-template.htmlintoindex.htmlinside the$GROUP/folder. - Modify
public/index.htmlso that there is a button whose name is$GROUPand links to the group folder
- The text within the
<button>and</button>tags contains the name of the button - The
http://www.google.comis the URL that the button will direct to. You can use site-relative addressing (i.e. putting/public/$GROUP/will work
- Modifying
$GROUP/index.htmlwill modify your group's page
You can see what your page will look like by opening up the index.html page locally in your browser.
When you feel like you are ready to share your page with the rest of the world, submit a pull request to BucknellLaunch/OSCTC-Practice. Once we merge in, the public website should be updated (http://blaunch.dynalias.com)