This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
executable file
·196 lines (176 loc) · 8.45 KB
/
events.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html>
<head>
<title>LUG Events</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Exo+2:600|Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<!--The top black fixed header would like to auto hide it some how-->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<a href="index.html" class="navbar-brand">LUG@UIC <img src="pictures/whiteTux.png" width="25" height="25"></a>
<button class="navbar-toggle" data-toggle="collapse" data-target=".navHeaderCollapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--Navbar menu links-->
<div class="collapse navbar-collapse navHeaderCollapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="active"><a href="#">EVENTS</a></li>
<li><a href="contactUs.html">CONTACT US</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">LINKS<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://acm.cs.uic.edu/">ACM</a></li>
<li><a href="http://www.cs.uic.edu/">DEPT OF CS</a></li>
<li><a href="http://acm.cs.uic.edu/uicwifi-linux">UIC WiFi in Linux</a></li>
<li><a href="http://lug.cs.uic.edu/wiki/">LUG Wiki</a>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--JUMBOOOO000OO0o0o0o0o0o0o0o0o0o0o0o0o0o0oOootron!-->
<div class="container">
<div class="jumbotron">
<div class="jumboContent"><h1>LUG</h1></div><br>
<div class="jumboContent"><p>For individuals interested in Linux, Unix, and byproducts.</p></div><br>
<a class="btn btn-default" href="contactUs.html#mail">Listserv Sign up?</a>
</div>
</div>
<!--Grid system thing-->
<div class="container">
<div class="row">
<!--Newbie week stuff here-->
<div class="col-md-4">
<div class="content-newbie">
<h2>NEWBIE WEEK</h2>
<p>
Getting started with the UNIX command-line and Linux.
<br>
<a href="https://docs.google.com/presentation/d/1YMYPfg0WWK01YSbkXyDGLwwTiXrROOWXyWm8MQBHysk/edit#slide=id.p">View Presentation</a>
</p>
<!--
<p>A series of presentations designed to introduce inexperienced users to linux.</p>
<p>Source for these presentations can be found on <a href="http://github.com/UIC-LUG/LUG-Newbie-Week">github</a>.</p>
<ul>
<li><a href="http://acm.cs.uic.edu/sites/default/files/install_ubuntu.pdf">Installing Ubuntu</a></li>
<li><a href="http://acm.cs.uic.edu/sites/default/files/remote_access.pdf">Remote Access</a></li>
<li><a href="http://acm.cs.uic.edu/sites/default/files/linux_uic_1.pdf">Using Linux at UIC as a CS Student</a></li>
<li><a href="http://lug.cs.uic.edu/code.pdf">Working with Code</a></li>
<li><a href="http://acm.cs.uic.edu/sites/default/files/shell.pdf">The Shell</a></li>
</ul> -->
</div>
</div>
<!--Flourish info here-->
<div class="col-md-4">
<div class="content-flourish">
<h2>FLOURISH!</h2>
<p> Flourish is an annual open source conference held at UIC. You can find more information about it at <a href="http://flourishconf.com">their website</a>.</p>
</div>
</div>
<!--Hackajam stuff here-->
<div class="col-md-4">
<div class="content-hackajam">
<h2>HACKAJAM</h2>
<p>12 hours of creating an awesome game. Only one rule, the game has to last 30 seconds. Top winners will recieve some sweet prizes! Check it out at <a href="http://lug.cs.uic.edu/hackajam">the Hackajam site</a>.</p>
</div>
</div>
</div>
</div>
<!--footer goes here-->
<footer>
<img src="pictures/BlackTux.png" width="40" height="40">
</footer>
<!--javascript stuff and some jquerry to make things pretty-->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.jumbotron').mousemove(function(e){
var mousePosX = (e.pageX/$(window).width())*100;
var mousePosY = (e.pageY/$(window).width())*100;
$('.jumbotron').css('backgroundPosition-x', mousePosX+'%');
$('.jumbotron').css('backgroundPosition-y', mousePosY+'%');
});
//I thought using js to make the changing background in the div would be easier than CSS, but I'm not sure anymore
//mouseenter for content divs makes background white and shows text
$('.content-newbie').mouseenter(function(e){
$('.content-newbie').css('background-size', '0');
$('.content-newbie h2').css('color','#FF2626');
$('.content-newbie h2').css('background','rgba(0, 0, 0, 0)');
$('.content-newbie p').css('color','#000');
$('.content-newbie a').css('color','#428bca');
$('.content-newbie ul').css('color','#000');
});
$('.content-flourish').mouseenter(function(e){
$('.content-flourish').css('background-size', '0');
$('.content-flourish h2').css('color','#FF2626');
$('.content-flourish h2').css('background','rgba(0, 0, 0, 0)');
$('.content-flourish p').css('color','#000');
$('.content-flourish a').css('color','#428bca');
});
$('.content-hackajam').mouseenter(function(e){
$('.content-hackajam').css('background-size', '0');
$('.content-hackajam h2').css('color','#FF2626');
$('.content-hackajam h2').css('background','rgba(0, 0, 0, 0)');
$('.content-hackajam p').css('color','#000');
$('.content-hackajam a').css('color','#428bca');
});
//mouseleave for content divs makes background picture and show white heading
$('.content-newbie').mouseleave(function(e){
$('.content-newbie').css('background-image', 'url("pictures/newbie.jpg")');
$('.content-newbie').css('background-size','170%');
$('.content-newbie h2').css('color','#fff');
$('.content-newbie h2').css('background','rgba(0, 0, 0, 0.75)');
$('.content-newbie p').css('color','transparent');
$('.content-newbie a').css('color','transparent');
$('.content-newbie ul').css('color','transparent');
});
$('.content-flourish').mouseleave(function(e){
$('.content-flourish').css('background-image', 'url("pictures/flourish2011.jpg")');
$('.content-flourish').css('background-size','170%');
$('.content-flourish h2').css('color','#fff');
$('.content-flourish h2').css('background','rgba(0, 0, 0, 0.75)');
$('.content-flourish p').css('color','transparent');
$('.content-flourish a').css('color','transparent');
});
$('.content-hackajam').mouseleave(function(e){
$('.content-hackajam').css('background-image', 'url("pictures/Flyer-focal.png")');
$('.content-hackajam').css('background-size','170%');
$('.content-hackajam h2').css('color','#fff');
$('.content-hackajam h2').css('background','rgba(0, 0, 0, 0.75)');
$('.content-hackajam p').css('color','transparent');
$('.content-hackajam a').css('color','transparent');
});
//this is to initiate things... i think...
$('.content-newbie').css('background-image', 'url("pictures/newbie.jpg")');
$('.content-newbie').css('background-size','170%');
$('.content-newbie h2').css('color','#fff');
$('.content-newbie h2').css('background','rgba(0, 0, 0, 0.75)');
$('.content-newbie p').css('color','transparent');
$('.content-newbie a').css('color','transparent');
$('.content-newbie ul').css('color','transparent');
$('.content-flourish').css('background-image', 'url("pictures/flourish2011.jpg")');
$('.content-flourish').css('background-size','170%');
$('.content-flourish h2').css('color','#fff');
$('.content-flourish h2').css('background','rgba(0, 0, 0, 0.75)');
$('.content-flourish p').css('color','transparent');
$('.content-flourish a').css('color','transparent');
$('.content-hackajam').css('background-image', 'url("pictures/Flyer-focal.png")');
$('.content-hackajam').css('background-size','170%');
$('.content-hackajam h2').css('color','#fff');
$('.content-hackajam h2').css('background','rgba(0, 0, 0, 0.75)');
$('.content-hackajam p').css('color','transparent');
$('.content-hackajam a').css('color','transparent');
});
</script>
</body>
</html>