-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.08 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Presentations</title>
</head>
<body>
<h1>My presentations</h1>
<ul>
<li><a href="OWASP-top10-hstd/index.html">OWASP top 10</a>, Webb helt enkelt #3, 2013-05-07</li>
<li><a href="EmberJS-Intro/index.html">Ember JS intro</a>, Kodar lan, 2013-07-13</li>
<li><a href="REST-API/index.html">REST API:er, best practices</a>, Webb helt enkelt #7, 2014-04-10</li>
<li><a href="PHP-JS/index.html">PHP och JavaScript i nutid och framtid</a> - WIP</li>
<li><a href="PHParlor-GBG-1/index.html">Encryption stuffs</a>, PHParlor GBG #1 - 2014-08-28</li>
<li><a href="PHP7/index.html">PHP7</a>, PHP Göteborg Meetup #1 - 2015-05-27</li>
<li><a href="Forms/index.html">Tips and Tricks</a>, PHP Göteborg Meetup #2 - 2015-09-30</li>
<li><a href="PHP7-2016/index.html">PHP7</a>, PHP Göteborg Meetup #3 - 2016-02-25</li>
<li><a href="PHP7-2016-2/index.html">PHP7</a>, Webb Helt Enkelt #13 - 2016-03-02</li>
<li><a href="Community-Update-2016-10-06/index.html">Community Update</a>, PHP Göteborg Meetup #5 - 2016-10-06</li>
</ul>
</body>
</html>