-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVigilancia.html
109 lines (63 loc) · 3.15 KB
/
Vigilancia.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
105
106
107
108
109
<html>
<head>
<meta name="viewport" content="width=device-width; initial-scale=1.0;">
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="CSS/topnav.css">
<link rel="stylesheet" href="CSS/Vigilancia.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<!-- icons -->
<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">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</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 class="active"><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">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="text-center ">
<H1 style="color:red; ">Gosta de se sentir seguro?</H1>
</div>
<div class="text-center">
<H3 style="color:whitesmoke; ">Garantimos a sua segurança, para que não se tenha de preocupar com a sua propriedade</H3>
<div class="container">
<div class="col-md-6 ">
<img src="images/Vig_1.jpg " class="img-fluid" style="width:50%;background-color: gray; " alt="Security Camera">
</div>
<div class="col-md-5 ">
<img src="images/Vig_2.jpg " class="img-fluid" style=" " alt="Electric Fence">
</div>
</div>
</div>
<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>
<script>
AOS.init();
</script>
</body>
</html>