-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·97 lines (93 loc) · 4.66 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
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>PRINCIP AI | AI-Driven Research and Development Company</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto+Slab:700'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Montserrat:400,700'><link rel="stylesheet" href="/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="wrapper">
<canvas id="stars"></canvas>
<canvas id="principai"></canvas>
<div class="container">
<div class="template color-yellow" data-template="home">
<main>
<h1>
<span>AI-Driven <mark><b>Research</b></mark> and</span>
<span><mark><b>Development</b></mark> Company</span>
</h1>
<div class="p">
<span>Innovate Tomorrow, Powered by AI Today</span>
</div>
<div class="links">
<a class="link color-green" id="about" title="About">About</a>
<a class="link color-yellow" id="contact" title="Contact">Contact</a>
<a class="link color-red" id="projects" title="Projects">Projects</a>
</div>
<div class="content about">
<div class="content-group">
<span>
At Princip AI, we transcend traditional consultancy -<b>we architect AI-driven solutions</b>, forging new paths in <b>research and development</b>.
Specializing in AI, we seamlessly blend creativity and technical expertise to transform your ideas into reality.
Our mission is clear: empower individuals and businesses with revolutionary <mark><b>AI solutions</b></mark>.
Whether you're a visionary entrepreneur with an AI concept or a business aiming for digital transformation,
consider us your dedicated technical partner, propelling you into the future.
</span>
</div>
</div>
<div class="content contact">
<div class="content-group">
<i class="fa-solid fa-paper-plane"></i> <span>[email protected] </span>
</div>
<div class="content-group">
<i class="fa-brands fa-whatsapp"></i> <span>+(44) 7849 233415 </span>
</div>
<div class="content-group">
<i class="fa-solid fa-location-dot"></i>
<span>
Devonshire House One Mayfair Place W1J 8AJ,
Mayfair, London,
UK
</span>
</div>
</div>
<div class="content projects">
<div class="content-group">
<span>
Our first product in the field of AI-based cutting-edge technology is being developed in-house by our team of expert engineers.
Soon, we will make it available to the public with the <b><u>beta</u></b><u> version</u>.
</span>
</div>
</div>
</main>
<footer>
<div class="links">
<a class="link small alt" href="https://facebook.com/princip-ai" title="Facebook (@princip-ai)" target="_blank">Facebook</a>
<a class="link small alt" href="https://twitter.com/princip_ai" title="Twitter (@princip_ai)" target="_blank">Twitter</a>
<a class="link small alt" href="https://youtube.com/@princip-ai" title="Youtube (@princip-ai)" target="_blank">Youtube</a>
<a class="link small alt" href="https://github.com/princip-ai" title="GitHub (@princip-ai)" target="_blank">GitHub</a></div>
</footer>
</div>
<div class="loading" id="identity" title="Princip AI | AI-Driven R & D Company">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<a class="loading" id="signature" href="https://principai.co/" title="Go to home" target="_blank"></a>
</div>
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.3/mobile-detect.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/r72/three.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js'></script>
<script src='//malihu.github.io/custom-scrollbar/jquery.mCustomScrollbar.concat.min.js'></script><script src="/scripts/script.js"></script>
</body>
</html>