-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (181 loc) · 6.41 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
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Merve Çelik BLM305 · GitHub Pages</title>
<style type="text/css">
*{
/* Change your font family */
font-family: sans-serif;
}
.content-table {
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
min-width: 400px;
border-radius: 5px 5px 0 0;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.glass {
background: linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 20px;
border:1px solid rgb(255,255,255,0.18);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37) ;
}
.content-table thead tr {
background-color: #009879;
color: #ffffff;
text-align: left;
font-weight: bold;
}
.content-table th,
.content-table td {
padding: 12px 15px;
}
.content-table tbody tr {
border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.content-table tbody tr:last-of-type {
border-bottom: 2px solid #009879;
}
.content-table tbody tr.active-row {
font-weight: bold;
color: #009879;
}
#suggest {
margin-top: 35px;
color: #ccc;
}
.logo{
vertical-align: middle;
width: 100px;
height: 100px;
border-radius: 100px;
}
</style>
</head>
<body>
<h1><a href="/" class="logo">
<img width="100" height="100" class="logo" title="" alt="" src="1666983975947.jpg">
</a>Merve Çelik</h1>
<p>
There will be access for Classworks(CW), Homeworks(HW) and Projects of BLM305 class.
</p>
<table class="content-table glass">
<thead>
<tr class="active-row glass">
<th>Repo Link</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="active-row glass" >
<td>Repo Link</td>
<td> <a href="https://github.com/mervecelik11/advanced">Repo Link </a></td>
</tr>
</tbody>
</table>
<table class="content-table glass">
<thead>
<tr class="active-row glass">
<th>Classwork</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="active-row glass" >
<td>Class Work 1</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/C.html"> Browser Tools </a></td>
</tr>
<tr class="active-row glass" >
<td>Class Work 2</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/Counting.html"> IBAN Verification </a> </td>
</tr>
<tr class="active-row glass" >
<td>Class Work 3</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/ObjectList.html"> Text to Objects </a></td>
</tr>
<tr class="active-row glass" >
<td>Class Work 4</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/Inspector.html">Object Inspector </a></td>
</tr>
<tr class="active-row glass" >
<td>Class Work 5</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/cw5.html">Promises </a></td>
</tr>
<tr class="active-row glass" >
<td>Class Work 6</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/cw6.html">Event Listeners </a></td>
</tr>
<tr class="active-row glass" >
<td>Class Work 7</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/github.html">Github API </a></td>
</tr>
<tr class="active-row glass" >
<td>Class Work 8</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/cw7.html">Weather API </a></td>
</tr>
<tr class="active-row glass" >
<td>Class Work 9</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/cw8.html">Weather Map API </a></td>
</tr>
<tr class="active-row glass" >
<td>Class Work 10</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/cw9.html">Image Inspector </a></td>
</tr>
</tbody>
</table>
<table class="content-table glass">
<thead>
<tr class="active-row glass">
<th>Homework</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="active-row glass" >
<td>Homework 1</td>
<td> <a href="https://mervecelik11.github.io/advanced/work/chap4.html"> Array Methods </a></td>
</tr>
<tr class="active-row glass" >
<td>Homework 2</td>
<td>Organize Your Private Repo</td>
</tr>
<tr class="active-row glass" >
<td>Homework 3</td>
<td> <a href="https://mervecelik11.github.io/advanced/index.html"> Animation </a></td>
</tr>
</tbody>
</table>
<table class="content-table glass">
<thead>
<tr class="active-row glass">
<th>Homework</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="active-row glass" >
<td>Term Project</td>
<td> <a href="https://mervecelik11.github.io/advanced/Music-Player-App/index.html">Term Project </a></td>
</tr>
<tr class="active-row glass" >
<td>Term Project</td>
<td> <a href="https://mervecelik11.github.io/advanced/traveltour/login_form.php">Travel Tour Project </a></td>
</tr>
</tbody>
</table>
<div id="suggest">
<a href="https://www.linkedin.com/in/merve-celik-811791200/">LinkedIn</a> —
<a href="https://github.com/mervecelik11/">GitHub</a>
</div>
</body>
</html>