-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (61 loc) · 2.8 KB
/
index.html
File metadata and controls
66 lines (61 loc) · 2.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Profssional 3D visualization and animation services- viscato.com</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<div class="header_left">
<img src="images/logo.png" title="viscato" alt="Viscato Logo">
</div>
<div class="header_right">
<ul>
<li><a href="#">PORTFOLIO</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">PRICES</a></li>
<li><a href="#">Yuppy</a></li>
<li><a href="#">CAREER</a></li>
<li><a href="#">BLOG</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</div>
</div>
<div class="image_section">
<img src="images/img_00.jpg" alt="courosel images">
</div>
<div class="text_heading">
<h1>YOU ARE IN THE RIGHT PLACE TO FIND THE 3D VISUALIZATION SERVICES
YOU WERE ALWAYS LOOKING FOR</h1>
</div>
<div class="text_paragraph">
<h3>You will finally be able to see in reality what you could have only imagined before. We will create for you advanced photorealistic 3D visualization in great value for money and always on time. You will be able to show your clients high-end materials produced with a great attention to detail.</h4>
</div>
<div class="text_heading2">
<h1>OUR SERVICES</h1>
</div>
<div id="blocks">
<div class="left_block">
<ul>
<li>3D Modeling</li>
<li>3D Product Renderings</li>
<li>3D Floor Plans</li>
<li>3D Exterior Visualizations</li>
<li>3D Interior Visualizations</li>
<li>3D VR Staging</li>
<li>3D Animations</li>
<li>3D VR Walkthrough</li>
</ul>
</div>
<div class="right_block">
We provide high quality, photorealistic 3D visualization services at affordable prices.
We put attention to every detail in the project to meet your expectations and satisfy you with the results.
On our regular basis, we cooperate with architects, interior designers, housing developers and manufacturers from around the world.
Our Artists usually put the clients’ ideas into reality, but we are also open to help you develop and master the design.
Our pricing system is simple and allows you to evaluate the approximate costs on your own, however, please contact us to get the individually prepared offer and discuss the particulars of your 3D project.
</div>
</div>
</body>