This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (113 loc) · 5.15 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Adam Gordon for CSSU Treasurer</title>
<meta name="description" content="Vote Adam Gordon for CSSU Treasurer: the guy that already buys the drinks and ice cream sandwiches.">
<meta property="og:url" content="http://www.adamgordon.ca/">
<meta property="og:title" content="Vote Adam for CSSU Treasurer">
<meta property="og:image" content="http://www.adamgordon.ca/img/adam_head.jpg">
<meta property="og:description" content="Vote Adam Gordon for CSSU Treasurer!">
<meta property="og:type" content="profile">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dosis:400,500' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.min.css">
<link rel="icon" type="image/png" href="img/favicon.png">
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
</head>
<body>
<header>
<div id="container">
<div id="cover">
<span class="name"><strong>Adam Gordon</strong> for CSSU Treasurer</span>
</div>
</div>
</header>
<section id="content">
<span id="more">↓</span>
<nav id="nav">
<div class="maxcontainer">
<div id="navleft">
<ul id="navigation">
<li id="title">Adam Gordon for CSSU Treasurer</li>
<li id="navabout">About me</li>
<li id="navgoals">My plans</li>
<li id="navvote">Vote for me</li>
<li id="navcontact">Contact</li>
</ul>
</div>
<div id="navright">
<span>Elections on March 23</span>
</div>
</div>
</nav>
<section id="about">
<div class="maxcontainer">
<h1>Hi, I'm Adam</h1>
<div class="person">
<img class="photo" src="img/adam_head.jpg" alt="Photo of Adam Gordon">
<p class="about-me">
I have over 3 years of experience as an accountant in the film industry as a production accountant working on projects with multi-million dollar budgets. I also worked on creating and funding a computer science club in Kenya in 2008 and the project is still on budget over 7 years later. I’m passionate about the CSSU volunteering as Executive Assistant for the 2014-2015 session and I’m in the office every day. I promise to support any future executive team, and run more events by keeping them informed about the financial status of the CSSU. I will also publish how much each event costs to run so that you can be informed about how you tuition dollars and donations are spent.
</p>
</div>
</div>
</section>
<section id="goals">
<div class="maxcontainer">
<h1>My plans</h1>
<section id="grid">
<article class="goal">
<div>
<img src="img/icon-funding.png">
<p>Increase funding from sponsors and the university for better events and services.</p>
</div>
</article>
<article class="goal">
<div>
<img src="img/icon-snacks.png">
<p>A well-stocked office with a variety of drinks and snacks, including more ice cream sandwiches!</p>
</div>
</article>
<article class="goal">
<div>
<img src="img/icon-report.png">
<p>Transparency: the costs of our events will be reported for all to see.</p>
</div>
</article>
</section>
<h3>#IVoteIceCream</h3>
</div>
</section>
<section id="vote">
<div class="maxcontainer">
<h1>Vote for me</h1>
<p>Help make next year's CSSU better by voting for Adam Gordon.</p>
<p>Elections are on Monday, March 23rd, 2015 at 1:00pm - 9:00pm in the CSSU office (BA 2283).</p>
</div>
</section>
<section id="contact">
<div class="maxcontainer">
<h1>Want to get in touch?</h1>
<p>If you want to learn more about me, my campaign, or just want to chat, feel free to email me:</p>
<a href="mailto:[email protected]" class="button">Email me</a>
</div>
</section>
<footer>
<div class="maxcontainer">
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/" id="ccimg">
<img alt="Creative Commons License" style="border-width:0" src="img/80x15.png">
</a>
<p id="cc">This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.</p>
<p><a href="https://cssu.ca/">UofT CSSU official website</a>, <a href="https://www.facebook.com/events/1579701128968799/">CSSU Elections / Teacher Awards Facebook event</a></p>
<p>Website by <a href="http://echeung.me">Eugene Cheung</a>.</p>
</div>
</footer>
</section>
<script src="js/jquery.min.js"></script>
<script src="js/script.min.js"></script>
</body>
</html>