This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpresentations.html
64 lines (50 loc) · 2.87 KB
/
presentations.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>JavaParser - Getting started</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<!--<div id="logo">
</div>-->
<section class="page-header" >
<h1 class="project-name title-font">JavaParser</h1>
<h2 class="project-tagline">Process Java code programmatically</h2>
</section>
<section class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gettingstarted.html">Getting started</a>
<li><a href="about.html">About</a>
<li><a href="contributing.html">Contributing</a>
<li class="selected"><a href="presentations.html">Presentations</a>
<li class="last"><a href="https://github.com/javaparser">on GitHub</a>
</ul>
</section>
<section class="main-content">
<h2 class="area-title">Presentations</h2>
<p>You can check out this short presentation about JavaParser we gave at FOSDEM 2018 to get an understaing
on what it offers.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/vsn7BzJLBzo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<p>And these are the corresponding slides:</p>
<iframe src="https://www.slideshare.net/slideshow/embed_code/key/hG2Z9r0vd7ZCEa" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
<p>If you understand Italian you can also check out this presentation at the Java User Group Milano</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/hOqyAi7GaeY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-89097232-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>