-
Notifications
You must be signed in to change notification settings - Fork 503
/
index.html
41 lines (38 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mastering GitHub • Video training series at O’Reilly by Delicious Insights</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#">Mastering GitHub</a>
</div>
</div>
</nav>
<div class="container">
<div class="jumbotron">
<h1>Mastering GitHub</h1>
<p>
A video training series
<a href="http://shop.oreilly.com/category/videos/programming.do">at O’Reilly</a>
by
<a href="http://delicious-insights.com">Delicious Insights</a>
</p>
<p>
<a href="http://shop.oreilly.com/category/videos/programming.do" class="btn btn-primary btn-lg">
<i class="glyphicon glyphicon-hand-right"></i>
Learn more
</a>
</p>
</div>
<hr>
<footer class="text-muted">© 2015 Christophe Porteneuve, Delicious Insights and O’Reilly.</footer>
</div>
</body>
</html>