-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 1.99 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>Crystal for President</title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<header><h1>Crystal for President</h1></header>
<section>
<aside>
<h2>Causes I Care About</h2>
<h3>Families</h3>
<ul>
<li><a href="https://www.phputah.org/">People Helping People</a></li>
<li></li>
<li></li>
</ul>
<h3>Education and Technology</h3>
<ul>
<li><a href="https://webdev-guild.github.io/">The WebDev Guild</a></li>
<li>Kids Code</li>
<li></li>
</ul>
<h3>Healthcare</h3>
<ul>
<li><a href="https://www.healthcatalyst.com">Health Catalyst</a></li>
<li></li>
<li></li>
</ul>
<h3>Diversity and Inclusion</h3>
<ul>
<li><a href="https://www.womentechcouncil.org">Women Tech Council</a></li>
<li><a href="https://www.uvu.edu/uwlp/">Utah Women and Leadership Project</a></li>
<li><a href="https://www.techgirlz.org">TechGirlz</a></li>
</ul>
</aside>
<main>
<p>Hi, I'm Crystal. I have crazy dreams and high hopes for changing the world. </p>
<p>I believe that people are inherently good. I believe that government can be productive and helpful to its citizens. I believe that freedom, equality, and love are worth fighting for. I like when taxes are low, but I'm also willing to pay my fair share to fund programs that are good for families and communities. I believe that we need to have the hard conversations, but we need to have them civilly.</p>
<p>I believe in kindness, compromise, and unity.</p>
</main>
</section>
<footer>
<span class="footer-link"><a href="index.html">Home</a></span>
<span class="footer-link"><a href="about.html">About</a></span>
<span class="footer-link"><a href="platform.html">Platform</a></span>
<span class="footer-link"><a href="resume.html">Resume</a></span>
<span class="Copyright">© Crystal A.,
2017</span></footer>
<script>
// Paste your JavaScript code here
</script>
</body>
</html>