-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcontacts.html
124 lines (107 loc) · 6.94 KB
/
contacts.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
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<!--<style>
body {
background-color: #EDA0BD;
}
</style>-->
<!-- Meta tags. Specify text-encoding, site info, site size -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Mundelein High School Byte Club Website">
<meta name="keywords" content="Mundelein,High,School,Programming,Byte,Club,Farmer,Rouvinov,Cygnus,Palacios">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site title. Shows up on tab. -->
<title>Byte Club</title>
<!-- Stylesheets. Specify how the content of the site should look and feel, e.g. { color: red; font-family: Comic Sans MS; } -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style.css">
<!-- Add a sign in when we can use javascript -->
<script src="js/vendor/modernizr-2.8.0.min.js"></script>
<!-- added JQuery --->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<!--binary message-->
<div class="binary">
</div>
<!-- Navigation Bar -->
<div id="wrap" class="container">
</div>
<h2>Contact Information</h2>
<h3>Advisor and Officers of MHS Byte Club:</h3>
<ul>
<li><strong>Matt Farmer</strong> is the Advisor. mfarmer@d120.org</li>
<h4> - He supervises the club and gets everyone together to plan projects and activities. He's also rad - as in radians.</h4>
<li><strong>Komol Patel</strong> is the President.</li>
<h4> - She oversees meetings, helps select and supervise projects, and communicates about local coding events to club members. She does much maths.</h4>
<li><strong>John Lay</strong> is Vice President.</li>
<!--This was originally left here by, I assume, Alex N, so I'm leaving it -mfarmer-->
<!-- <p><i>Love BYTES, so will you go to a turnaround with me?</i></p>
<p>00111100 00110011 00100000 01001011 01111001 01110010 01100001</p>
This is old now but im keeping it in here-->
<h4> -John helps to organize meetings, support new members, and build very cool things with code. Python questions should go to him.</h4>
<li><strong>Kiefer Wald</strong> is the Secretary.</li>
<h4> - He monitors club membership and keep records of club events. He also has longish hair. Say 'hi' when you see him!</h4>
<li><strong>Matt Campbell and Ronit Patel</strong> are the Webmasters. </li>
<h4> - Want something on the MHS Byte website? Talk to them. They know all 4 git shell commands required to post (I hope.)</h4>
</ul>
<h2>In Memoriam (Don't worry, they're not really dead.)</h2>
<h3>Notable Graduated Members:</h3>
<ul>
<li><strong>Raphael Rouvinov-Kats</strong> is the Founder. raphael@mhsbyte.org <a href="http://raphaelrk.com">Website.</a></li>
<p> - The founder of this <strong><i>awesome</i></strong> programming club, who helps with activities and projects we do.</p>
<p> - Founder and CEO/CTO of <a href="https://summerplaybook.com/">Summer Playbook</a>. He's...kind of a big deal.</p>
<li><strong>Chris Cygnus</strong> is a Co-Founder. chris.cygnus@mhsbyte.org</li>
<p> - He helped Raphael in the beginning of the club and used to help with club projects and activities.</p>
<p> - Now working in downtown Chicago to implement algorithms in stock and commodoties trading. Also a big deal.</p>
<li><strong>Chris Palacios</strong> is a Co-Founder. chris.palacios@mhsbyte.org <a href="http://chrispalacios.com">Website.</a></li>
<p> - He helped Chris C. and Raphael start up this club from the beginning and also used to help with club projects and activities.</p>
<p> - Also a big deal, but I don't know where he is. Honestly, he could be hiding right behin....AHHHH.*dies*</p>
<li><strong>Daniel Balogh</strong> is that dude who was always here. . . but is here no more. dagamerdan@gmail.com <a href="http://dbalogh.com">Website</a></li>
<p> - He was decent but worked only on projects others gave him.</p>
<p> - Attending University of Michagan as an engineering major. He works close to the metal - writes compilors and such. It's cool.</p>
<li><strong>Kenneth Stepney</strong>
<p> - Attending University of Illinois as a computer science major. Doing big things, and trolling all those who allow him. Especially Natalia.</p></li>
<li><strong>Natalia Ozymko</strong>
<p> - Attending University of Illinois as a computer science major. Also doing big things. The only person who can adequately troll Kenny.</p></li>
<li><strong>Chris Shannon</strong></li>
<li><strong>Angel Montero</strong></li>
<li><strong>Alex Nickl</strong></li>
<li><strong>Sergio Calderon</strong></li>
<li><strong>Zach Lechton</strong></li>
<p>You want info on these people? Tell them to email me!</p>
</ul>
<footer>Go back to the <a href="index.html">Home Page</a></footer>
<footer>Site source available on <a href="https://github.com/MHSByteClub/mhsbyteclub.github.io">GitHub</a>.</footer>
<script>
//Loadin' in that tasty navbar
$(function(){
$("#wrap").load('nav.html');
});
</script>
<!-- Border of Binary Code -->
<style>
.binary {
position: fixed;
top: 0px;
left: 0px;
font-size: 8px;
-webkit-transform: translateX(-50%) rotate(-90deg) translateY(50%) translateX(-50%);
-moz-transform: translateX(-50%) rotate(-90deg) translateY(50%) translateX(-50%);
-ms-transform: translateX(-50%) rotate(-90deg) translateY(50%) translateX(-50%);
-o-transform: translateX(-50%) rotate(-90deg) translateY(50%) translateX(-50%);
transform: translateX(-50%) rotate(-90deg) translateY(50%) translateX(-50%);
}
</style>
<script>
var binaryString = "01001001011001100010000001111001011011110111010100100111011100100110010100100000011100100110010101100001011001000110100101101110011001110010000001110100011010000110100101110011001000000100101001001111010010010100111000100000010000100101100101010100010001010010000001000011010011000101010101000010";
for(var i=0; i<binaryString.length; i++) {
var div = document.getElementsByClassName("binary")[0];
div.innerText += binaryString[i];
}
</script>
</body>
</html>