-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpastPresentations.html
98 lines (87 loc) · 3.78 KB
/
pastPresentations.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Binghamton ACM</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
</style>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="Header-Div">
<h2 id = "Meeting-Alert">
Meetings every Thursday at 7:30pm in CW202!
</h2>
</div>
<div class="Nav-Div">
<div>
<img id="ACM-Logo" src="imgs/acm_logo.png" alt="ACM-Logo">
</div>
<div id="Title">
<h1 id="Title-BigText">
Binghamton ACM
</h1>
<h2 id = "Title-SmallText">
-Binghamton Association of Computing Machinery-
</h2>
</div>
<div id="Discord">
<h3 class="Discord-Text">
<p><a href="https://discord.gg/qtk2gM4ub4" target="_blank" rel="noopener noreferrer">Join Our Discord!</a></p>
</h3>
</div>
</div>
<div id="Welcome-Div">
<!--
<div id="Welcome-Text-Div">
<span id="Welcome-Text">Welcome to Binghamton ACM!</span>
</div>
-->
<div id="Welcome-Paragraph-Div">
<span id="Welcome-Paragraph">
<div id="link">
<a href="https://binghamtonacm.org/" target="_self" rel="noopener noreferrer">Click here to go back to our main page!</a>
</div>
</span>
</div>
</div>
<div id = "verticle-layout">
<div id="Eboard-Title-Alum">Past Presentations</div>
<div id="Meet-Div2">
<div id="Meeting-List">
<a href = "https://docs.google.com/presentation/d/1IU4FdatfnNZk-18QSihNDJPVX_fbf4Iy5dwqe4utDmU/edit?usp=sharing" target = "_blank" rel="noopener noreferrer">
<div class="Meeting" id="m-1">
<h2 class="MeetingPresentations">Linear Regression</h2>
</div>
</a>
<a href = "https://docs.google.com/presentation/d/1AyxQCd5u89zj9fYzzqo9D3J5xR5j1XZZ8xh-_5SfmKs/edit?usp=sharing" target = "_blank" rel="noopener noreferrer">
<div class="Meeting" id="m-1">
<h2 class="MeetingPresentations">Basics to Dynamic Programming</h2>
</div>
</a>
<a href = "https://docs.google.com/presentation/d/1YClYXc8Xyd1d4ccvQ4VeA9XOpJ7rhFO60UsAgNXtToA/edit?usp=sharing" target = "_blank" rel="noopener noreferrer">
<div class="Meeting" id="m-1">
<h2 class="MeetingPresentations">Multithreading and Multiprocessing</h2>
</div>
</a>
<a href = "https://docs.google.com/presentation/d/1sjXp9l7qu8DC663Fljx5iCNp9dD5CN5PT-ZEAHTxzsg/edit?usp=sharing" target = "_blank" rel="noopener noreferrer">
<div class="Meeting" id="m-1">
<h2 class="MeetingPresentations">Unsolved Problems in Computer Science</h2>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="Mailing-List">
<a href="https://linktr.ee/bingacm" target="_blank" rel="noopener noreferrer">-Check out our LinkTree here for all of our important links-</a>
</div>
<div id="Footer">
Made by Ryan Geary and Lucy Loerker, 2021-2023 - Hosted by Github Pages
</div>
</body>
</html>