-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.11 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PJUG Presentations</title>
<meta name="description" content="PJUG Presentations">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
</head>
<body class="container" style="font-size: 20px;">
<h2 style="margin-top: 100px;">PJUG Presentations</h2>
<h3>2017</h3>
<ul>
<li><a href="2017/04/g1gc-pjug-v2.pdf">April - G1GCHow Things are Connected</a></li>
</ul>
<h3>2015</h3>
<ul>
<li><a href="2015/03/PJugTalk.pdf">March - Casandra</a></li>
<li><a href="2015/02/amazon-web-services.pdf">February - Introduction to AWS (Amazon Web Services)</a></li>
<li><a href="//jamezp.github.io/talks/annotation-processor/">January - Compile-Time Annotation Processing</a></li>
</ul>
<h3>2014</h3>
<ul>
<li><a href="//trask.github.io/pjug-jmh/">December - JMH (Java Microbenchmark Harness)</a></li>
</ul>
</body>
</html>