forked from maeyler/BLM305-2018
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReadme.html
More file actions
34 lines (25 loc) · 1.36 KB
/
Readme.html
File metadata and controls
34 lines (25 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="yellow" />
<meta name="author" content="M A Eyler, Istanbul, 2018" />
<meta name="description" content="BLM305 FSMV University" />
<link rel="icon" href="images/305.png">
<link rel="manifest" href="manifest.json">
<title>BLM 305 </title>
</head>
<body>
<h2 id="advanced-programming">Advanced Programming</h2>
<p><a href="https://groups.google.com/forum/#!forum/fsmvu-mae/join">Mail group</a>: for communication and assignments</p>
<p><a href="https://github.com/maeyler/BLM305/">Repository</a>: weekly work & term project</p>
<p><a href="https://maeyler.github.io/JS/">Examples</a>: sample JavaScript pages</p>
<p><a href="inspect.html">Class work</a>: using the Inspector</p>
<p><a href="http://eloquentjavascript.net/">Eloquent JavaScript</a>: our textbook</p>
<p><a href="Course_outline.html">Outline</a>: weekly planning of the course</p>
<p>Tools: <a href="https://wikiwand.com/en/Google_Chrome">Chrome</a>, <a href="https://wikiwand.com/en/Git">git</a>, <a href="https://github.com/">GitHub</a>, <a href="https://gitkraken.com/">GitKraken</a></p>
<p><b>Attendance and regular class work is required</b> <br />
<em>Derse devam ve düzenli ödev yapmak gerekiyor</em></p>
</body>
</html>