-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
171 lines (137 loc) · 6.72 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
<!DOCTYPE html>
<html>
<head>
<title>FREE > Courses</title>
<link rel="icon" href="basic_icons/logo.png"/>
<link rel="stylesheet" href="css/free.css"/>
<meta name="author" content="sara khalid">
<meta name="keywords" content="free respurce,photos,icons,font,courses">
<meta name="description" content="resource of resources to help designers and beginners to have place for free resources in one place without worry about licenses of works ">
<style>
a{ color: crimson}
</style>
</head>
<body >
<header>
<img src="basic_icons/full.png" style="float: left;width: 25%;padding: 10px">
<div class="navbar" align="right" >
<a href="index.html" style="color: black">Home</a>
<a href="Photos%20&%20icons.html" style="color: steelblue">Photos & icons</a>
<a href="fonts.html" style="color: darkcyan">Fonts</a>
<a href="login.html" id="login" >log in</a>
</div></header>
<br style="clear: both">
<!--BOOK-->
<table align="center" style="text-align: center">
<tr><td ><iframe src="courses/how-to-write-a-cv-in-english.pdf" height="400px"></iframe></td>
<td><h2>our chosen BOOK of this week</h2>
<hr width=60%>
<h1 style="color: purple">How to write a
CV in English</h1><p style="color: gray">to impress your possible
future employer</p>
<p>Whether you are a native or non-native English speaker,<br>
applying for a job in an English speaking country<br>
can be a difficult and scary task.<br>
In many Business English classes, you learn necessary<br>
skills such as how to have a successful interview.<br>
However,before you even get to the interview stage you<br>
need to impress your possible future employer with your CV</p>
<h3>Listen to book</h3>
<audio controls>
<source src="courses/how-to-write-a-cv-in-english.wav"></audio><br><br>
<a href="courses/how-to-write-a-cv-in-english-ebook.zip" download>
<button style="background-color: purple; width:800px ;color: white">Download printed book</button></a>
<a href="courses/how-to-write-a-cv-in-english.pdf" target="_blank">
<button style="background-color: rebeccapurple; width:800px ;color: white">Read book in full screen</button></a>
<a href="courses/how-to-write-a-cv-in-english-sound.zip" download>
<button style="background-color: lavender;">Download audio book</button></a>
</td></tr>
</table>
<br>
<hr width=60%> <hr width=60%>
<br>
<!--video-->
<div align=center>
<h2>our chosen COURSE of this week</h2>
<h4><em>WE choose Table lesson from this course to be highlighted in this week </em></h4>
<h1 style="color:hotpink">7- HTML- table</h1><p style="color: gray">Arabic course for learning HTML from The New Baghdad YouTube channel</p><video width="60%" height="15%" controls>
<source src="courses/07.7-%20HTML-%20table%20%D8%AC%D8%AF%D9%88%D9%84.mp4"></video>
<hr width=60%>
<p><strong>exercise:</strong> after this lesson try making this table to as training
Tables in HTML</p>
<table border="1" style="border-collapse: collapse;text-align: center" width=80% align=center>
<tr>
<td colspan="2">1</td>
<td>2</td>
<td>3</td>
<td rowspan="4">4</td>
<td>5</td>
<td>6</td>
</tr>
<tr>
<td>7</td>
<td rowspan="2">8</td>
<td colspan="2">9</td>
<td colspan="2">10</td>
</tr>
<tr>
<td>11</td>
<td>12</td>
<td>13</td>
<td>14</td>
<td>15</td>
</tr>
<tr>
<td>16</td>
<td>17</td>
<td>18</td>
<td>19</td>
<td>20</td>
<td>21</td>
</tr>
<tr>
<td>22</td>
<td>23</td>
<td colspan="2">24</td>
<td>25</td>
<td colspan="2">26</td>
</tr></table>
<h3>See full course and other good course of this channel in youtube</h3>
<a href="https://www.youtube.com/user/alxs1aa/playlists" target="_blank">
<button style="background-color: palevioletred; width:800px ;color: white">The New Baghdad YouTube channel</button></a>
<a href="https://www.youtube.com/watch?v=iY1rxyxBoy4&index=7&list=PLF8OvnCBlEY37hfjvXvqnutMJ82QU5g2d" target="_blank">
<button style="background-color: pink;">This course playlist</button></a>
<a href="courses/07.7-%20HTML-%20table%20%D8%AC%D8%AF%D9%88%D9%84.mp4.zip" download>
<button style="background-color: lavender;">Download this lesson</button></a>
</div>
<br>
<hr><hr>
<!--WEBSITES-->
<div align="center" style="text-align: center;background-color:gainsboro;padding:20px">
<h2>Other fantastic Websites offer fantastic Courses</h2>
<table border="2px solid black" style="border-collapse: collapse;background-color: ghostwhite" align="center" width=70%>
<tr><th style="background-color: crimson;color: white">department</th><th style="background-color: crimson;color: white">websites</th></tr>
<tr><td>programming & code</td>
<td> <a href="https://www.w3schools.com/" target="_blank">w3schools</a><br>
<a href="https://www.codecademy.com/" target="_blank">codecademy</a><br>
<a href="https://elzero.org" target="_blank">elzero</a> </td>
<tr><td >design</td>
<td>
<a href="https://blog.spoongraphics.co.uk/category/tutorials" target="_blank">spoongraphics</a><br>
<a href="https://abduzeedo.com/tutorials" target="_blank">abduzeedo</a><br>
<a href="https://www.photoshopessentials.com/" target="_blank">photoshopessentials</a></td></tr>
<tr ><td >books</td>
<td> <a href="https://www.kutub.info" target="_blank">kutub</a><br>
<a href="https://manybooks.net/" target="_blank">manybooks</a></td> </tr>
<tr><td>General</td>
<td>
<a href="http://www.coursat.org" target="_blank">coursat</a><br>
<a href="https://alison.com/" target="_blank">alison</a><br>
<a href="https://www.maharah.net/" target="_blank">maharah</a></td></tr>
</table>
</div>
<footer><hr><hr>
<p style="float: left"> <img src="basic_icons/logo.png" height=100px style="float: left;padding-right: 10px"><strong>FREE</strong><br> is
<em>resource of resources</em> to help designers and beginners to have place for free resources in one place without worry about licenses of works .
Our web site is community for any one want to give the world his work for free to help learning and improve their skills .IF you want to be part of this community feel free having your account </p></footer>
</body>