-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.45 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
<!doctype html>
<html>
<head>
<title>PSEM: Cucumber & RSpec with Ruby on Rails</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/bootstrap/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>PSEM: Cucumber & RSpec with Ruby on Rails</h1>
</div>
<a href="presentations/cucumberRspecRubyOnRails/index.html#/"><h2>Präsentation</h2></a> - <a href="presentations/cucumberRspecRubyOnRails/media/handout.pdf">Handout</a>
<h2>Links</h2>
<ul>
<li><a href="https://www.ruby-lang.org/de/">Ruby</a></li>
<li><a href="http://rubyonrails.org/">Ruby on Rails</a></li>
<li><a href="http://cukes.info/">Cucumber</a></li>
<li><a href="http://rspec.info/">RSpec</a></li>
<li><a href="http://www.makandra.de/">makandra.de</a></li>
</ul>
</div>
<div class="container">
<div class="page-header">
<h1>DVA Seminar - Computer Games and Realism</h1>
</div>
<a href="presentations/computergamesAndRealism/index.html#/"><h2>Präsentation</h2></a>
<h2>Bericht</h2>
<ul>
<li><a href="presentations/computergamesAndRealism/media/21_computer-games-and-realism_manuel_oswald.pdf">Computer games and Realism</a></li>
</ul>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>