Moved document root, add policy arguments
This commit is contained in:
		
							parent
							
								
									d74afa6153
								
							
						
					
					
						commit
						ea4fca4596
					
				
							
								
								
									
										106
									
								
								index.php
									
									
									
									
									
								
							
							
						
						
									
										106
									
								
								index.php
									
									
									
									
									
								
							@ -1,106 +0,0 @@
 | 
			
		||||
<!DOCTYPE HTML>
 | 
			
		||||
<html lang="en-US">
 | 
			
		||||
	<head>
 | 
			
		||||
		<meta charset="utf-8">
 | 
			
		||||
		<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous">
 | 
			
		||||
		<link rel="stylesheet" type="text/css" href="css/main.css">
 | 
			
		||||
		<link rel="fav icon" href="assets/favicon.png">
 | 
			
		||||
		<script src="js/app.js"></script>
 | 
			
		||||
		<title>Miles Linden for San Jose City Council</title>
 | 
			
		||||
	</head>
 | 
			
		||||
	<body>
 | 
			
		||||
		<div id="home"></div>
 | 
			
		||||
		<nav id="main-nav">
 | 
			
		||||
			<a href="#home">Home</a>
 | 
			
		||||
			<a href="#about">About</a>
 | 
			
		||||
			<a href="#joinus">Join</a>
 | 
			
		||||
			<a href="#donate">Donate</a>
 | 
			
		||||
			<a href="#contact">Contact</a>
 | 
			
		||||
		</nav>
 | 
			
		||||
		<div id="landing" class="fullpage">
 | 
			
		||||
			<div class="main-banner">
 | 
			
		||||
				<img src="assets/myles-logo.png">
 | 
			
		||||
				<div class="main-banner-buttons">
 | 
			
		||||
					<a href="#donate">Donate</a>
 | 
			
		||||
					<a href="#joinus">Join</a>
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div id="about" class="fullpage">
 | 
			
		||||
			<div class="panel">
 | 
			
		||||
				<h1>About Miles</h1>
 | 
			
		||||
				<img src="assets/myles.png" height="200">
 | 
			
		||||
				<p>About box description</p>
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="container">
 | 
			
		||||
				<ol>
 | 
			
		||||
					<li>Make San Jose Affordable</li>
 | 
			
		||||
					<h3>Policy argument 1</h3>
 | 
			
		||||
					<li>Police Reform</li>
 | 
			
		||||
					<h3>Policy argument 2</h3>
 | 
			
		||||
					<li>Downtown Development</li>
 | 
			
		||||
					<h3>Policy argument 3</h3>
 | 
			
		||||
				</ol>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div id="joinus" class="fullpage">
 | 
			
		||||
			<div class="container">
 | 
			
		||||
				<div class="header">
 | 
			
		||||
					<h1>Join</h1>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div class="banner">
 | 
			
		||||
					<form action="/subscribe.php" method="POST">
 | 
			
		||||
						<div>
 | 
			
		||||
							<input type="text" name="full_name" placeholder="Full Name" required>
 | 
			
		||||
						</div>
 | 
			
		||||
						<div>
 | 
			
		||||
							<input type="email" name="email" placeholder="Email" required>
 | 
			
		||||
						</div>
 | 
			
		||||
						<div>
 | 
			
		||||
							<input type="tel" name="phone" placeholder="Phone Number" required>
 | 
			
		||||
						</div>
 | 
			
		||||
						<div>
 | 
			
		||||
							<button type="submit">Stay Notified!</button>
 | 
			
		||||
						</div>
 | 
			
		||||
					</form>
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div id="donate" class="fullpage">
 | 
			
		||||
			<div class="container">
 | 
			
		||||
				<div class="header">
 | 
			
		||||
					<h1>Donate</h1>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div class="banner">
 | 
			
		||||
					<div>
 | 
			
		||||
						<h2>What is your contribution?</h2>
 | 
			
		||||
					</div>
 | 
			
		||||
					<div class="donate-buttons">
 | 
			
		||||
						<form action="https://www.paypal.com/donate" method="POST" target="_top">
 | 
			
		||||
							<input type="hidden" name="business" value="9RCQDWAKC8LYW">
 | 
			
		||||
							<input type="hidden" name="no_recurring" value="1">
 | 
			
		||||
							<input type="hidden" name="currency_code" value="USD">
 | 
			
		||||
							<button name="amount" value="10" type="submit">$10</button>
 | 
			
		||||
							<button name="amount" value="20" type="submit">$20</button>
 | 
			
		||||
							<button name="amount" value="50" type="submit">$50</button>
 | 
			
		||||
							<button name="amount" value="100" type="submit">$100</button>
 | 
			
		||||
							<button type="submit">Other</button>
 | 
			
		||||
							<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
 | 
			
		||||
						</form>
 | 
			
		||||
					</div>
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div id="contact" class="fullpage">
 | 
			
		||||
			<div class="container">
 | 
			
		||||
				<div class="header">
 | 
			
		||||
					<h1>Contact</h1>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div class="banner">
 | 
			
		||||
					<h2>For any further inquiries please email</h2>
 | 
			
		||||
					<h2>contact@mileslinden.com</h2>
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/assets/Navigo-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								public/assets/Navigo-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								public/assets/favicon.png
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								public/assets/favicon.png
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 6.4 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/myles-logo.png
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								public/assets/myles-logo.png
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 26 KiB  | 
@ -109,7 +109,7 @@ nav a:hover {
 | 
			
		||||
	font-size: 32px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.banner button {
 | 
			
		||||
.banner button, a.button {
 | 
			
		||||
	border: none;
 | 
			
		||||
	background-color: var(--button-bg);
 | 
			
		||||
	color: var(--button-text);
 | 
			
		||||
@ -130,7 +130,7 @@ nav a:hover {
 | 
			
		||||
	font-size: 30px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.main-banner-buttons a:hover, .banner button:hover {
 | 
			
		||||
.main-banner-buttons a:hover, .banner button:hover, a.button:hover {
 | 
			
		||||
	background-color: var(--button-hover);
 | 
			
		||||
	color: var(--button-text-hover);
 | 
			
		||||
}
 | 
			
		||||
@ -220,6 +220,11 @@ nav a:hover {
 | 
			
		||||
	text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.read-more {
 | 
			
		||||
	margin-top: 4rem;
 | 
			
		||||
	text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.header h1 {
 | 
			
		||||
	background-color: var(--button-bg);
 | 
			
		||||
	color: var(--button-text);
 | 
			
		||||
							
								
								
									
										92
									
								
								public/index.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										92
									
								
								public/index.php
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,92 @@
 | 
			
		||||
<?php include('../inc/header.php'); ?>
 | 
			
		||||
<div id="home"></div>
 | 
			
		||||
<div id="landing" class="fullpage">
 | 
			
		||||
	<div class="main-banner">
 | 
			
		||||
		<img src="assets/myles-logo.png">
 | 
			
		||||
		<div class="main-banner-buttons">
 | 
			
		||||
			<a href="#donate">Donate</a>
 | 
			
		||||
			<a href="#joinus">Join</a>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
<div id="about" class="fullpage">
 | 
			
		||||
	<div class="panel">
 | 
			
		||||
		<h1>About Miles</h1>
 | 
			
		||||
		<img src="assets/myles.png" height="200">
 | 
			
		||||
		<p>About box description</p>
 | 
			
		||||
	</div>
 | 
			
		||||
	<div class="container">
 | 
			
		||||
		<div>
 | 
			
		||||
			<ol>
 | 
			
		||||
				<li>Let's work to make San Jose more affordable</li>
 | 
			
		||||
				<p></p>
 | 
			
		||||
				<li>Develop District 3 and Downtown San Jose</li>
 | 
			
		||||
				<p></p>
 | 
			
		||||
				<li>San Jose Police Dept. Reforms and Improvements</li>
 | 
			
		||||
			</ol>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="read-more">
 | 
			
		||||
			<a class="button" href="/policies.php">Read more</a>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
<div id="joinus" class="fullpage">
 | 
			
		||||
	<div class="container">
 | 
			
		||||
		<div class="header">
 | 
			
		||||
			<h1>Join</h1>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="banner">
 | 
			
		||||
			<form action="/subscribe.php" method="POST">
 | 
			
		||||
				<div>
 | 
			
		||||
					<input type="text" name="full_name" placeholder="Full Name" required>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div>
 | 
			
		||||
					<input type="email" name="email" placeholder="Email" required>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div>
 | 
			
		||||
					<input type="tel" name="phone" placeholder="Phone Number" required>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div>
 | 
			
		||||
					<button type="submit">Stay Notified!</button>
 | 
			
		||||
				</div>
 | 
			
		||||
			</form>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
<div id="donate" class="fullpage">
 | 
			
		||||
	<div class="container">
 | 
			
		||||
		<div class="header">
 | 
			
		||||
			<h1>Donate</h1>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="banner">
 | 
			
		||||
			<div>
 | 
			
		||||
				<h2>What is your contribution?</h2>
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="donate-buttons">
 | 
			
		||||
				<form action="https://www.paypal.com/donate" method="POST" target="_top">
 | 
			
		||||
					<input type="hidden" name="business" value="9RCQDWAKC8LYW">
 | 
			
		||||
					<input type="hidden" name="no_recurring" value="1">
 | 
			
		||||
					<input type="hidden" name="currency_code" value="USD">
 | 
			
		||||
					<button name="amount" value="10" type="submit">$10</button>
 | 
			
		||||
					<button name="amount" value="20" type="submit">$20</button>
 | 
			
		||||
					<button name="amount" value="50" type="submit">$50</button>
 | 
			
		||||
					<button name="amount" value="100" type="submit">$100</button>
 | 
			
		||||
					<button type="submit">Other</button>
 | 
			
		||||
					<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
 | 
			
		||||
				</form>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
<div id="contact" class="fullpage">
 | 
			
		||||
	<div class="container">
 | 
			
		||||
		<div class="header">
 | 
			
		||||
			<h1>Contact</h1>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="banner">
 | 
			
		||||
			<h2>For any further inquiries please email</h2>
 | 
			
		||||
			<h2>contact@mileslinden.com</h2>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
<?php include('../inc/footer.php'); ?>
 | 
			
		||||
							
								
								
									
										14
									
								
								public/policies.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										14
									
								
								public/policies.php
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,14 @@
 | 
			
		||||
<?php include('../inc/header.php'); ?>
 | 
			
		||||
<div id="policies" class="fullpage">
 | 
			
		||||
	<div class="container">
 | 
			
		||||
	<ol>
 | 
			
		||||
		<li>Let's work to make San Jose more affordable</li>
 | 
			
		||||
		<p>Currently San Jose is in the top ten cities with the highest cost of living in the United States, and this is clearly not slowing down! I plan to relax zoning regulations, and make it easier to plan and build housing in San Jose. It will also be my goal to reduce unneeded City spending wherever possible.</p>
 | 
			
		||||
		<li>Develop District 3 and Downtown San Jose</li>
 | 
			
		||||
		<p>With awkwardly placed road diets causing traffic, closed and for lease shop fronts and dirty sidewalks it's clear that Downtown San Jose may be in the need of a little improvement. My goal is to remove or rebuild troublesome, traffic-inducing road diets to improve vital traffic flow while preserving the safety of pedestrians and cyclists alike. I would like to foster small up-and-coming businesses by reducing barriers to entry, and providing guidance where it's needed. Living in a safe and clean environment starts where we travel, the streets and the footpaths. I want to make San Jose the model image of a 21st century city, with roads free of trash and debris. This starts with correctly allocating funds where they should go.</p>
 | 
			
		||||
		<li>San Jose Police Dept. Reforms and Improvements</li>
 | 
			
		||||
		<p>Safety and security of the people is my number one concern. With crime, especially porch theft and vehicle break-ins, becoming more common it is vital we nip crime in the bud before things spiral out of control. I want to bolster the police force, while putting forth the highest standard of de-escalation procedure education in our police force. As someone who's been the victim of vehicle break-ins and other petty crimes, I am upset to see the trend of merely taking a report and forgetting about it. Action must be taken to show there is no place for crime in San Jose.</p>
 | 
			
		||||
	</ol>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
<?php include('../inc/footer.php'); ?>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user