-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdgbconstruction.html
85 lines (67 loc) · 3.2 KB
/
dgbconstruction.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Construction - DGB</title>
<link rel="icon" href="images/title.png" type="image/png type">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="css/services.css" rel="stylesheet">
<link href="css/header.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
<link href="css/More-Less.css" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css-master/animate.min.css">
<link rel="stylesheet" href="css/fakeLoader.js-master/dist/fakeLoader.min.css">
<link
href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<div id="large-header" class="large-header" style="max-height: 500px;">
<h1 class="main-title" style="text-transform: none;">DGB Construction</h1>
<video autoplay muted loop id="myVideo">
<source src="videos/abc.mp4" type="video/mp4">
</video>
</div>
</header>
<div class="header-border"></div>
<section style="width: 80%; margin-left: auto;margin-right: auto;">
<div class="service-section container">
<div class="row" style="margin-top: 25px; margin-left: auto;margin-right: auto;">
<div class="csi-body">
<h5>About</h5>
<div class="divider-line-center"></div>
</div>
</div>
We do general construction in public/private sectors. We deal in the following areas:
<div style="margin-top: 25px; margin-left: auto;margin-right: auto;">
<li style="color: black;">Concrete Footing/foundation</li>
<li style="color: black;">Waterproofing</li>
<li style="color: black;">Brick replacement </li>
<li style="color: black;">Caulking</li>
<li style="color: black;">Stucco</li>
<li style="color: black;">Grinding/pointing</li>
<li style="color: black;">Paving</li>
<li style="color: black;">Concrete / Granite steps</li>
<li style="color: black;">Painting</li>
</div>
</div>
</section>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/TweenLite.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/EasePack.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>