-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (119 loc) · 5.29 KB
/
index.html
File metadata and controls
119 lines (119 loc) · 5.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vaultico</title>
<link rel="stylesheet" href="display.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
<body>
<div class="header">
<div class="Vaultico-logo">
<img src="./images/logo.png" alt="">
</div>
<div class="about-us">
<div><a href=""><span style="color: #065666;">Home</span></a></div>
<div><a href="">Solutions </a><img src="./images/dropdown.png" alt=""></div>
<div><a href="">Your work</a><img src="./images/dropdown.png" alt=""></div>
<div><a href="">Company</a><img src="./images/dropdown.png" alt=""></div>
</div>
<div class="green-button start">
<a href="">Request a Demo</a>
<img src="./images/icon.png" alt="" height="24px" width="24px">
</div>
<div class="grid">
<img src="./images/ic_round-menu.png" alt="">
</div>
</div>
<div class="sub-head">
<div class="first-head">
<h2>The World's Leading Business Valuation Software</h2>
</div>
<div class="first-para">
<p>Valutico provides the financial services industry and valuation experts with data-driven tools to perform accurate company valuations faster and more accurately than ever before.</p>
</div>
<div class="two-buttons">
<div class="green-button sub-h">
<a href="">Request a Demo</a>
<img src="./images/icon.png" alt="" height="24px" width="24px">
</div>
<div class="green-button login">
<a href="">Sign up/Login</a>
</div>
</div>
</div>
<div class="general-img">
<img src="./images/genimg.png" alt="">
</div>
<div class="financial-firms">
<div class="firms-word">
<h2>Trusted by Hundreds of Financial Firms in 75 Countries</h2>
<p>Our team of more than 50 employees is globally distributed and serves both national and international clients in over 75 countries.</p>
</div>
<div class="firm-img">
<div><img src="./images/Frame 1.png" alt=""></div>
<div><img src="./images/Frame 2.png" alt=""></div>
<div><img src="./images/Frame 3.png" alt=""></div>
<div><img src="./images/Frame 4.png" alt=""></div>
<div><img src="./images/Frame 5.png" alt=""></div>
<div><img src="./images/Frame 6.png" alt=""></div>
<div><img src="./images/Frame 7.png" alt=""></div>
<div><img src="./images/Frame 8.png" alt=""></div>
<div><img src="./images/Frame 9.png" alt=""></div>
<div><img src="./images/Frame 10.png" alt=""></div>
<div><img src="./images/Frame 11.png" alt=""></div>
<div><img src="./images/Frame 12.png" alt=""></div>
</div>
</div>
<div class="question">
<div class="big-question">
<h2>Why Valutico?</h2>
<p>An award-winning fintech providing a range of company valuation solutions, Valutico provides the financial services industry and valuation experts with data-driven tools.</p>
</div>
<div class="three-answers">
<div class="answers one">
<h2>Secure</h2>
<p>Private by default, creating a safe space around your projects and your data.</p>
</div>
<div class="answers two">
<h2>Reliable</h2>
<p>Created by valuation experts for valuation professionals.</p>
</div>
<div class="answers three">
<h2>Dedicated to your success</h2>
<p>24/7 support and multi-language capabilities to support your needs.</p>
</div>
</div>
</div>
<div class="valuations">
<h2>Accurate Valuations in Minutes</h2>
<p>Find the company data you need in seconds, with 3TB of global financial data featuring almost 1 million transactions and over 50,000 thousand comparable peers</p>
</div>
<div class="perks">
<div class="perk-list">
<div class="list i">
<h2>Personalise Your Reports</h2>
<p>Save hours transferring results from spreadsheet to slides, by exporting your results to Powerpoint and Word templates effortlessly.</p>
</div>
<div class="list ii">
<h2>28 Valuation Method Options</h2>
<p>From loss-making companies to mature enterprises, and from startups to SME's, value businesses of any type using multiple valuation methods.</p>
</div>
<div class="list iii">
<h2>Fast Access to Premium Data</h2>
<p>Access the most highly-trusted global databases of company financial data to locate the figures you need.</p>
</div>
</div>
<div class="perk-img">
<img src="./images/hand.png" alt="">
</div>
</div>
<div class="end-button">
<div class="green-button end">
<a href="">Request a Demo</a>
<img src="./images/icon.png" alt="" height="24px" width="24px">
</div>
</div>
</body>
</html>