-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcourses.html
180 lines (169 loc) · 6.03 KB
/
courses.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
<!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>Courses | Marwan Life</title>
<link rel="stylesheet" href="css/style.css" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Start Header -->
<header class="header">
<div class="card">
<a href="index.html" class="logo" id="logo"></a>
<ul class="nav">
<li>
<a href="book.html">Books</a>
</li>
<li>
<a href="courses.html" class="active">Courses</a>
</li>
<li>
<a href="programs.html">Programs</a>
</li>
</ul>
</div>
</header>
<!-- End Header -->
<!-- Start Course Element -->
<div class="main-course">
<div class="card">
<!-- Start Head -->
<div class="head">
<h2>Courses</h2>
<p>
All the courses you took, however the name of the teacher and the
place of publication
</p>
</div>
<!-- End Head -->
<!-- Start Control -->
<div class="control">
<div class="count"><span>12</span> <span>Course</span></div>
</div>
<!-- End Control -->
<!-- ٍStart Course -->
<div class="course">
<div class="list">
<a
class="box"
href="https://www.edx.org/course/introduction-computer-science-harvardx-cs50x"
target="_blank"
>
<div class="top">CS50</div>
<div class="bottom">David J. Malan - edX Website</div>
</a>
<a
class="box"
href="https://elzero.org/study/html-2021-study-plan/"
target="_blank"
>
<div class="top">Learn HTML In Arabic 2021</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://elzero.org/study/css-2021-study-plan/"
target="_blank"
>
<div class="top">Learn CSS In Arabic 2021</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://elzero.org/study/sass-2021-study-plan/"
target="_blank"
>
<div class="top">learn sass language</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://www.youtube.com/playlist?list=PLDoPjvoNmBAw24EjNUp_88S1VeaNK8Cts"
target="_blank"
>
<div class="top">
Learn how to design on bootstrap 3 in Arabic
</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://www.youtube.com/playlist?list=PLDoPjvoNmBAy0dU3C3_lNRTSTtqePEsI2"
target="_blank"
>
<div class="top">
Learn how to design on bootstrap 4 in Arabic
</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://elzero.org/study/javascript-bootcamp-2021-study-plan/"
target="_blank"
>
<div class="top">Learn JavaScript Bootcamp In Arabic 2021</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://www.youtube.com/playlist?list=PLDoPjvoNmBAwH_PyuEFjk3OvXflJJrDRQ"
target="_blank"
>
<div class="top">Learn JSON In Arabic</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://www.youtube.com/playlist?list=PLDoPjvoNmBAw4eOj58MZPakHjaO3frVMF"
target="_blank"
>
<div class="top">Learn Git And Github</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://www.youtube.com/playlist?list=PLDoPjvoNmBAxzNO8ixW83Sf8FnLy_MkUT"
target="_blank"
>
<div class="top">Learn Command Line</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://www.youtube.com/playlist?list=PLDoPjvoNmBAzVaRnCYoklHqz01jve8ZWv"
target="_blank"
>
<div class="top">
Create Responsive Web Design Without Framework
</div>
<div class="bottom">Osama Elzero - YouTube</div>
</a>
<a
class="box"
href="https://app.barmej.com/%D9%85%D9%82%D8%AF%D9%85%D8%A9-%D9%81%D9%8A-%D8%A7%D9%84%D8%B4%D8%A7%D8%B4%D8%A9-%D8%A7%D9%84%D8%B3%D9%88%D8%AF%D8%A7%D8%A1-Terminal"
target="_blank"
>
<div class="top">Introduction to the terminal black screen</div>
<div class="bottom">Barmej</div>
</a>
</div>
</div>
<!-- End Course -->
</div>
</div>
<!-- End Course Element -->
<!-- Start Footer -->
<footer class="footer" id="footer"></footer>
<!-- End Footer -->
<script src="js/script.js"></script>
</body>
</html>