GithubHelp home page GithubHelp logo

conflict's Introduction

Conflict (Metals)

Olin College SP20 Metals, Mining, and the Environment Final Project completed by Abby Fry, Grace Montagnino, and Anusha Datar.

Summary

For this final project, we conducted technical and contextual research on conflict metals and presented some of our findings on this website.

Modifying the Website

The website's source code exists in the docs/ directory. To modify any of the existing pages, edit the markdown file associated with the page, and the new content will load on the webiste. Put any images you would like to add to the images directory to link them relative to the page and to maintain high-quality copies of the images.

To add a new page, add a new markdown file to the docs/ directory. with the following header (populate TITLE_OF_PAGE with the actual title of the page).

---
layout: "default"
title: TITLE_OF_PAGE
---

Then, add a link to your page in the navigation bar located in the default layout page after the comment flagged for adding navbar items. Add the item with the following syntax, with MARKDOWN_FILENAME replaced with the filename of the markdown file (without the .MD extension) and TITLE_OF_PAGE replaced with the navigation bar item title.

<! –– FLAG: Add navbar items here -->                                                   
<a href="{{site.baseurl}}/MARKDOWN_FILENAME.html"> TITLE_OF_PAGE</a> <br>

conflict's People

Contributors

anushadatar avatar gracemontagnino avatar amfry avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.