-
Notifications
You must be signed in to change notification settings - Fork 0
/
responses.html
32 lines (31 loc) · 1.6 KB
/
responses.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
line-height: 1.4;
font-size: 20px;
padding: 0 10px;
margin: 50px auto;
max-width: 650px;
font-family: 'Times New Roman', Times, serif;
}
.question {
font-size: 28px;
font-weight: bold;
margin: 20px 0;
}
</style>
</head>
<body>
<p><a href="index.html">Return To Home Page</a></p>
<h2>Responses</h2>
<h2>Day 1:</h2>
<ul>
<li><b>1. Jacob Rintamaki -</b> "I support NEPA (National Environmental Policy Act) reform, primarily to build more clean energy but also because I believe that many of the environmental regulations we put into place in the late 60s and early 70s are hindering more than helping in today's world. This would align me closer with the Democrat party position on NEPA reform but there is bi-partisan support for NEPA reform from a deregulation perspective, which I support."</li>
<li><b>2. Elle Griffin -</b> "I recently wrote about employee ownership which has bi-partisian support in Congress. Both of these policies are supported by both sides. "Republican and Democrat representatives have worked together on the Employee Equity Investment Act (EEIA) that would utilize the existing SBIC program that currently provides loans for small businesses, to provide loans for much larger ones in the case that they are converting to an ESOP. The Act was introduced in the house and senate in May of 2023." </li>
<li><b>3. belkarx 0 -</b> "human suffering is bad."</li>
</ul>
</body>
</html>