forked from byudevelopers/club-website3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew-officers.html
executable file
·122 lines (103 loc) · 4.81 KB
/
new-officers.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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Officers</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" />
<!--[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>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="./index">BYU Dev</a></h1>
<nav id="nav">
<ul>
<li>
<a href="#">What We Do</a>
<ul>
<li><a href="./index#hack-nights">Hack Nights</a></li>
<li><a href="./index#talent">BYU Developers Talent Network</a></li>
</ul>
</li>
<li>
<a href="#">What We've Accomplished</a>
<ul>
<li><a href="./index#makerspace">Makerspace</a></li>
<li><a href="./index#talent">BYU Developers Talent Network</a></li>
</ul>
</li>
<li><a href="partnership_guide.pdf" target="_blank">Become a Corporate Partner</a></li>
<li><a href="./officers#openings" target="_blank">Become an Officer</a></li>
<li><a href="./index#join" class="button special">Join</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>New Officer Onboarding</h2>
<p>Thanks for joining us. We're excited to have you.</p>
</header>
<!-- Content -->
<section id="content">
<a href="#" class="image fit"><img src="images/mountain.jpg" alt="" /></a>
<h2>I just became an officer. What do I do now?</h2>
<h4>The Admin Slack Channel</h4>
<ul>
<li><b>Upload an avatar</b> on your slack account</li>
<li><b>Introduce yourself</b> to the other officers</li>
<li>All officer communication happens in the Admin channel</li>
</ul>
<h4>The BYU Developers Email Alias (byudevelopers@byu.net)</h4>
<ul>
<li>You will be forwarded all emails sent to byudevelopers@byu.net</li>
<li><b>Hit reply all</b> so all the officers can see your response (we don’t want multiple officers replying to the same email)</li>
</ul>
<h4>The dev.byu.edu/officers Webpage</h4>
<ul>
<li><b>Write a brief bio</b> about yourself for the entire world to see</li>
<li><b>Send us a pic</b> you want to use for your profile</li>
</ul>
<h4>Role Specific Responsibilities</h4>
<ul>
<li><b>Schedule a one-on-one meeting</b> with a member of the presidency</li>
<li>You will discuss your specific role and make plans to rule the world</li>
</ul>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="mailto:byudevelopers@byu.net" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© <script>document.write(new Date().getFullYear())</script> BYU Developers Club. All rights reserved.</li><li>Design:
<a target="_blank" href="http://devmunchies.com/">Sam Eaton</a>,
<a target="_blank" href="http://joshcockrell.com/">Josh Cockrell</a>,
<a target="_blank" href="http://tylermarkpeterson.com/">Tyler Peterson</a>,
<a target="_blank" href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.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>