<!DOCTYPE html>
<html>
<head>
<title> Home | Migrant Rights are Human Rights! AZ </title>
<!-- Icon Link -->
<link rel="icon" href="assets/icon.png">
<!-- Meta Stuff -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Links 2 css and java -->
<link rel="stylesheet" href="styles.css">
<script type="module" src="script.js"></script>
<!-- Fonts Stuff -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Chelsea+Market&family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<header>
<img src="assets/techacksbanner.png" style="width:100%;height:100%;" alt="Migrant Rights are Human Rights Banner">
Migrant Rights Are Human Rights!
<p> FOLLOW US: @MIGRANTRIGHTSAZ</p>
</header>
<nav>
<ul id="navigation">
<li> <a class="active" href="index.html"> Home </a> </li>
<li> <a href="about.html"> About </a> </li>
<li> <a href="involved.html"> Take Action </a></li>
</ul>
</nav>
<main>
<br>
<br>
<br>
<div class = "textLeft">
<h2> About Us: </h2>
<p> Migrant Rights Are Human Rights is a grassroot community-led organization focused on migrant justice. We fight for our undocumented neighbors, and are open 24/7. </p>
</div>
<div class = "imageRight">
<img src = "assets/icon.png" alt= "filler image">
</div>
<div class = "textRight">
<h2> What we do: </h2>
<p> We provide different services, resources, programs and legal guidance to our uncodumented neighbors and provide know-your-rights education. </p>
</div>
<div class = "imageLeft">
<img src = "assets/icon.png" alt= "filler image">
</div>
</main>
<footer>
<div class="innerFooter">
<div class="logoBox">
<img src = "assets/icon.png" alt= "filler image">
</div>
<div class = "footerThird">
<h4> Resources </h4>
<a href = "events.html"> Events </a>
<br>
<a href = "billwatch.html"> Bill Watch </a>
<br>
<a href = "petitions.html"> Petitions </a>
<br>
<a href = "news.html"> News </a>
</div>
<div class = "footerThird">
<h4> About Us </h4>
<a href = "https://www.dictionary.com/browse/example"> Media </a>
<br>
<a href = "ourhistory.html"> Our History </a>
</div>
<div class = "footerThird">
<h4> Follow Us </h4>
<a href = "https://www.dictionary.com/browse/example"> Instagram </a>
<br>
<a href = "https://www.dictionary.com/browse/example"> Twitter </a>
<br>
<a href = "https://www.dictionary.com/browse/example"> Facebook </a>
<br>
<br>
<span>
Migrant Justice org <br>
0000 Activist St, <br>
City, State 00000
</span>
</div>
</div>
</footer>
</body>
</html>