-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (67 loc) · 2.05 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
<!DOCTYPE html>
<html>
<head>
<title>My Szweb</title>
<link rel="stylesheet" href="style.css">
<style>
body {
font-family: sans-serif;
padding-top: 20px;
;
text-align: left;
}
h1 {
color: blue;
}
img {
border: solid 5px white;
box-shadow: 0 0 1px 1px #efefef;
width: 300px
}
p {
color: gray;
line-height: 1.5em;
max-width: 500px;
}
a.social {
color:#666;
font-weight: 600;
text-decoration: none;
}
</style>
<body>
<h1> Petroleum Production Technology </h1>
<h2> Introduction </h2>
<marquee scrollamount="4" direction="left">
<img src="IMG-20221230-WA0005.jpg " width="300" height="300 " alt="site" />
<img src="DALL·E 2023-02-03 18.06.14.png" width="300" height="300 " alt="SRP" />
<img src="Capture.PNG" width="300" height="300 " alt="SRP" />
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQhRHKlp73rHLJkS96MDXoANLQjw-SMO60T3hqgIVjhH6PBjSXbRCqZwSs0eJR-8b3bLA&usqp=CAU"
width="300" height="300 " alt="esP" />
</marquee>
<p>
The process of production involves the <strong> <em>extraction </strong></em></strong> of hydrocarbons, through the
differents operations such as <br> completion,well intervention ,stimulation and artificial
lift with minimum <strong> <em>cost</em> </strong> and <strong><em>safely</em></strong> manner.
<br> the produced crude goes then through the separation process
</p>
<video src="well.mp4"controls></video>
<h3> Methods of Artificial Lifts </h3>
<p>
Beam Pump <br>Electric Submersible Pumps <br> Gas Lift <br> Hydraulic Pumps <br>
</p>
<br><br>
<a href="link.html">Explorer</a>
<br>
references:
<ul>
<li> reference1</li>
<li> reference2</li>
</ul>
<br>
<p><a href="https://www.linkedin.com/in/sara-ziouani-34a50866/" >LinkedIn</a>
<p><a href="https://github.com/diamoisara/" >Github</a>
</body>
</head>
</html>