Skip to content

Commit

Permalink
Rendered talks
Browse files Browse the repository at this point in the history
  • Loading branch information
yours sincerely CI committed May 14, 2024
1 parent 9eb4278 commit 58924d6
Show file tree
Hide file tree
Showing 679 changed files with 398,945 additions and 0 deletions.
326 changes: 326 additions & 0 deletions caching.html

Large diffs are not rendered by default.

322 changes: 322 additions & 0 deletions going.mouseless.html

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>JUG-IN Talks</title>
</head>
<body>
<h1 class="m-5 text-center">Talks of the Java User Group Ingolstadt e.V.</h1>
<div class="d-flex flex-wrap">
<div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Caching</h5>
<a href="caching.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Going (almost) mouseless</h5>
<a href="going.mouseless.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">java.time</h5>
<a href="java.time.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">JCP - The Java Community Process</h5>
<a href="jcp.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">JDK 12</h5>
<a href="jdk12.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">JDK 15</h5>
<a href="jdk15.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">JDK 16</h5>
<a href="jdk16.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">JMH</h5>
<a href="jmh.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">JUG Ingolstadt e.V.</h5>
<a href="jug-intro.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Software-Esoterik-1</h5>
<a href="software-esoterik-1.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Software-Esoterik-2</h5>
<a href="software-esoterik-2.html" class="btn btn-primary">View</a>
</div>
</div><div class="card m-3" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">How to quit vim?</h5>
<a href="vim.html" class="btn btn-primary">View</a>
</div>
</div>
</div>
</body>
</html>
409 changes: 409 additions & 0 deletions java.time.html

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions jcp.html

Large diffs are not rendered by default.

320 changes: 320 additions & 0 deletions jdk12.html

Large diffs are not rendered by default.

308 changes: 308 additions & 0 deletions jdk15.html

Large diffs are not rendered by default.

360 changes: 360 additions & 0 deletions jdk16.html

Large diffs are not rendered by default.

449 changes: 449 additions & 0 deletions jmh.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions node_modules/asciidoctor-plantuml/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

227 changes: 227 additions & 0 deletions node_modules/asciidoctor-plantuml/README.adoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions node_modules/asciidoctor-plantuml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58924d6

Please sign in to comment.