forked from acm-uga/acm-uga.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshops.html
170 lines (160 loc) · 7.73 KB
/
workshops.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
<html>
<head>
<title>UGA-ACM</title>
<link rel="stylesheet" href="resources/styles/styles.css">
<script src="slides.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="event-slide.js"></script>
<link rel="shortcut icon" type="image/png" href="resources\favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body onload="render()">
<div id="banner">
<div id="imgBan">
<img src="resources/logo.png">
<div class="topnav-right">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="events.html">EVENTS</a></li>
<li><a href="resources.html">RESOURCES</a></li>
<li><a href="workshops.html">WORKSHOPS</a></li>
<li><a href="about.html">ABOUT US</a></li>
</ul>
</div>
</div>
</div>
<div id="main">
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<img src="resources/banners/slc.jpg" style="width:100%;">
<div class="text">
<h2>Connect</h2>
<p>Come visit our club socials to meet people and connect with other like-minded peers.
ACM meetings are great places to foster friendships as well as enjoy yourself after a long day of class,
each meeting is provided with food and beverages.
</p>
</div>
</div>
<div class="mySlides fade">
<img src="resources/banners/boydgraduate.jpg" style="width:100%">
<div class="text">
<h2>Prepare</h2>
<p>Attend our workshops to launch and propel your professional career.
Our workshops cover interview basics, technical interviews, resume guides, data structures, git, and more topics
</p>
</div>
</div>
<div class="mySlides fade">
<img src="resources/banners/miller.jpg" style="width:100%">
<div class="text">
<h2>Learn</h2>
<p>Come out to our meetings and learn something new everytime. With rapidly changing technologies especially
in the tech sector it is our job to familiarize you with all the emerging stacks, idealogies, and practices
in the industry.
</p>
</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<div id="content">
<div id="columns">
<div id="column-1">
<h1>Welcome to UGA's ACM Chapter</h1>
<div id="intro-par">
The ACM Chapter at UGA is a student run organization dedicated to fostering the growth of the
technology community at UGA. We host events that give students the chance to socialize and connect with other
like-minded students in the community. These events will often include food, beverages, and some sort of gift bag to spur
group morale. At ACM, we also host workshops and research panels that help students jumpstart and prepare for their professional
careers.
</div>
<div id="feature-section" onload="renderEventSlide()">
<div id="featured">
<h2>Featured Events</h2>
<div id="event-container">
<ul id="event-list"></ul>
</div>
</div>
</div>
</div>
<div id="column-2">
<h1>Join us!</h1>
<div id="social-container">
<div class="row-img-1">
<a href="https://discord.gg/AcPYBCDWeA"><img class="help"
src="resources/social_img/discord.png"></a>
<a href="https://www.instagram.com/ugaacm"><img class="help"
src="resources/social_img/insta.png"></a>
</div>
<div class="row-img-2">
<a href="https://github.com/uga-acm"><img class="help"
src="resources/social_img/github.png"></a>
<a href="https://csip-uga.github.io"><img class="help"
src="resources/social_img/csip.png"></a>
</div>
</div>
<div id='discord'>
<iframe src="https://discord.com/widget?id=804221036278972416&theme=dark" width="100%"
padding-right="2em"
height="400" allowtransparency="true" frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</div>
</div>
</div>
</div>
<footer>
<div id="footer-columns">
<div class="footer-column left-footer-column">
<h2>ACM at UGA</h2>
<p>ACM at UGA is the University of Georgia chapter of the Association for Computing Machinery. Our goal
is to represent
computing majors and promote computing-related causes on campus and beyond.
</p>
<p>Email: [email protected]</p>
</div>
<div class="footer-column middle-footer-column">
<h2>Partners</h2>
<p>ACM-W</p>
<p>girls.code()</p>
<p>CSIP</p>
<p>UGAHacks</p>
<p id="copyright">© ACM at UGA 2022</p>
</div>
<div class="footer-column right-footer-column">
<h2>Join Us</h2>
<div id="social-media">
<a href="https://discord.gg/AcPYBCDWeA">
<img class="help" src="resources/social_img/discord.png">
</a>
<br>
<a href="https://www.instagram.com/ugaacm">
<img class="help" src="resources/social_img/insta.png">
</a>
<br>
<a href="https://github.com/uga-acm">
<img class="help" src="resources/social_img/github.png">
</a>
<br>
<a href="https://csip-uga.github.io">
<img class="help" src="resources/social_img/csip.png">
</a>
</div>
</div>
</div>
</footer>
</body>
</html>