-
Notifications
You must be signed in to change notification settings - Fork 0
/
highway-to-code-TL.html
126 lines (115 loc) · 2.94 KB
/
highway-to-code-TL.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Studies - TL</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/normalize.css" rel="stylesheet">
<link href="css/laakkonen_timo.css" rel="stylesheet">
<meta name="author" content="Timo Laakkonen">
</head>
<body>
<main>
<header>
<h1>Studying front-end developing</h1>
<nav>
<ul>
<li><a href='index.html'>Me</a></li>
<li><a href='highway-to-code-TL.html'>Studies</a></li>
<li><a href='off-studies-TL.html'>Leisure</a></li>
<li><a href='images-TL.html'>Images</a></li>
<li><a href='form-TL.html'>Contact</a></li>
</ul>
</nav>
</header>
<article class='h2c'>
<h2>Highway to code</h2>
<h3>Oulu University of Applied Scieces studies</h3>
<table>
<tr>
<th colspan="2">The basics of front-end programming and
project management, 10 cr</th>
</tr>
<tr>
<td>HTML and CSS</td>
<td>3 cr</td>
</tr>
<tr>
<td>Basics of JavaScript</td>
<td>4 cr</td>
</tr>
<tr>
<td>Project management</td>
<td>3 cr</td>
</tr>
<tr>
<th colspan="2">Advanced front-end programming,
10 cr</th>
</tr>
<tr>
<td>Bootstrap and jQuery</td>
<td>4 cr</td>
</tr>
<tr>
<td>Databses and SQL</td>
<td>2 cr</td>
</tr>
<tr id="favorite">
<td>React and Async programming</td>
<td>4 cr</td>
</tr>
<tr>
<th colspan="2">Design and implementation of a web
service, 10 cr</th>
</tr>
<tr>
<td>Service Design</td>
<td>2 cr</td>
</tr>
<tr>
<td>Copyright and licences</td>
<td>2 cr</td>
</tr>
<tr>
<td>WordPress</td>
<td>3 cr</td>
</tr>
<tr>
<td>Online shop</td>
<td>3 cr</td>
</tr>
</table>
<h3> Other universities </h3>
<table class='universities_table'>
<tr>
<td>Centria University of Applied Sciences</td>
</tr>
<tr>
<td>Jyväskylä University of Applied Sciences</td>
</tr>
<tr>
<td>Vaasa University of Applied Sciences</td>
</tr>
<tr>
<td>Turku University of Applied Sciences</td>
</tr>
<tr>
<td>Kajaani University of Applied Sciences</td>
</tr>
</table>
</article>
<footer>
<section>
Timo Heikki Laakkonen
<span>2021</span>
</section>
<section>
Course work
<span>Highway to code</span>
<span> html and css course</span>
</section>
<div style="clear: both"></div>
</footer>
</main>
</body>
</html>