-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
152 lines (138 loc) · 8.14 KB
/
about.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<title>Carbon Tax Swap Calculator</title>
<link href="assets/stylesheets/jquery-ui.min.css" rel="stylesheet" type="text/css">
<link href="assets/stylesheets/theme.css" rel="stylesheet" type="text/css">
<link href="assets/stylesheets/bootstrap.min.css" rel="stylesheet">
<link href="assets/stylesheets/bootstrap-theme.min.css" rel="stylesheet">
<script src="assets/javascripts/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<script src="assets/javascripts/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" id="navbar-title">Carbon Tax Swap Calculator</a>
</div>
<!-- collapsable nav for small screens -->
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="individual.html">Household Calculator</a>
</li>
<li>
<a href="business.html">Business Calculator</a>
</li>
<li class="active">
<a href="about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="jumbotron">
<div class="container">
<a href="index.html" alt="home"><center><img src="images/Logo.png" class="img-responsive" alt="Carbon Tax Swap Calculator"></center></a>
<center><p>A nonpartisan way to estimate how Carbon Washington's proposal would impact you</p></center>
</div>
</header>
<div class="container" id="about_content">
<div>
<div class="section">
<div class="about_div">
<div id="about_us" class="row row-content col-xs-12">
<p>
We created this website to provide votors a nonpartisan estimate on the impacts of Carbon Washington's proposal and not to advocate for or against the proposal.
</p>
<br>
<p>
We aim to be transparent about how all our values are calculated and what assumptions we've made. That's why we've posted our full methodology report for those who are curious.
</p>
<br>
<a href="assets/docs/methodology.pdf" id="methodology_button" type="button" class="btn btn-primary btn-outline inverse" alt="Methodology report" target="_blank">View methodology report</a>
</div>
</div>
</div>
<div class="section">
<div class="about_div">
<div id="team_profile" class="row row-content col-xs-12">
<div>
<div class="col-xs-12">
<h2>Meet the team</h2>
<br>
</div>
</div>
<div class="col-md-4 col-xs-12">
<center><img src="assets/imgs/justin_profile.jpg" class="img-responsive img-circle" width="200" alt="Justin profile picture"></center>
<center><h4>Justin Bare</h4></center>
<p>Justin is a PhD student in Computer Science and Engineering at the University of Washington. His research analyzes technology in its social and political context and aims to design tools that make a positive contribution in that context.</p>
</div>
<div class="col-md-4 col-xs-12">
<center><img src="assets/imgs/Borning_UW_Photo.gif" class="img-responsive img-circle" width="200" alt="Alan profile picture"></center>
<center><h4>Alan Borning</h4></center>
<p>Alan is a professor in the
<a href="http://www.cs.washington.edu/" alt="Computer Science and Engineering"> Department of Computer Science & Engineering</a> at the
<a href="http://www.uw.edu/" alt="University of Washington link"> University of Washington</a>, an adjunct professor in the
<a href="http://ischool.uw.edu/" alt="Information School"> Information School</a>, and a member of the
<a href="http://depts.washington.edu/urbdpphd/" alt="Ph.D. in Urban Design and Planning"> Interdisciplinary Ph.D. Program in Urban Design and Planning</a>. His current research is in two areas: human-computer interaction and programming languages. You can learn more about him on his
<a href="http://www.cs.washington.edu/people/faculty/borning" alt="Alan Borning faculty webpage">faculty webpage</a>.
</p>
</div>
<div class="col-md-4 col-xs-12">
<center><img src="images/Bentley_profile.jpg" class="img-responsive img-circle" src="" width="200" alt="Brittany profile picture"></center>
<center><h4>Brittany Bentley</h4></center>
<p>Brittany is a designer, programmer, and University of Washington alumna. Human Centered Design combines her fascination with people and her interest in computer science.</p>
</div>
</div>
</div>
</div>
<div class="section">
<div class="about_div">
<div id="contact_us" class="row row-content col-xs-12">
<h2>Contact us</h2>
<br>
<p> Have any feedback about the website? Want to suggest a feature? Email us at <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
</div>
</div>
</div>
<footer class="row-footer">
<div class="container">
<div class="row">
<div class="col-md-8">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="individual.html">Household calculator</a></li>
<li><a href="business.html">Business calculator</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="col-md-4">
<h5>Contact us</h5>
<a href="mailto:[email protected]"><span class="fa fa-envelope-o"
aria-hidden="true"></span> [email protected]</a>
</div>
</div>
</footer>
<script src="assets/javascripts/bootstrap.min.js"></script>
<script src="assets/javascripts/jquery-2.1.4.min.js"></script>
</body>
</html>