mirror of
https://github.com/Rushilwiz/campaign.git
synced 2025-04-03 20:10:20 -04:00
66 lines
2.9 KiB
HTML
66 lines
2.9 KiB
HTML
<!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.0">
|
|
<title>RU4U?</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="stylesheet" href="https://use.typekit.net/gll1fab.css">
|
|
<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=Fugaz+One&family=Poppins&display=swap" rel="stylesheet">
|
|
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="#">home</a></li>
|
|
<li><a href="https://bit.ly/ru4uplatform" target="_blank">platform</a></li>
|
|
<li><a href="#about">about</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<div class="seal"></div>
|
|
<section id="landing">
|
|
<h1>Rushil<br>Umaretiya<br></h1>
|
|
<p class="subtitle">for sga president</p>
|
|
</section>
|
|
<section id="about">
|
|
<div class="row">
|
|
<div class="caption">
|
|
<h1>experience</h1>
|
|
<p>I've served dilligently over the past three years on student government as class council senator and SGA treasurer. My time at these positions has allowed me to garner the experience needed for a good SGA president. I've seen it all, from Hoco to HackTJ. My contribution has been invaluable, and I am ready to continue serving the school.</p>
|
|
</div>
|
|
<div class="img" id="experience"></div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="img" id="initatives"></div>
|
|
<div class="caption">
|
|
<h1>initiatives</h1>
|
|
<p>Next year is going to be one of precedent. We are the change-makers and my policy intiatives will be focused around bringing the community back together to make that change happen. We need to reopen communication between departments and their students, we need that feedback. We need the student voice.</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="caption">
|
|
<h1>community</h1>
|
|
<p>The TJ community is vital to what makes our school so great. We stand united in our quirks and differences in order to foster a learning environment that doesn't end. Next year, I will be there to make sure that SGA is able to support each and every one of you. We will make TJ great again.</p>
|
|
</div>
|
|
<div class="img" id="community"></div>
|
|
</div>
|
|
</section>
|
|
<section id="cta">
|
|
<h1>Are you for you?</h1>
|
|
<h2>I am.</h2>
|
|
<p>vote rushil umaretiya for sga president</p>
|
|
</section>
|
|
|
|
<script>
|
|
const cta = document.querySelector('#cta');
|
|
cta.addEventListener('click', () => {
|
|
window.location.href = 'https://ion.tjhsst.edu/polls';
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|