-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresources.html
More file actions
256 lines (255 loc) · 14.9 KB
/
resources.html
File metadata and controls
256 lines (255 loc) · 14.9 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
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<!--====== Title ======-->
<title>UML ACM</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<!--====== Animate CSS ======-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!--====== Magnific Popup CSS ======-->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!--====== Slick CSS ======-->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
<!--====== Bootstrap CSS ======-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!--====== Default CSS ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style CSS ======-->
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
<link href="https://cdn.lineicons.com/1.0.1/LineIcons.min.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158708052-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158708052-1');
</script>
</head>
<body>
<!--====== HEADER PART START ======-->
<header class="header-area">
<div class="navbar-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo.png" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav ml-auto">
<li class="nav-item">
<a class="page-scroll" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="index.html#event">Meetings</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="index.html#board">Board</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="index.html#new-events">Competitions</a>
</li>
<li class="nav-item active">
<a class="resources active" href="resources.html">Resources</a>
</li>
</ul>
</div>
<!-- navbar collapse -->
</nav>
<!-- navbar -->
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- navbar area -->
</header>
<div id="home" class="header-hero bg_cover">
<div class="container">
<div class="event-shape-1">
<img src="assets/images/about-shape-1.svg" alt="image">
</div>
<div class="row justify-content-center">
<div class="col-lg-10 mb-100">
<div class="section-title header-hero-content text-center">
<h3 class="col header-sub-title wow fadeInUp text-center" data-wow-duration="1.3s"
data-wow-delay="0.2s">ACM Meeting <span style="font-weight: normal;">Slides Archive </span>
</h3>
<div class="container col-lg-8 col-md-10 col-sm-12">
<p class=" mt-4 wow fadeInUp text-center justify-content-center">After every meeting we try
to upload the presentation slides here for anyone who missed the meeting or anyone who
wants to learn more about the topic.
</p>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-12">
<a class="main-btn green-btn mr-20 page-scroll font-weight-bold" style="font-size: 1em;" href="#spring-2020">2020 Spring</a></li>
<a class="main-btn blue-btn mr-20 page-scroll font-weight-bold" style="font-size: 1em;" href="#fall-2019">2019 Fall</a>
</div>
<p class="mt-50 col-lg-8 col-md-10 col-sm-12">Are we missing a slide deck that you're looking for? Reach out on
<a href="https://slack.umlacm.org" target="_blank">Slack</a>, visit our office
in Dandeneau Hall, Room 302, or email us at <a
href="mailto:officers@umlacm.org">officers@umlacm.org</a>.
<br>
</p>
</div>
</div>
</div>
<!-- header hero content -->
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- header hero -->
<section id="spring-2020" class="slide mt-20">
<div class="container">
<div class="section-title mb-20">
<div class="line m-auto"></div>
<h3 class="text-center">Spring 2020</h3>
</div>
<div class="row justify-content-center">
<ul class="">
<li><a href="assets/resources/2020/spring/Contributing to Open Source.pdf" target="_blank">02/04
- Contributing to Open Source (Slides)</a>
</li>
<li><a href="assets/resources/2020/spring/What I Wish I Knew For Grad School.pdf" target="_blank">02/18
- How to get to grad school (Slides)</a>
</li>
</div>
</div>
</section>
<section id="fall-2019" class="slide past-area event-area mt-100">
<div class="container">
<div class="event-shape-2">
<img src="assets/images/about-shape-3.svg" alt="image">
</div>
<div class="section-title mb-20">
<div class="line m-auto"></div>
<h3 class="text-center">Fall 2019</h3>
</div>
<div class="row justify-content-center">
<ul class="">
<li><a href="assets/resources/2019/fall/LinuxPresentation.pdf" target="_blank">09/18
- Intro to Terminal & Linux (Slides)</a>
</li>
<li><a href="assets/resources/2019/fall/PythonPresentation.pdf" target="_blank">09/25
- Intro to Python (Slides)</a>
</li>
<li><a href="assets/resources/2019/fall/GitPresentation.pdf" target="_blank">10/02
- Intro to Git (Slides)</a>
</li>
<li><a href="assets/resources/2019/fall/APIsPresentation.pdf" target="_blank">10/09
- RESTful APIs (Slides)</a>
</li>
<li><a href="assets/resources/2019/fall/SecurityPresentation.pdf" target="_blank">10/16
- Passwords and Security (Slides)</a>
</li>
<li><a href="https://github.com/dmdeluca/CSharpPresentation" target="_blank">10/23
- C# (Github/Slides)</a>
</li>
<li><a href="assets/resources/2019/fall/RustPresentation.pdf" target="_blank">11/06
- Rust (Slides)</a>
</li>
<li><a href="assets/resources/2019/fall/RedHatPresentation.pdf" target="_blank">11/20
- Red Hat (Slides)</a>
</li>
</ul>
</div>
</div>
</section>
<footer id="footer" class="footer-area pt-20">
<div class="container">
<div class="footer-widget pb-20">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-8">
<div class="footer-event mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<a class="logo" href="index.html">
<img src="assets/images/logo-2.png" alt="logo">
</a>
</div>
<!-- footer logo -->
</div>
<div class="col-lg-4 col-md-3 col-sm-4 wow">
<div class="footer-event mt-70 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<h4 class="text">UMass Lowell Association for Computing Machinery</h4>
<p>Visit our office in Dandeneau Hall, Room 302</p>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-4 wow" data-wow-duration="1s" data-wow-delay="0.6s"
style="visibility: visible; animation-duration: 1s; animation-delay: 0.6s;">
<div class="footer-contact mt-70 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="footer-title">
<h4 class="title">Resources</h4>
</div>
<ul class="contact">
<li><a class="font-weight-normal blue" href="resources.html">Meeting Slides Archive</a></li>
</ul>
</div>
<!-- footer contact -->
</div>
<div class="col-lg-2 col-md-3 col-sm-4 wow" data-wow-duration="1s" data-wow-delay="0.6s"
style="visibility: visible; animation-duration: 1s; animation-delay: 0.6s;">
<div class="footer-contact mt-70 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="footer-title">
<h4 class="title">Contact Us</h4>
</div>
<ul class="contact">
<li><a class="font-weight-normal blue" href="mailto:officers@umlacm.org" target="_blank">officers@umlacm.org</a>
</li>
<li><a class="font-weight-normal blue" href="https://slack.umlacm.org" target="_blank">slack.umlacm.org</a></li>
</ul>
</div>
<!-- footer contact -->
</div>
</div>
<!-- row -->
</div>
<!-- footer widget -->
</div>
<!-- container -->
</footer>
<a href="#" class="back-to-top"><i class="lni-chevron-up"></i></a>
<!--====== Jquery js ======-->
<script src="https://code.jquery.com/jquery-3.4.1.js"
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!--====== Slick js ======-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js"></script>
<!--====== Magnific Popup js ======-->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!--====== wow js ======-->
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>