-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
98 lines (89 loc) · 4.34 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>The 1 Party</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous"> -->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="landing">
<!-- Banner -->
<section id="banner">
<header class="major">
<span class="icon fa-code style3"></span>
<h1>1 Party</h1>
<p>The one party you need to vote for</p>
</header>
<ul class="actions" id="learn-more">
<li><a href="#one" class="button scrolly">Learn More</a></li>
</ul>
</section>
<!-- Mission and values -->
<section id="one" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Our Mission</h2>
<p>Make CS awesome like it was always meant to be</p>
</header>
<section class="features">
<section>
<span class="icon fa-code style3"></span>
<h4>So much VSCode</h4>
<p>We use VSCode for everything from this website to our English papers. And of course we use the <a href="https://marketplace.visualstudio.com/items?itemName=shyykoserhiy.vscode-spotify">Spotify extension</a> with it.</p>
</section>
<section>
<span class="icon fa-keyboard-o style4"></span>
<h4>Only tabs</h4>
<p>We use tabs instead of spaces. Did you know that <a href="https://youtu.be/SsoOG6ZeyUI?t=146">one tab saves you eight spaces</a> at a time?</p>
</section>
<section>
<span class="icon fa-linode style2"></span>
<h4>The latest tech</h4>
<p>We write our projects using the latest and greatest technologies, including ones <a href="https://flutter.io">that are still in beta</a>. And yes, we are already excited about <a href="https://github.com/features/actions">Github Actions</a>.</p>
</section>
<section>
<span class="icon fa-github style3"></span>
<h4>Version control</h4>
<p>We use Git for versioning, and pair it with awesome extensions like <a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens">GitLens for VSCode</a> so we can "git blame" in real time.</p>
</section>
</section>
</div>
</section>
<!-- Candidates -->
<section id="two" class="wrapper style2 special">
<div class="inner">
<header class="major">
<h2>Our Candidates</h2>
</header>
<section class="spotlights">
<section>
<span class="image"><img src="images/AsaDillahunty.JPG" alt="Asa Dillahunty" width="200"></span>
<h4>Asa Dillahunty</h4>
<p>I’m a Senior in CS and Madeline Beyer's running mate for Vice President. I'll also be running for Secretary and Treasurer. I am your current Vice President and next year I am hoping to apply the experiences I've had and learned from to ensure coding is a stress-free environment where it’s easy to explore new ideas and technologies. To do this I’d like to focus on expanding upon accessibility in our workshops and increasing the social atmosphere around ACM. Re-elect me to help lead ACM next year.</p>
</section>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="alt-icons">
<li><a href="https://twitter.com/alabama_cs" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/ua_acm/" class="icon fa-instagram"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/UA-ACM-Student-Chapter" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
</footer>
<!-- Scripts -->
<!-- <script src="assets/js/jquery.min.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>