-
Notifications
You must be signed in to change notification settings - Fork 0
/
leadership.html
148 lines (122 loc) · 3.98 KB
/
leadership.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
137
138
139
140
141
142
143
144
145
146
147
148
<html>
<head>
<title>Leadership</title>
<link rel="shortcut icon" href="Images/favicon.ico">
<link rel="stylesheet" type="text/css" href="main.css">
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="skyContainer">
<div class="skyLeft"></div>
<div class="skyRight"></div>
</div>
<div class="menu">
<a href="index.html" class="home"></a>
<a href="gallery.html" class="gallery"></a>
<a href="calendar.html" class="calendar"></a>
<a href="resources.html" class="resources"></a>
<a href="https://www.facebook.com/groups/141012042748209/" class="contact"></a>
</div>
<div class="mainBox">
<div class="padding">
<div class="leftBorder"></div>
<div class="rightBorder"></div>
<h1><span style="color: #c34938;">A</span>nimation <span style="color: #c34938;">A</span>nteaters</h1>
<br><br><br><br><br><br><br><br>
<h2 class="red">So you wanna be a leader?</h2>
<center><i>Running Animation Anteaters is a team effort</i></center>
<br>
All of these positions are crucial in creating the team and making the club an awesome experience for everyone. Please do not discourage yourselves by saying "oh….I’m not fit for leading" or "I don’t know if I can pull this off." Leading a club has its difficulties but it has a lot of rewarding and fun aspects to it. You get to meet a lot of talented and lovely art peers. As long as you enjoyed being part of Animation Anteaters in the previous years, we say, go ahead and apply. You’ve seen Animation Anteaters and you probably have seen aspects of the club that have been fun or aspects that should be improved. With that knowledge, we hope that you can improve Animation Anteaters and make it an even greater experience for the new members.
We have four positions you can apply for:
<br><br>
<table class="list">
<tr>
<td>
<h3 class="red">Director</h3>
</td>
<td>
<h3 class="red">Executive Director</h3>
</td>
</tr>
<tr>
<td>
<ul>
<li>Schedules officer meetings</li>
<li>Leads officer meetings and club meetings</li>
<li>Logistic stuff (ie making sure club is an actual club, reserving rooms etc)</li>
</ul>
</td>
<td>
<ul>
<li>Make sure people are making deadlines</li>
<li>Remind people to do their stuff if they're falling behind</li>
<li>When2Meet for meetings</li>
<li>Take notes during officer meeting</li>
<li>Can pick up Director's responsibilities if he/she is getting busy/needs help</li>
</ul>
</td>
</tr>
<tr>
<td>
<h3 class="red">Creative Producer</h3>
</td>
<td>
<h3 class="red">Publicity</h3>
</td>
</tr>
<tr>
<td>
<ul>
<li>Leads and organizes creative parts of meetings</li>
<li>Helps plan social events</li>
</ul>
</td>
<td>
<ul>
<li>Updates website</li>
<li>Updates Facebook</li>
<li>Sends emails</li>
<li>Creates surveys</li>
<li>Helps plan social events</li>
</ul>
</td>
</tr>
</table>
<table class="list">
<tr>
<td>
<h3 class="red">All Officer's Responsibilities</h3>
</td>
</tr>
<tr>
<td>
<ul>
<li>Weekly Officer Meetings</li>
<li>Brainstorming/discussing ideas</li>
<li>Coming up with quarter and meeting plans</li>
<li>Helping create examples for the projects</li>
<li>Going to the offical club meetings</li>
<br><br>
<i>Please expect to and be willing to put in at least 2-7 hours per week.</i>
</ul>
</td>
</tr>
</table>
<h2 class="red">Applications</h2>
<center>
<i>Applciations are <b>open</b> and due at the end of the day on April 28th</i>
</center>
<br>
You can find the link to the application <a href="https://goo.gl/forms/siahP12fSwocLjYz2" class="r">here</a>.
<center>
<img src="Images/sleeping.gif">
</center>
<br><br><br>
<div class="footer">
Join our <a href="mailing.html" class="r">mailing list</a> || Email us at [email protected]
</div>
</div>
</div>
</body>
</html>