-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsoftware-development.html
117 lines (103 loc) · 5.25 KB
/
software-development.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
<!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</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>
<section class="section-main">
<div class="text-main">
<h1 class="wow fadeInDown">Software development</h1>
<h3>Build your Future with Tech</h3>
<p>At Algorithm Innovation, we specialize in developing custom software solutions that drive business growth, enhance efficiency, and enable innovation. Our team of experts leverages the latest technologies to deliver scalable, secure, and robust applications tailored to meet your specific business needs.</p>
<img src="images/software.jpeg" alt="Software Development Concept" class="center-image" style="max-width: 100%; height: auto; margin-top: 20px;">
<p>From web applications to enterprise software, our comprehensive services cover all phases of the software development lifecycle, including planning, design, implementation, testing, and maintenance.</p>
<a href="about.html"> <button>Learn More</button> </a>
</div>
</section>
<!-- 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>