-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (88 loc) · 3.98 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#457cdb">
<meta name="Description" content="Advanced Programming FSMVU!">
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="manifest" href="manifest.json">
<link rel="icon" sizes="192x192" href="images/hig.png">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Full Stack Developer 2021</title>
</head>
<body>
<header>
<div class="container">
<img src="logo.png" height="35" />
<h3>Advanced Programming</h3>
</div>
</header>
<div class="links">
<div class="container">
<p><img src="images/background.jpg" alt="Avatar" class="avatar" style="height: 70px;width: 70px;">
Autor: Halil İbrahim GÜNBULAK </p>
<h3>GitHub</h3>
<ul>
<li>Click <a href="https://github.com/Halil-ibrahim-GUNBULAK" target="_blank">here</a> for Github Account.</li>
</ul>
<h3>Class Works</h3>
<ul>
<li><a href="classwork/cw1/index.html">CW1
- Browser tools</a></li>
<li><a
href="classwork/cw2/index.html">CW2
- Objects and Arrays</a></li>
<li><a
href="classwork/cw3/index.html">CW3
- Text to Objects</a></li>
<li><a
href="classwork/cw4/index.html">CW4 -
Object Inspector</a></li>
<li><a href="classwork/cw5/index.html">CW5 - Classes
and Maps</a></li>
<li><a href="classwork/cw6/index.html">CW6 - Fetch Remote File </a>
</li>
<li><a href="classwork/cw7/index.html">CW7 - Reading Local Files</a>
</li>
<li><a href="classwork/cw8/index.html">CW8 -SubtleCrypto: SHA</a></li>
<li><a href="HW1/index.html">CW9 -Improve your private repo & HW1</a></li>
<li><a href="classwork/cw10/index.html">CW10 - Event listeners</a></li>
<li><a href="classwork/cw11/index.html">CW11 - GitHub Users</a></li>
<li><a href="classwork/cw12/index.html">CW12 - Open Weather</a></li>
<li><a href="classwork/cw13/index.html">CW13 - Open Weather With Map</a></li>
<li><a href="classwork/cw14/index.html">CW14 - Image Inspector</a></li>
<li><a href="classwork/cw15/index.html">CW15 - Student Database</a></li>
</ul>
<hr>
<h3> Home Works</h3>
<ul>
<li><a href="HW1/index.html">HW1 - Math Multiply Table
</a></li>
<li><a href="index.html">HW2 - Edit Repository </a></li>
<li><a href="HW3/index.html">HW3 - Dancing Square</li>
<li><a href="HW4/index.html">HW4 - Project Prepering </a></li>
</ul>
<hr>
<h3> Term Project</h3>
<ul>
<li><a href="HW4/index.html">Culinary Food Website</a></li>
</ul>
<h3> Repository</h3>
<ul>
<li> <a href="https://github.com/Halil-ibrahim-GUNBULAK/AdvanceProgramming-WorkSpace">Go Repository </a></li>
</ul>
<!--
<h3> WEB SİTES</h3>
<ul>
<li>Go <a href="https://halil-ibrahim-gunbulak.github.io/websites/" target="_blank">My Web Sites</a> </li>
</ul>
-->
</div>
</div>
<script>
navigator.serviceWorker.register('sw.js')
</script>
</body>
</html>