-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEletricidade.html
100 lines (59 loc) · 2.96 KB
/
Eletricidade.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="CSS/topnav.css">
<link rel="stylesheet" type="text/css" href="CSS/Eletricidade.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width; initial-scale=1.0;">
<meta charset="utf-8" />
<title>Vigiel</title>
</head>
<header>
</header>
<body media='all' class="C_imagens" style=" margin: 0 auto; padding: 0;background-image: url(images/background.svg);">
<!-- Navigation Bar -->
<div class="barra">
<div class="hamburguer">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li class="dropdowns">
<a href="javascript:void(0)" class="dropbtn">Projetos</a>
<div class="dropdown-contents">
<a href="Eletricidade.html" class="active">Eletricidade</a>
<a href="Vigilancia.html">Vigilancia</a>
<a href="Corretor_De_Fator_De_Potencia.html">corretor de fator de Potencia</a>
</div>
</li>
<li><a href="Quem_Somos.html">Quem Somos</a></li>
<li><a href="Portefolio.html">Portefolio</a></li>
<li><a href="Contactos.html">Contactos</a></li>
</ul>
<!-- Navigation Bar -->
<div class="setor1">
<div style="margin: 2%">
<h1 class="titulo01" style="text-align: left; color: tomato; font-size: 400%">Intalações Elétricas </h1>
<h2 class=" " style=" ">A vigiel é uma empresa com vários anos de experiencia, somos a equipa ideal para a sua empresa ou para a sua habitação particular </h2>
</div>
<img src="images/electrician.jpg " type="image/jpg " width="100%" style="">
</div>
<div class="setor2">
<img src="images/light-bulb.jpg " type="image/jpg " width="80%">
<div style="margin: 1% ">
<h1></h1>
<h1 style="text-align: left; color: tomato; font-size: 40">Um serviço diferenciado na Qualidade e na Excelência</h1>
</div>
</div>
<script src="https://unpkg.com/[email protected]/dist/aos.js "></script>
<script src="Scripts/index.js "></script>
<script src="Scripts/topnave.js "></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js "></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js "></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js "></script>
</body>
</html>