-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (211 loc) · 7.8 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!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>English Page</title>
<!-- Awesome Font Icon -->
<link rel="stylesheet" href="./css/all.min.css" />
<!-- Top Icon -->
<link rel="shrtcut icon" type="image/svg" href="./icons/dictionary.png" />
<!-- Normalize file -->
<link rel="stylesheet" href="./css/normalize.css" />
<!-- Google Font Links -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=Bangers&family=Bungee+Shade&family=Lobster&family=Reem+Kufi&family=Work+Sans:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- Style File -->
<link rel="stylesheet" href="./css/master.css" />
</head>
<body>
<!-- Start Scroll up button -->
<div class="Scroll-up">
<div class="container">
<a href="#home" class="Scroll-up">مجيد</a>
</div>
</div>
<!-- End Scroll up button -->
<!-- start Header -->
<div class="header" id="home">
<div class="container">
<div class="logo"><a href="/index.html">البيراوي</a></div>
<div class="links">
<div class="icon">
<span></span>
<span></span>
<span></span>
</div>
<ul class="nav">
<li><a href="#home">home</a></li>
<li><a href="grammar.html">Grammar</a></li>
<li class="skills">
<a href="#skills">Skills</a>
<ul class="skills-nav">
<li><a href="/Skills/listening.html">Listening</a></li>
<li><a href="/Skills/reading.html">Reading</a></li>
<li><a href="/Skills/writing.html">writing</a></li>
<li><a href="/Skills/speaking.html">Speaking</a></li>
</ul>
</li>
<li><a href="#vocablary">Vocablary</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- End Header -->
<!-- Start Landing Section -->
<div class="landing">
<div class="intro-text">
<h1>Welcome To Your English Library</h1>
</div>
</div>
<!-- End Landing Section -->
<!-- Start Grammer -->
<div class="grammer-home" id="grammer">
<div class="container">
<h2 class="special-heading">Grammar</h2>
<p>Grammar is the key to language</p>
<div class="grammer-content grid-2">
<div class="grammer-card">
<h3>All Conditional</h3>
<p>
There are four types of conditional sentences.It’s important to
use the correct structure for each of these different conditional
sentences because they express varying meanings.
</p>
<a href="/Grammar/B2/all-conditional.html">Read More</a>
</div>
<div class="grammer-card">
<h3>Past Modals</h3>
<p>
In English, modal verbs of probability are helping verbs, also
known as auxiliary verbs, which indicate possibility, obligation,
permission and ability.
</p>
<a href="/Grammar/B2/past-modals.html">Read More</a>
</div>
<div class="grammer-card">
<h3>Articles</h3>
<p>
English has two articles: the and a/an. The is used to refer to
specific or particular nouns; a/an is used to modify non-specific
or non-particular nouns. We call the the definite article and a/an
the indefinite article.
</p>
<a href="/Grammar/B2/articles.html">Read More</a>
</div>
</div>
</div>
</div>
<!-- End Grammer -->
<!-- Satrt Skills -->
<div class="skills-home" id="skills">
<div class="container">
<h2 class="special-heading">Skills</h2>
<p>Grammar is the key to language</p>
<div class="skills-content grid-2">
<div class="card">
<div class="text">
<div class="imgBx" data-text="Listening">
<img src="./icons/listening.png" alt="" />
</div>
<p>
Here you can find activities to practise your listening skills.
Listening will help you to improve your understanding of the
language and your pronunciation.
</p>
<a href="Skills/listening.html">Read More</a>
</div>
</div>
<div class="card">
<div class="text">
<div class="imgBx" data-text="Reading">
<img src="./icons/read.png" alt="" />
</div>
<p>
Here you can find activities to practise your reading skills.
Reading will help you to improve your understanding of the
language and build your vocabulary.
</p>
<a href="Skills/reading.html">Read More</a>
</div>
</div>
<div class="card">
<div class="text">
<div class="imgBx" data-text="Writing">
<img src="./icons/blogger.png" alt="" />
</div>
<p>
Here you can find activities to practise your writing skills.
You can improve your writing by understanding model texts and
how they're structured. <br /><br />
</p>
<a href="Skills/writing.html">Read More</a>
</div>
</div>
<div class="card">
<div class="text">
<div class="imgBx" data-text="Speaking">
<img src="./icons/talking.png" alt="" />
</div>
<p>
Here you can find activities to practise your speaking skills.
You can improve your speaking by noticing the language we use in
different situations and practising useful phrases.
</p>
<a href="Skills/speaking.html">Read More</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Skills -->
<!-- Start Vocablary -->
<div class="vocablary-home" id="vocablary">
<div class="container">
<h2 class="special-heading">Vocablary</h2>
<p>Grammar is the key to language</p>
<div class="vocablary-content grid-2">
<div class="image">
<img src="images/vocablary.jpg" alt="" />
</div>
<div class="text">
<p>
Memorizing words and books is an important part of reading. It
helps kids get familiar with the most common words. It also helps
them become aware of the rhythm and sounds of sentences
</p>
<hr />
<a href="/vocablary/main-vocablary.html"
>Start With important words</a
>
</div>
</div>
</div>
</div>
<!-- End Vocablary -->
<!-- Start Contact -->
<div class="contact-home" id="contact">
<div class="container">
<h2 class="special-heading">Contact</h2>
<p></p>
<div class="contact-content">
<div class="lable">We have the honor to write to us:</div>
<a href="mailto:majeedmousa0@gmail.com" class="email"
>majeedmousa0@gmail.com</a
>
<div class="social-media">
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<!-- End Contact -->
</body>
</html>