You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
4.6 KiB
HTML
93 lines
4.6 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="CelticInfo company's website">
|
|
<meta name="keywords" content="CelticInfo">
|
|
<meta name="author" content="CelticInfo">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>CelticInfo</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<script src="https://kit.fontawesome.com/69f3c65ce4.js" crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="header">
|
|
<!-- logo -->
|
|
<div class="logo">
|
|
<img src="images/celticinfo_logo_small.png" alt="CelticInfo">
|
|
</div>
|
|
<!-- menu -->
|
|
<div class="menu">
|
|
<ul>
|
|
<li><a href="#" class="active">Home</a></li>
|
|
<li><a href="#services">Services</a></li>
|
|
<li><a href="#about">About Us</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="banner">
|
|
<picture>
|
|
<source media="(min-width: 1582px)" srcset="images/celticinfo_banner_large.png">
|
|
<source media="(min-width: 769px)" srcset="images/celticinfo_banner_medium.png">
|
|
<img src="images/celticinfo_logo_medium.png" alt="CelticInfo">
|
|
<div class="banner-content-middle">
|
|
<div class="company-name">Celtic info</div>
|
|
<div>IT Consulting</div>
|
|
</div>
|
|
<div class="banner-content-bottom">
|
|
<div class="company-name">Celtic info</div>
|
|
<div>
|
|
5, rue du Bondon</br>56000 Vannes, France
|
|
</div>
|
|
<div>
|
|
<i class="fa fa-phone" aria-hidden="true"></i>
|
|
<a href="tel:+33607765340">+33 6 07 76 53 40</a>
|
|
</div>
|
|
<div>
|
|
<i class="fa fa-envelope" aria-hidden="true"></i>
|
|
<a href="mailto:info@celticinfo.fr?subject=Information request">info@celticinfo.fr</a>
|
|
</div>
|
|
</div>
|
|
</picture>
|
|
</div>
|
|
<main>
|
|
<section id="services">
|
|
<h2>Services</h2>
|
|
<p>We specialize in providing expert IT consultancy services, focusing on team organization and management,
|
|
IT strategy development, and comprehensive IT architecture solutions.</p>
|
|
<p>Whether it's through optimizing IT operations, devising strategic IT roadmaps, or leading edge technological integrations, our goal is to empower businesses to achieve their technological and strategic objectives,
|
|
turning IT challenges into opportunities for growth and success.
|
|
Let's work together to transform your IT challenges into opportunities!</p>
|
|
</section>
|
|
<section id="about">
|
|
<h2>About Us</h2>
|
|
<p>With a rich history in the e-learning domain, experience managing teams of up to 150 people, and a decade of expertise
|
|
in the Property and Casualty (P&C) Insurance domain, we bring a wealth of knowledge to our consultancy practice.</p>
|
|
<p>Our extensive IT technical skills, combined with a deep understanding of IT architecture, allow us to offer valuable insights into team organization and IT strategy.
|
|
In the realm of team organization, our philosophy centers on building high-performing teams that are adaptable to the rapid changes in both the business priorities and the tech landspace.
|
|
We have a proven track record of developing and mentoring IT professionals, fostering a culture of continuous learning and improvement.</p>
|
|
<p>Our approach to IT strategy is not just about technology, but also about aligning IT initiatives with business objectives, ensuring that technology serves as a catalyst for growth and innovation. And our journey in
|
|
the P&C Insurance industry has equipped me with a deep understanding the digital transformation challenges specific to the insurance sector.</p>
|
|
<p>Whether you're looking to streamline
|
|
your IT operations, enhance your team's efficiency, or develop a robust IT strategy, we can guide your
|
|
business towards achieving its strategic and technological goals.</p>
|
|
</section>
|
|
</main>
|
|
<div class="footer">
|
|
<div class="footer-left">
|
|
<p>
|
|
© 2023 CelticInfo. All rights reserved.
|
|
</p>
|
|
</div>
|
|
<div class="footer-right">
|
|
<ul>
|
|
<li><a href="#">Home</a></li>
|
|
<li><a href="#services">Services</a></li>
|
|
<li><a href="#about">About Us</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |