-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
180 lines (150 loc) · 7.37 KB
/
about.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Algorithm Innovation</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
</head>
<body>
<header class="header">
<h3>Algorithm Innovation</h3>
<nav class="navbar">
<ul class="navbar-list">
<li><a class="navbar-link" href="index.html">Home</a></li>
<li><a class="navbar-link" href="about.html">About</a></li>
<li><a class="navbar-link" href="services.html">Services</a></li>
<li><a class="navbar-link" href="projects.html">Projects</a></li>
<li><a class="navbar-link" href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div class="mobile-navbar-btn">
<ion-icon nname="menu-outline" class="mobile-nav-icon"></ion-icon>
<ion-icon name="close-outline" class="mobile-nav-icon"></ion-icon>
</div>
</header>
<div>
<div style="margin-bottom: -155px; padding-bottom: 150px;"></div>
</div>
<div class="about-main">
<div class="about-main-image">
<img src="images/about.jpeg" alt="Team Collaboration" class="carousel-img">
</div>
<h2 id="mainsections">About Us</h2>
<div id="sectionborder"></div>
<div class="about-desc">
<p> At Algorithm Innovation, we stand at the forefront of software development in South Tyrol, blending cutting-edge technology with a modern approach to work and an unwavering focus on detail. Our expertise lies in crafting intuitive, automated, and secure solutions designed to streamline your IT infrastructure. From the ground up, we design, build, and implement solutions that are not only customized but are meticulously tailored to meet your specific needs. Our suite of services encompasses a wide range of applications, including bespoke apps and web applications, each developed to enhance operational efficiency and drive your business forward. With Algorithm Innovation, embrace the future of technology, where innovation meets precision to transform your digital landscape.</p>
</div>
</div>
<!-- Our Services-->
<div>
<h2 id="mainsections" class="wow fadeIn">Our Services</h2>
<div id="sectionborder"></div>
</div>
<div class="cards-container">
<div class="card wow fadeInLeft">
<i class="fa-solid fa-code"></i>
<h2>Software Development</h2>
<p>Building tailored software solutions to meet your unique business needs</p>
</div>
<div class="card wow fadeIn">
<i class="fa-solid fa-pen-nib"></i>
<h2>Data Analysis & AI</h2>
<p>Leveraging the power of data and AI to provide actionable insights and innovative solutions</p>
</div>
<div class="card wow fadeInRight">
<i class="fa-brands fa-python"></i>
<h2>Mobile App Development</h2>
<p>Designing engaging mobile experiences for iOS and Android platforms.</p>
</div>
</div>
<!-- Upcoming Services -->
<div class="upcoming-services">
<h2 class="main-sections wow fadeIn text-center" style="margin-top: 50px;">Coming Soon</h2>
<div id="sectionborder"></div>
<div class="cards-container">
<div class="card wow fadeInLeft">
<i class="fa-solid fa-cloud"></i>
<h2>Cloud Computing Services</h2>
<p>Scalable cloud solutions for hosting, storage, and on-demand computing.</p>
</div>
<div class="card wow fadeIn">
<i class="fa-solid fa-sync"></i>
<h2>DevOps Services</h2>
<p>Enhancing software delivery through collaborative and efficient practices.</p>
</div>
<div class="card wow fadeInRight">
<i class="fa-solid fa-chalkboard-teacher"></i>
<h2>IT Consulting</h2>
<p>Offering expert advice to optimize your IT infrastructure and digital strategy.</p>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="content">
<div class="top">
<div class="logo-details">
<i class="fab fa-slack"></i>
<span class="logo_name">Algorithm Innovation</span>
</div>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="link-boxes">
<div class="box-3beez">
<h2 style="font-size: 23px; font-weight: 400;">Algorithm Innovation</h2>
<p>We are innovators in digital transformation, leveraging the latest technologies to create custom solutions that propel businesses forward.</p>
</div>
<ul class="box">
<li class="link_name">Links</li>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="contact.html">Get started</a></li>
</ul>
<ul class="box">
<li class="link_name">Services</li>
<li><a href="software-development.html">Software Development</a></li>
<li><a href="mobile-development.html">Mobile App Development</a></li>
<li><a href="data-analysis-ai.html">Data Analysis & AI</a></li>
</ul>
<ul class="box" id="footer-contact">
<li class="link_name"> <span >Contact Us</span></li>
<li><i class="fas fa-envelope"></i> Numair.Ahmed@algorithminnovation.ltd</li>
<li><i class="fas fa-phone"></i> +393513421349</li>
<li><i class="fas fa-map-marker-alt"></i> Bolzano, South Tyrol, Italy
</li>
</ul>
</div>
</div>
<div class="bottom-details">
<div class="bottom_text">
<span class="copyright_text">Copyright © 2024 <a href="#">Algorithm Innovation.</a>All rights reserved</span>
<span class="policy_terms">
<a href="privacy_policy.html">Privacy policy</a>
<a href="#">Terms & condition</a>
</span>
</div>
</div>
</footer>
<script src="script.js"></script>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>
new WOW().init();
</script>
</html>