-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·80 lines (76 loc) · 2.91 KB
/
index.html
File metadata and controls
executable file
·80 lines (76 loc) · 2.91 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TNM040 <3 LiTHehack</title>
<meta name="description" content="LiTHehack är ett studentdrivet projekt på LiTH för att hjälpa studenter med programmering.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="cleartype" content="on">
<!-- Browser favicon -->
<link rel="shortcut icon" href="web/img/favicon.png">
<!-- CSS files -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="web/css/style.css" />
<link href="web/css/prettify.css" rel="stylesheet" media="screen">
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade yourw browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="row">
<div class="col-sm-12">
<h1>LiTHehack <3 KOMA</h1>
<p class="lead">
Här är informationen som behövs inför LiTHehacks föreläsning och labb i kursen TNM040 Kommunikation och användargränsnitt.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h3>
Föreläsningen
</h3>
<p>
Slides till föreläsningen:
</p>
<a href="lectures/android.html">HTML</a>, <a href="lectures/android.pdf">PDF</a>
<h3>
Labben
</h3>
<p>
Se schema för plats.
</p>
<a href="labs/android/uppgift.pdf">Labb PM</a>, <a href="labs/androidlab.zip">filer till labben</a>
</div>
<div class="col-sm-6">
<h3>
Kontakt
</h3>
<p>
Det går alltid att få tag på LiTHehack på <a href="https://facebook.com/lithehack" target="_blank">Facebook</a> eller genom kontakt@lithehack.se
</p>
</div>
</div>
</div>
</div>
</div>
<!-- dat javascript -->
<script src="http://code.jquery.com/jquery.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="web/js/prettify/prettify.js"></script>
<script src="web/js/eye.js"></script>
<script type="text/javascript">
// run dat prettify
prettyPrint();
</script>
</body>
</html>