-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
81 lines (73 loc) · 3.96 KB
/
Copy pathabout.html
File metadata and controls
81 lines (73 loc) · 3.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<!-- Below styles for social buttons, but designer can use his own styles, it just a sample! -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>ABOUT US - INOVA</title>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/about_style.css"/>
</head>
<body>
<header>
<h1 class="logo">INOVA</h1>
<nav>
<ul class="header-menu">
<li><a href=index.html>home</a></li>
<li class="active">About us</li>
<li><a href="staff.html">Our staff</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Registration & contact</a></li>
</ul>
</nav>
<form name="search" action="#" method="get">
<input class="search" type="text" placeholder="Search..."><button class="search_button" type="submit">GO</button>
</form>
</header>
<main>
<h2>who are we ?</h2>
<div class="about-us">
<p>We are an investment company specializing in frugal innovation and connecting innovators with investors.
<p><i>“Necessity is the mother of invention”...</i></p> We now live in a developed world and the markets need to be constantly
renewed to suit the consumer and facilitate his daily life. Do you have a specific idea or product that you think
is a good idea and serves humanity, but do not know where to begin from?</p>
<h3>We are here for you</h3>
<P>Before starting there are certain requirements that you should think about before presenting your product or idea like:</P>
<ul>
<li>Is it useful? </li>
<li>Does It serve mankind and is necessary and meets the needs of the consumer?</li>
<li>Is it expensive or can it be produced effectively and cost-effectively?</li>
<li>Is it something desirable and attracts attention to it, in another sense that is it easy to sale?</li>
</ul>
<p>If the previous points are met, all you have to do now is to display your product to us, and we have a specialized
committee with qualified people and long experience in innovation, that will analyze the product and help you make it
available by following the following steps:</p>
<ul>
<li>Focusing on the primary function of the product and canceling all unnecessary excesses.</li>
<li>Reducing complexity, making it desirable and user-friendly.</li>
<li>Trying to reduce production costs as much as possible.</li>
<li>The most important point is to find a specific group of consumers who need this product or idea and direct it to it.</li>
</ul>
<h3>After achieving the previous steps, our active role comes.</h3>
<p><i><strong>Inova</strong> has a wide network of public relations and is in constant contact with companies that
want to invest in new products and ideas, and here comes our effective role by connecting the owner of the idea with
the company wishing to invest and wishing success for both parties.</p>
<p>Don’t hesitate to reach out to us and you will make your idea came true.</i></p>
</div>
</main>
<footer class="footer">
<div class="upper_footer">
<h1 class="logo_footer">INOVA</h1>
<div class="social">
<h3>Social networks</h3>
<a href="http://facebook.com/" class="fa fa-facebook" target="new" title="facebook.com" style="font-size: 25px; color: white;"></a>
<a href="http://instagram.com/" class="fa fa-instagram" target="new" title="instagram.com" style="font-size: 25px; color: white;"></a>
<a href="http://twitter.com/" class="fa fa-twitter" target="new" title="twitter.com" style="font-size: 25px; color: white;"></a>
<a href="http://youtube.com/" class="fa fa-youtube" target="new" title="youtube.com" style="font-size: 25px; color: white;"></a> </div>
</div>
<div class="copyright-text"><p>INOVA © 2020 All rights reserved</p></div>
</footer>
</body>
</html>