This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
61 lines (58 loc) · 3.18 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Presentation Slides by Chris Wiegman</title>
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
<link rel="stylesheet" href="node_modules/normalize.css/normalize.css">
<link rel="stylesheet" href="node_modules/milligram/dist/milligram.min.css">
</head>
<body>
<div class="container">
<h1>Presentation Slides by <a rel="me" href="https://chriswiegman.com/" title="Chris Wiegman">Chris Wiegman</a>
</h1>
<p>The following links are to slides for presentations I've given on tech and other topics. For a full list of
events at which I've spoken please visit my <a href="http://chriswiegman.com/speaking/">speaking page</a>.
</p>
<ul>
<li><a href="wpn0624">Securing WordPress the Right Way</a> | <a
href="https://www.meetup.com/wordpress-naperville/">WordPress Naperville - June
2024</a></li>
<li><a href="wowp0721">How to Select the Best Host for Your WordPress Site</a> | <a
href="https://www.meetup.com/West-Orlando-WordPress-Meetup/">West Orlando WordPress Meetup - July
2021</a></li>
<li><a href="wproc0521/index.html">How to Take Your WordPress Site Security to the Next Level</a>
| <a href="https://www.meetup.com/Rochester-WordPress-Users-Meetup/">Rochester WordPress Users
Meetup</a></li>
<li><a href="wcmia20/wcmia20.pdf">Testing 101: How to Bulletproof Your Deployments with Automated Code
Testing</a> | <a href="https://2020.miami.wordcamp.org/">WordCamp Miami 2020</a></li>
<li><a href="wcsea19/wcsea19.pdf">Automating WordPress Development</a> | <a
href="https://2020.miami.wordcamp.org/">WordCamp Seattle 2019</a></li>
<li><a href="wcorl19/wcorl19.pdf">Automating WordPress Development</a> | <a
href="https://2019.orlando.wordcamp.org">WordCamp Orlando 2019</a></li>
<li><a href="swfl0218">Understanding WordPress Vulnerabilities (XSS, CSRF, WTF)</a> | <a
href="https://2019.orlando.wordcamp.org">Southwest Florida WordPress Meetup - February 2018</a></li>
<li><a href="hweb17dpa7">Make WP-CLI Work For You</a> | <a href="https://2017.highedweb.org/">HighEdWeb
2017</a>
</li>
<li><a href="swfl0217">Securing WordPress the Right Way</a> | <a
href="https://2017.highedweb.org/">Southwest
Florida WordPress Meetup - February 2017</a></li>
<li><a href="wctpa16">Securing Your Code — Advanced WordPress Security for Developers</a> | <a
href="https://2016.tampa.wordcamp.org/">WordCamp Tampa 2016</a></li>
<li><a href="wpcampus16">Securing Your Code — Advanced WordPress Security for Developers</a> | <a
href="https://2015.us.wordcamp.org/">WPCampus 2016</a></li>
<li><a href="wcchi16">Extending WP-CLI</a> | <a href="https://2016.tampa.wordcamp.org/">WordCamp Chicago
2016</a></li>
<li><a href="wcus15">Extending WP-CLI</a> | <a href="https://2015.us.wordcamp.org/">WordCamp US 2015</a>
</li>
<li><a href="wcorl15">Lessons in Plugin Development</a> | <a
href="https://2015.orlando.wordcamp.org/">WordCamp
Orlando 2015</a></li>
<li><a href="wctpa15">Lessons in Plugin Development</a> | <a
href="https://2015.tampa.wordcamp.org/">WordCamp
Tampa 2015</a></li>
</ul>
</div>
</body>
</html>