You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
Syntax highlighted code block
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width=device-width, initial-scale=1">
<title>Pollution in the US</title>
</head>
<body>
<h1><p style="text-align:center;">Pollution in the US</p></h1>
<hr>
<h2>What is pollution?</h2>
<p>
"Pollution is the introduction of contaminants into the natural environment that cause adverse change." <br>
This is the official definition by Google. Some types of pollution include water pollution, air <br>
pollution, and thermal pollution, but today we will be focusing on air pollution. Air pollution can come<br>
from factories, cars, trucks, volcanoes, wildfires, and other sources. These gas and liquid particles are<br>
suspended in the air,ccausing negative effects on wildlife and the environment. Air pollution can result <br>
in lung cancer, heart disease, and so much more. A well known environmental effect of air pollution is <br>
acid rain, which is extremely damaging to the environment.
</p>
<br>
<h2>How can we stop air pollution?</h2>
<p>
There is not a good way to clean up air pollution, but we can make changes in our lives to reduce the <br>
amount of pollution we are releasing in the air. We can use public transportation to reduce the amount <br>
of trips we take in our cars, avoid burning things, and develop cleaner ways of <br>
producing energy and electricity
</p>
<img src="download.jpg" border = "10">
<br>
<br>
<h2>Links to Heat Maps</h2>
<button onclick="document.location='htts://yahoo.com'">Pollution Map</button>
<button onclick="document.location='htts://google.com'">CO2 Map</button>
<hr>
<h2>Search here to finid volunteering opportunities in your area</h2>
<script async src="https://cse.google.com/cse.js?cx=004544178852656918422:fajdp5al-6o"></script>
<div class="gcse-search"></div>
</body>
</html>
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and For more details see GitHub Flavored Markdown.
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.
Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.