-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (48 loc) · 1.28 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>RN IMPRESSORAS</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<div class="content" >
<div class="banner-top">
<img src="assets/img/rnLogo.png" style="margin: 10px 0 0 10px;" >
<div class="navbar" >
<a href="servicos.html" >SERVIÇOS</a>
<!--<a href="#" >SOBRE</a>-->
<a href="#" >CONTATO</a>
</div>
<div class="msg">
</div>
<div class="texto" >
<article>
<p>Av. 7 de Setembro, 276</p>
<p>Centro</p>
<p>Jaboticabal SP</p>
<p>Fones</p>
<p>(16) 3202 8728</p>
<p>(16) 99238 1815</p>
<a href="mailto:[email protected]">vendas@rnimpressoras</a>
</article>
</div>
</div>
<div class="allBlocks" >
<img src="assets/img/CMYK_FORMAS.png" height="494" width="298">
<img id="cmykTexto" src="assets/img/CMYK_TEXTOS.png" height="494" width="298">
</div>
<div class="banner-down">
<div class="marks" style="margin: 10px 0 0 10px;">
<img src="assets/img/epson.png">
<img src="assets/img/hp.png">
<img src="assets/img/canon.png">
<img src="assets/img/samsung.png">
<img src="assets/img/lexmark.png">
<img src="assets/img/xerox.png">
<img src="assets/img/brother.png">
</div>
</div>
</div>
</body>
</html>