-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
52 lines (48 loc) · 2.3 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
<!doctype html>
<!--
~ Copyright 2017 Red Hat, Inc. and/or its affiliates.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Geoffrey's presentations</title>
<meta name="description" content="Presentations of Geoffrey De Smet (except OptaPlanner's which are on optaplanner.org)">
<link href="https://ge0ffrey.github.io/ge0ffrey-presentations/" rel="canonical">
<link rel="stylesheet" href="website/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="website/highlight/highlight.css">
<link rel="stylesheet" href="website/ge0ffreyPresentation.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body style="alignment: center; text-align: center;">
<h1>Geoffrey De Smet</h1>
<h2>Presentations</h2>
<ul style="font-size: x-large; list-style: none; padding: 0;">
<li><a href="http://www.optaplanner.org/learn/slides.html">OptaPlanner slides</a></li>
<li><a href="cornerCaseCheatSheet/">Corner Case Cheat Sheet</a>
(<a href="cornerCaseCheatSheet/CornerCaseCheatSheet.pdf">PDF</a>)</li>
<li><a href="usingAndContributingToOpenSource/">Using and contributing to Open Source</a>
(<a href="usingAndContributingToOpenSource/UsingAndContributingToOpenSource.pdf">PDF</a>)</li>
</ul>
<h2>Documents</h2>
<ul style="font-size: x-large; list-style: none; padding: 0;">
<li><a href="cornerCaseCheatSheet/cheatSheetJava.html">Corner Case Cheat Sheet Java</a></li>
</ul>
<h2>Feedback</h2>
<p style="font-size: x-large;"><img src="common/twitterLogo64x64.png"/><a href="https://twitter.com/GeoffreyDeSmet">@GeoffreyDeSmet</a></p>
</body>
</html>