-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sop.html
59 lines (50 loc) · 2.61 KB
/
Sop.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
<!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>Document</title>
<link rel = "stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Scan My Machine</h1>
</header>
<nav>
<ul>
<li id="Home"><a href="#home">HOME</a></li>
<li id="Sop"><a href="#sop">SOP</a></li>
<li id="Maint Details"><a href="#MAINT DETAILS">MAINT. DETAILS</a></li>
<li id ="Button"><input placeholder="Search" type="text"><button type="submit"><a href="#"><img src="pngtree-vector-search-icon-png-image_320926.jpg
" alt="" width="15px"></a></button></li>
<li id="Login">
<a href="#login">LOGIN</a>
<img src="download.jpg" alt="Login" width="15px">
</li>
</ul>
</nav>
<div class="head">
<h3 style="color: aliceblue;">GAS CUTTING TORCH</h3>
</div>
<div class="main">
<div class="cont-left">
<img src="11-42_orig.jpg" alt="loading" width="400px" height="250 px">
</div>
<div class="cont-right">
<h3>Description</h3>
<p style="width: 689px; letter-spacing: 2px;line-height-step: 5px;">Oxy-fuel welding (commonly called oxyacetylene welding, oxy welding, or gas welding in the United States) and oxy-fuel cutting are processes that use fuel gases (or liquid fuels such as gasoline or petrol, diesel, bio diesel, kerosene, etc) and oxygen to weld or cut metals. French engineers Edmond Fouché and Charles Picard became the first to develop oxygen-acetylene welding in 1903.[1] Pure oxygen, instead of air, is used to increase the flame temperature to allow localised melting of the workpiece material (e.g. steel) in a room environment. A common propane/air flame burns at about 2,250 K (1,980 °C; 3,590 °F),[2] a propane/oxygen flame burns at about 2,526 K (2,253 °C; 4,087 °F),[3] an oxyhydrogen flame burns at 3,073 K (2,800 °C; 5,072 °F) and an acetylene/oxygen flame burns at about 3,773 K (3,500 °C; 6,332 °F).</p>
</div>
</div>
<div class ="video-container">
<div class="video">
<h2 class="head">SOP</h2>
<h3 class="head1">(Standard Operating procedure)</h1>
<video src="Sop.mp4" controls height="400"width="600"></video>
</div>
<div class="maint">
<h3 style="width: 264px;">Maintanance details</h3>
</div>
</div>
</body>
</html>