-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (158 loc) · 9.11 KB
/
index.html
File metadata and controls
168 lines (158 loc) · 9.11 KB
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
<!DOCTYPE html>
<html lang="en-US" prefix="og:http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta id="viewport" name="viewport" content="width=device-width">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="js/scripts.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$(window).scroll( function(){
$(".background_text").each( function(i){
var textBottom = $(this).position().top + $(this).outerHeight();
var windowBottom = $(window).scrollTop() + $(window).height();
if( textBottom < windowBottom ){
$(this).animate({'opacity':'1'},3500);
}
});
});
});
</script>
<script src="js/events.js" type="text/javascript"></script>
<script>loadHead()</script>
<title>ACM-SEMO</title>
</head>
<body>
<nav class="navBar">
<img src="images/acm_logo_semo_transparent.png" id="logo" alt="acm semo logo" onclick="logoClick()"/>
<ul>
<li><a href="#bottom" class="navTop">CONTACT</a></li>
<li><a href="#third">EVENTS</a></li>
<li><a href="#second">ABOUT</a></li>
<li><a href="#top">HOME</a></li>
</ul>
</nav>
<div id="top">
<!-- Looped video background of cape bridge; Introduction; -->
<div id="vid_border">
<video id="bg_vid" autoplay loop><source src="images/Bridge.mp4" type="video/mp4"></video>
</div>
<div>
<p id="firstP">Welcome to ACM-SEMO</p>
<hr style="max-width:60%;" />
<p class="fillerText" style="padding-top:0;">
If you're looking for more than just a general education, we invite you to explore the fields of computer technology with the Association for Computing Machinery at Southeast Missouri State University.
Here you will be given opportunities to network with programmers, engineers, and computing enthusiasts while diversifying yourself by being engaged in extracurricular activities.
Our major focus covers concepts in Software Development, but we also enjoy mixing things up with some Cybersecurity and computer hardware.
</p>
<p class="fillerText" style="padding-top:0;">
Our members are proponents for innovation and enjoy experimenting, so never expect one meeting to be the same as the last.
We host a variety of events such as tech talks, skills-based workshops, social meetups, and community outreaches.
If you like professional meetings, we have those, and if you like laid back meetings, we got you there too.
We're all students who are working towards learning more in computer technology, while having some fun at it.
</p>
</div>
<div class="parallax bg_img1">
<span class="background_text">Venture into the diverse<br />fields of computing...</span>
</div>
</div>
<div id="second">
<div>
<!-- Talk about ACM SEMO presentations, workshops, and community outreach -->
<h3 style="text-align:center; padding:15px; color:#00B9E8;">About ACM-SEMO</h3><hr />
<p class="fillerText">
<abbr title="Association for Computing Machinery at Southeast Missouri State University">ACM-SEMO</abbr> is the Southeast Missouri State University student chapter of <abbr title="Association for Computing Machinery">ACM</abbr>,
founded December 9, 2014.
<abbr title="Association for Computing Machinery at Southeast Missouri State University">ACM-SEMO</abbr> has dedicated itself to fostering the growth of interest in computing, and also focuses on providing
college students with skills that they may not find inside the classroom.
If you'd like an idea of what sort of events to expect we keep a compiled list of past meetings <a href="events.html" class="acmLink">here</a>
<!-- link to past event list -->
<br /> <br /> Our vision for <abbr title="Association for Computing Machinery at Southeast Missouri State University">ACM-SEMO</abbr> is to continue to provide a great atmosphere for learning and collaboration,
and to reach out to the local areas to help create an environment where more people can discover a passion
for computing.
<br /> <br /> tldr; <abbr title="Association for Computing Machinery at Southeast Missouri State University">ACM-SEMO</abbr> is a group of college students for students and community.
</p>
</div>
<div class="parallax bg_img2">
<span class="background_text">{ Learn; Create; Innovate; }</span>
</div>
<div>
<!-- Talk about ACM and add picture of ACM / ACM-W Logo -->
<h3 style="text-align:center; padding:15px; color:white;">About the ACM Organization</h3><hr />
<p class="fillerText" style="color:white;">
<abbr title="Association for Computing Machinery">ACM</abbr> brings together computing educators, researchers, and professionals to inspire dialogue, share resources,
and address the field's challenges. As the world’s largest computing society, <abbr title="Association for Computing Machinery">ACM</abbr> strengthens the profession's
collective voice through strong leadership, promotion of the highest standards, and recognition of technical
excellence. <abbr title="Association for Computing Machinery">ACM</abbr> supports the professional growth of its members by providing opportunities for life‐long learning,
career development, and professional networking.<br /><br />
Founded at the dawn of the computer age, <abbr title="Association for Computing Machinery">ACM</abbr>’s reach extends to every part of the globe, with more than half of its
100,000 members residing outside the U.S. Its growing membership has led to Councils in Europe, India, and China,
fostering networking opportunities that strengthen ties within and across countries and technical communities.
Their actions enhance <abbr title="Association for Computing Machinery">ACM</abbr>’s ability to raise awareness of computing’s important technical, educational, and social
issues around the world.<br /><br />
For more information about <abbr title="Association for Computing Machinery">ACM</abbr> follow this <a href="https://www.acm.org/about-acm/about-the-acm-organization" class="acmLink">link</a>
</p>
<div class="parallax bg_img3">
<span class="background_text">Take a leading role...</span>
</div>
<!-- Talk about ACM-W and what they stand for -->
<h3 style="text-align:center; padding:15px; color:pink;">About ACM-W</h3><hr />
<p class="fillerText">
<abbr title="Association for Computing Machinery Women">ACM-W</abbr> supports, celebrates, and advocates internationally for the full engagement of women in all aspects of the
computing field, providing a wide range of programs and services to <abbr title="Association for Computing Machinery">ACM</abbr> members and working in the larger community
to advance the contributions of technical women.<br /><br />
For more information about <abbr title="Association for Computing Machinery Women">ACM-W</abbr> follow this <a href="https://women.acm.org/" class="acmLink">link</a>
</p>
<!-- Talk about SIGAI -->
<div class="parallax bg_img6">
<span class="background_text">~$ sudo apt-get network<br/>~$ _</span>
</div>
<h3 style="text-align:center; padding:15px; color:lime;">About SIGAI</h3><hr />
<p class="fillerText">
The <abbr title="Special Interest Group for Artificial Intelligence">SIGAI</abbr> chapter at <abbr title="Southeast Missouri State University">SEMO</abbr>
developed in fall of 2017 as a response to the pressing interest students had in game development,
and artificial intelligence. This is a special interest group of <abbr title="Association for Computing Machinery">ACM</abbr>, for those who are interested in learning
more ai programming, and is more project focused.
<br/><br/>
For more information about SIGAI visit their <a href="https://acmsemo.github.io/sigai/index.html" class="acmLink">website</a>.
</p>
<h3 style="text-align:center; padding:15px;">Resources</h3><hr />
<p class="fillerText">
If you'd like to download some of the slides for past presentations,
or check out some sample code. Click <a href="resources.html" class="acmLink">here</a> to go to the resources page.
</p>
</div>
</div>
<div id="third">
<!-- Picture of dempster; Meeting info; -->
<div class="parallax bg_img4">
<span class="background_text">Reach new heights...</span>
</div>
<div>
<p style="text-align:center; font-size:xx-large;background-color:black;">Current ACM-SEMO Events</p>
<ul class="eventList" id="currentEvents">
<script>loadCurrent()</script>
</ul>
<p>
All events will be held in Dempster Hall room 24
and will begin at 7:00pm unless otherwise noted
</p>
<p>
Go to <a href="events.html" class="acmLink">all events</a><br/>
<!-- Go to <a href="hackmo.html" class="acmLink">HackMO</a> -->
</p>
</div>
<div>
<p style="text-align:center; font-size:xx-large;background-color:black;">Current SIGAI Events</p>
<p>
To view events being sponsored by the SIGAI committee please follow this link:
<a href="sigai/events.html" class="acmLink">SIGAI events</a>
</p>
<p>All events will be held in Dempster unless otherwise noted.</p>
</div>
</div>
<footer id="bottom" class="caboose">
<script>loadFooter()</script>
</footer>
</body>
</html>