-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpast-perfect-con.html
104 lines (100 loc) · 4.69 KB
/
past-perfect-con.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
<!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>Past Perfect Simple</title>
<!-- Awesome Font Icon -->
<link rel="stylesheet" href="/css/all.min.css">
<!-- 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/all-grammar.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="/index.html">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 Grammar -->
<div class="grammar">
<div class="container">
<h1 class="page-title title">When should I use the Past Perfect Continuous?</h1>
<a href="/grammar-img/past-perfect-continuous.jpg"><img src="/grammar-img/past-perfect-continuous.jpg" alt=""></a>
<p> 1: Something that started in the past and continued up to another action or time in the past.
The past perfect continuous tells us 'how long', just like the present perfect continuous, but this time
the action continues up to a point in the past rather than the present.
Usually we use 'for + time'. (We can also use the <a href="/Grammar/B2/past-perfect.html">past perfect simple</a> here, often with <a href="#">stative verbs</a>.)</p>
<li>She had been working at that company for a year when she met James.</li>
<li>I'd been walking for hours when I finally found the house.</li>
<li>We'd been living in Berlin for three months when we had to leave.</li>
<p>2: Something that finished just before another event in the past. This is usually used to show a result at a time in the past.
It's very similar to the <a href="#">present perfect continuous</a>, but the action finishes before another time in the past, rather than finishing before the present.</p>
<li>The pavement was wet, it had been raining. (The rain had finished before the time I'm describing in the past. We could see the result of the rain.)</li>
<li>The children had been playing and so the room was a mess!</li>
<li>I'd been working before I saw you and that's why I was really tired.</li>
</div>
</div>
<!-- End Grammar -->
<!-- Start Words Box -->
<div class="words-box">
<div class="container">
<h3>The Words Which I should Learn It</h3>
<p>{}</p>
</div>
</div>
<!-- End Words Box -->
<!-- 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>