-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProducts.html
More file actions
154 lines (141 loc) · 5.13 KB
/
Products.html
File metadata and controls
154 lines (141 loc) · 5.13 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!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.0, maximum-scale=1.0, user-scalable=0"
/>
<title>Inet Services</title>
<link rel="stylesheet" href="src/css/reset.css" />
<link rel="stylesheet" href="src/css/grid.css" />
<link rel="stylesheet" href="src/css/products.css" />
</head>
<body>
<!-- BEGIN HEADER -->
<header id="header" class="main_header">
<div class="nav-width">
<div class="Logo">
<a href="index.html"
><img src="src/images/Logo.png" class="Icon-logo"
/></a>
</div>
<nav>
<ul>
<li><a href="Services.html ">Services</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Partners.html">Partners</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Blog.html">Blog</a></li>
<li><a href=" Contact.html">Contact</a></li>
<li><a href="FAQ.html">FAQ</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- END HEADER -->
<!-- BEGIN MAIN -->
<main class="mainContainer">
<div class="products-blog">
<img src="src/Images/Thumbmail.png" id="Thumbnail-photo">
<img src="src/Images/Icons.png" id="Icons-1">
<h1>PNF-9010RV</h1>
<ul>
<img src="src/Images/1.png">
<img src="src/Images/2.png">
<img src="src/Images/3.png">
</ul>
</div>
<div class="other-products">
<h1>Shiko Produktet tjera</h1>
<div class="other-products-hr"><hr></div>
<article class="article">
<div class="picPart">
<a href="Services.html"> <img src="src/Images/Image1.png"></a>
</div>
<hr>
<div class="textPart">
<h3 class="box_title"> FIRERAY50 & FIRERAY100</h3>
<p>Infra-red transmitter and receiver in a common housing and a reflective prism.</p>
</div>
</article>
<article class="article">
<div class="picPart">
<img src="src/Images/Image1.png">
</div>
<hr>
<div class="textPart">
<h3 class="box_title"> FireRay3000 Optical Beam Detector</h3>
<p>Ideal for applications where line of </p>
</div>
</article>
<article class="article">
<div class="picPart">
<img src="src/Images/Image1.png">
</div>
<hr>
<div class="textPart">
<h3 class="box_title">FireRay5000 Beam Detector System</h3>
<p>Motorised, auto aligning infrared </p>
</div>
</article>
<article class="article">
<div class="picPart">
<img src="src/Images/Image1.png">
</div>
<hr>
<div class="textPart">
<h3 class="box_title">Accessories</h3>
<p>Accessories for FireRay beam smoke detectors. Includes mounting accessories</p>
</div>
</article>
</div>
</main>
<!-- END MAIN -->
<!-- BEGIN FOOTER -->
<footer id="footer" class="main_footer">
<div class="inet-footer">
<img src="src/Images/Logo.png" class="footer-logo" />
<nav>
<ul>
<li><a href="Services.html ">Projects</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Partners.html">Partners</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Blog.html">Blog</a></li>
<li><a href=" Contact.html">Contact</a></li>
</ul>
</nav>
<div class="footer-icons">
<h1>Follow us:</h1>
<a href="https://twitter.com/"
><img src="src/Images/Path 56.png"
/></a>
<a href="wwww.facebook.com" target="_blank"
><img src="src/Images/Path 57.png"
/></a>
<a href="www.instagram.com" target="_blank">
<img src="src/Images/Group 19.png"
/></a>
<a href="#" target="_blank">
<img src="src/Images/Path 232.png"
/></a>
</div>
<div class="horizontal-line">
<span>© 2019 Inet Kosova . All Rights Reserved.</span>
</div>
</div>
<div class="footer-policy">
<p>Terms & Conditions</p>
<p>Privacy Policy</p>
</div>
</div>
</footer>
<!-- END FOOTER -->
<!-- SCRIPTS -->
<script src="src/js/main.js" type="text/javascript"></script>
</body>
</html>