-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentation.html
57 lines (53 loc) · 1.8 KB
/
presentation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<title>Scam Safety – Presentation</title>
</head>
<body>
<h1><br><a href="https://scamsafety.kaveergera.com" style="
text-decoration: none;
color: black;
">Scam Safety</a><br><br></h1>
<c style="font-size: 26px">The live sessions are complete. The <a href="Presentation_Slides.pdf" style="color: #6238ff;">presentation slides</a> are available for public viewing.</c>
<h2 style="color: #6238ff">
<br>
LIVE SESSIONS:
</h2>
Learn how to recognize, avoid, and respond to email, web, and telephone scams at a live presentation which includes a
question and answer session!
<br><br>
<a style="color: #6238ff;">Session 1</a>:
<br>
Saturday, June 4, 2022 at 11 AM (PDT)
<br><br>
<a style="color: #6238ff;">Session 2</a>:
<br>
Saturday, June 5, 2022 at 2 PM (PDT)
<h2>
<br>
<a href="https://scamsafety.kaveergera.com" style="
text-underline: #277bff;
color: black;
">Home</a>
<br>
</h2>
<footer>
<p style="text-align: center">
Thank you to Nate Wong and Phillip McClure for their help.
<br>
This website is a part of <a href="https://kaveergera.com" style="
color: black;
">Kaveer Gera</a>'s Eagle Scout Project. The code for this website is available
<a href="https://github.com/Reevak05/scam-safety-website/" style="
text-underline: #277bff;
color: black;
">here</a>.
</p>
</footer>
</body>
</html>