-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
164 lines (146 loc) · 7.74 KB
/
index.html
File metadata and controls
164 lines (146 loc) · 7.74 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MOOC</title>
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<link rel="stylesheet" href="style.css">
<link href="alegrya-alt" rel="stylesheet" type="text/css">
<link href="open-alt" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="img/favicon.png">
<style type="text/css"></style>
</head>
<body>
<section id="header" class="wrapper">
<ul id="menu" class="right">
<li><a class="current" href="http://www.kikatus.com/misc/MOOC/#">Etusivu</a></li>
<li><a href="http://www.kikatus.com/misc/MOOC/#">Kurssit</a></li>
<li><a href="http://www.kikatus.com/misc/MOOC/#">Mikä MOOC?</a></li>
<li><a href="http://www.kikatus.com/misc/MOOC/#">In English</a></li>
</ul>
<section id="logo"></section>
<section id="intro">Massiiviset avoimet verkkokurssit<span id="intro-tag">Massive open online courses · mooc.fi</span></section>
<section id="breadcrumb"><a href="http://www.kikatus.com/misc/MOOC/#">Etusivu</a></section>
</section>
<section class="wrapper">
<section class="banner">
<img class="banner" src="img/Banneri.jpg" alt="MOOC">
</section>
<h1>Kaikille avoimet MOOC-kurssit</h1>
<section class="element-container">
<section class="course-box simple-shadow">
<img class="uni-logo" src="img/liekki.jpg" alt="university logo">
<h4><a href="http://mooc.cs.helsinki.fi/wepa">Algoritmien MOOC</a></h4>
<p>Algoritmien avoin massiivinen verkkokurssi eli AlgoMOOC tarjoaa lisähaastetta perus-MOOCin eli Ohjelmoinnin avoimen massiivisen verkkokurssin suorittajille ja muille kiinnostuneille.</p>
<a href="http://mooc.cs.helsinki.fi/wepa" class="course-box-button green">
<span class="status">Kurssi meneillään</span>
<span class="date"></span>
</a>
</section>
<section class="course-box simple-shadow">
<img class="uni-logo" src="img/aalto.png" alt="university logo">
<h4><a href="http://mooc.aalto.fi/ohjelmointi/">Ohjelmointia Scalalla</a></h4>
<ul>
<li>Ei esitietovaatimuksia.</li>
<li>Kurssi vastaa Aalto yliopiston kursseja Ohjelmointi 1 ja osittain Ohjelmointistudio 2.</li>
<li>Kurssilla opit ohjelmoinnin perusteet käyttäen modernia Scala-ohjelmointikieltä ja saat yliopistotutkintoon sopivia opintopisteitä.</li>
</ul>
<a href="http://mooc.aalto.fi/ohjelmointi/" class="course-box-button green">
<span class="status">Ilmottaudu mukaan!</span>
<span class="date">Ilmoittautuminen aukeaa 1.9.2014</span>
</a>
</section>
</section>
<section class="element-container">
<section class="course-box simple-shadow">
<img class="uni-logo" src="img/liekki.jpg" alt="university logo">
<h4><a href="http://mooc.cs.helsinki.fi/2014-ohjelmointi">Ohjelmoinnin MOOC, osa 2</a></h4>
<ul>
<li>Ei esitietovaatimuksia.</li>
<li>Kurssi vastaa Helsingin yliopiston kursseja Ohjelmoinnin perusteet ja Ohjelmoinnin jatkokurssi.</li>
<li>Kurssin suorittaminen ei mahdollista opinto-oikeutta (opinto-oikeuden mahdollistava kurssi järjestetään keväisin).</li>
</ul>
<a href="http://mooc.cs.helsinki.fi/2014-ohjelmointi" class="course-box-button red">
<span class="status">Kurssi meneillään</span>
<span class="date">Seuraava kurssi 20.-25.4.2014</span>
</a>
</section>
<section class="course-box simple-shadow">
<img class="uni-logo" src="img/liekki.jpg" alt="university logo">
<h4><a href="http://mooc.cs.helsinki.fi/clojure">Functional programming with Clojure</a></h4>
<p>The course is an introduction to functional programming with a dynamically typed language Clojure. We start with an introduction to Clojure; its syntax and development environment. Clojure has a good selection of data structures and we cover most of them. We also go through the basics of recursion and higher-order functions. The course material is in English.</p>
<a href="http://mooc.cs.helsinki.fi/clojure" class="course-box-button green">
<span class="status">Ilmottaudu mukaan!</span>
<span class="date">Ilmoittautuminen aukeaa 1.9.2014</span>
</a>
</section>
</section>
<section class="element-container">
<section class="course-box simple-shadow">
<img class="uni-logo" src="img/liekki.jpg" alt="university logo">
<h4><a href="http://mooc.cs.helsinki.fi/programming-part1">Object oriented programming with Java, part 1</a></h4>
<p>In the course, you will learn all the basics of computer programming, algorithms and object-oriented programming using the Java programming language. The course includes comprehensive course materials and plenty of programming exercises, each tested using our automatic testing service Test My Code.</p>
<a href="http://mooc.cs.helsinki.fi/programming-part1" class="course-box-button green">
<span class="status">No deadlines, self-paced - start any time</span>
</a>
</section>
<section class="course-box simple-shadow">
<img class="uni-logo" src="img/liekki.jpg" alt="university logo">
<h4><a href="kurssisivu.html">Object oriented programming with Java, part 2</a></h4>
<p>This course is a direct continuaton of the course Object-Oriented Programming with Java, part I (including week numbering). In Part II, we will dwell deeper into the world of object-oriented programming.</p>
<a href="kurssisivu.html" class="course-box-button green">
<span class="status">No deadlines, self-paced - start any time</span>
</a>
</section>
<section class="course-box simple-shadow">
<h4>Pysy ajan tasalla - <a href="#">Twitter</a></h4>
<table class="feed course-box">
<tbody><tr class="feed">
<td>
<img class="feed-logo" src="img/logo.png" alt="MOOC">
</td>
<td>
<h5>Username</h5>
<p>Stop working and save right now!</p>
<p class="feed-date">8 June</p>
</td>
</tr>
<tr>
<td>
<img class="feed-logo" src="img/logo.png" alt="MOOC">
</td>
<td>
<h5>Username</h5>
<p>"The life of the designer is a life fight against uglyness" - Massimo Vignelli</p>
<p class="feed-date">7 June</p>
</td>
</tr>
</tbody>
</table>
</section>
</section>
</section>
<section id="footer">
<table class="wrapper">
<tbody><tr>
<td class="footer-intro">
<a href="http://www.kikatus.com/misc/MOOC/#">MOOC</a> pork belly beef landjaeger, beef ribs frankfurter chuck boudin salami shankle ball tip pig. Meatloaf strip steak spare ribs leberkas salami. Tri-tip ground round pork meatball chuck landjaeger andouille. Sausage drumstick pork loin, beef ribs biltong tail kielbasa. Pig tri-tip drumstick, turducken beef shank pork loin jowl ham hock. Tri-tip ground round pork meatball chuck landjaeger andouille.</td>
<td class="footer-social">
<ul>
<li class="facebook">Tiedotus <a href="http://www.kikatus.com/misc/MOOC/#">Twitter</a> & <a href="http://www.kikatus.com/misc/MOOC/#">Facebook</a></li>
<li class="irc">Ohjaus <a href="http://www.kikatus.com/misc/MOOC/#">IRCnet #mooc.fi</a></li>
<li class="sourceforge">Virheraportit <a href="http://www.kikatus.com/misc/MOOC/#">SourceForge</a></li>
</ul>
</td>
<td class="footer-copy">
<img src="img/helsingin-yliopisto-computer-science.png" width="338" height="111" alt="Helsingin yliopisto - Department of computer science">
<span class="block">
<img src="img/copyright.png" width="88" height="31" alt="Creative Commons copyright" class="right">
Sivuston kaikki materiaali on lisensoitu Creative Commons BY-NC-SA-lisenssillä
</span>
</td>
</tr>
</tbody></table>
</section>
</body>
</html>