-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
11,204 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
.typing { | ||
position: relative; | ||
} | ||
|
||
.typing h1 { | ||
position: position: absolute; top: 0; left: 0; | ||
color: #36587c; | ||
overflow: hidden; | ||
animation: type 5s steps(11) infinite; | ||
} | ||
|
||
.typing2 h1 { | ||
position: position: absolute; top: 0; left: 0; | ||
color: #a40200; | ||
overflow: hidden; | ||
animation: type2 5s steps(11) infinite; | ||
} | ||
|
||
.typing3 h1 { | ||
position: position: absolute; top: 0; left: 0; | ||
color: #2d8819; | ||
overflow: hidden; | ||
animation: type3 5s steps(11) infinite; | ||
} | ||
|
||
@keyframes type { | ||
|
||
0%, | ||
33%, | ||
66%, | ||
100% { | ||
width: 0px; | ||
} | ||
|
||
10%, | ||
23% { | ||
width: 394.09px; | ||
} | ||
} | ||
|
||
@keyframes type2 { | ||
|
||
0%, | ||
33%, | ||
66%, | ||
100% { | ||
width: 0px; | ||
} | ||
|
||
43%, | ||
56% { | ||
width: 394.09px; | ||
} | ||
} | ||
|
||
@keyframes type3 { | ||
|
||
0%, | ||
33%, | ||
66%, | ||
100% { | ||
width: 0px; | ||
} | ||
|
||
76%, | ||
90% { | ||
width: 394.09px; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,198 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>Solutions 42 - we build responsible trustworthy artificial intelligence</title> | ||
<!-- Favicon--> | ||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> | ||
<!-- Bootstrap icons--> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" type="text/css" /> | ||
<!-- Google fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css" /> | ||
<!-- Core theme CSS (includes Bootstrap)--> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="css/bootstrap.min.css" rel="stylesheet" /> | ||
<link href="css/type.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<section class="showcase"> | ||
<div class="container-fluid p-0"> | ||
<div class="row g-0"> | ||
<div class="col-lg-3 order-lg-1" ><center><img width="300px" src="assets/img/logo_00.png"/></center></div> | ||
<div class="col-lg-9 order-lg-2"> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- Masthead--> | ||
<header class="masthead"> | ||
<div class="container position-relative"> | ||
<div class="row justify-content-center"> | ||
<div class="col-xl-6"> | ||
<div class="text-center text-white"> | ||
<!-- Page heading--> | ||
</div> | ||
<h1 class="text-uppercase">We are building</h1> | ||
<div style="position: relative"> | ||
<div class="typing" style="position: absolute; top: 0; left: 0"> | ||
<h1 class="text-uppercase">responsible</h1> | ||
</div> | ||
<div class="typing2" style="position: absolute; top: 0; left: 0"> | ||
<h1 class="text-uppercase">trustworthy</h1> | ||
</div> | ||
<div class="typing3" style="position: absolute; top: 0; left: 0"> | ||
<h1 class="text-uppercase">secure</h1> | ||
</div> | ||
</div> | ||
<h1 class="text-uppercase"><br/>AI Solutions</h1> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
<!-- Image Showcases--> | ||
<section class="showcase"> | ||
<div class="container-fluid p-0"> | ||
<div class="row g-0"> | ||
<div class="col-lg-4 order-lg-2 text-white showcase-img" style="background-image: url('assets/img/logo_01.png'); background-size: contain; background-repeat: no-repeat; background-position: center;"></div> | ||
<div class="col-lg-8 order-lg-1 my-auto showcase-text"> | ||
<h2>Human friendly</h2> | ||
<p class="lead mb-0">Solutions 42 is a boutique XAI company focused on security, long-term performance and transparency. We understand that AI has the potential to transform industries and improve people's lives, but it must be developed and deployed responsibly. Our team of experts includes deep learning researchers, data scientists, and software engineers, who work together to design, develop, and implement solutions tailored for our clients.</p> | ||
</div> | ||
</div> | ||
<div class="row g-0"> | ||
<div class="col-lg-4 text-white showcase-img" style="background-image: url('assets/img/logo_05.png'); background-size: contain; background-repeat: no-repeat; background-position: center;"></div> | ||
<div class="col-lg-8 my-auto showcase-text"> | ||
<h2>Let our Red Team audit your AI system</h2> | ||
<p class="lead mb-0"> | ||
At Solutions 42, we understand the importance of rigorous testing and evaluation of AI models to ensure their security, reliability, and effectiveness. That's why we have a dedicated Red Team that specializes in testing and improving the security of AI systems. | ||
Our Red Team is conducting simulated attacks and penetration testing to identify and address potential security or performance flaws before they can be exploited by malicious actors.</p> | ||
</div> | ||
</div> | ||
<div class="row g-0"> | ||
<div class="col-lg-4 order-lg-2 text-white showcase-img" style="background-image: url('assets/img/logo_04.png'); background-size: contain; background-repeat: no-repeat; background-position: center;"></div> | ||
<div class="col-lg-8 order-lg-1 my-auto showcase-text"> | ||
<h2>Let our Blue Team develop AI models for you</h2> | ||
<p class="lead mb-0">Our talented Blue Team develops new ML models that are both effective and explainable. We use AutoML techniques to automate the development, monitoring and updating of predictive models. The transfer of knowledge between different problems allows for the most effective possible use of any available data.</p> | ||
</div> | ||
</div> | ||
<div class="row g-0"> | ||
<div class="col-lg-4 text-white showcase-img" style="background-image: url('assets/img/logo_03.png'); background-size: contain; background-repeat: no-repeat; background-position: center; "></div> | ||
<div class="col-lg-8 my-auto showcase-text"> | ||
<h2>Efficient use of resources</h2> | ||
<p class="lead mb-0">Data, energy, infrastructure, these are scarce resources. They cannot be wasted by acting blindly. At Solutions 42, we are committed to using resources efficiently and minimizing our environmental impact. We understand that the development and deployment of AI solutions can have significant energy and resource requirements, and we strive to minimize our footprint while still delivering high-quality results. | ||
One of the ways we achieve this is by optimizing our AI algorithms and models to reduce data requirements, computational and energy costs. </p> | ||
</div> | ||
</div> | ||
<div class="row g-0"> | ||
<div class="col-lg-4 order-lg-2 text-white showcase-img" style="background-image: url('assets/img/logo_02.png'); background-size: contain; background-repeat: no-repeat; background-position: center; "></div> | ||
<div class="col-lg-8 order-lg-1 my-auto showcase-text"> | ||
<h2>Get in touch!</h2> | ||
<p class="lead mb-0">Do you have questions? Best way to contact with us is through email <i>[email protected]</i>.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- Testimonials--> | ||
<!-- | ||
<section class="testimonials text-center bg-light"> | ||
<div class="container"> | ||
<h2 class="mb-5">What people are saying...</h2> | ||
<div class="row"> | ||
<div class="col-lg-4"> | ||
<div class="testimonial-item mx-auto mb-5 mb-lg-0"> | ||
<img class="img-fluid rounded-circle mb-3" src="assets/img/testimonials-1.jpg" alt="..." /> | ||
<h5>Margaret E.</h5> | ||
<p class="font-weight-light mb-0">"This is fantastic! Thanks so much guys!"</p> | ||
</div> | ||
</div> | ||
<div class="col-lg-4"> | ||
<div class="testimonial-item mx-auto mb-5 mb-lg-0"> | ||
<img class="img-fluid rounded-circle mb-3" src="assets/img/testimonials-2.jpg" alt="..." /> | ||
<h5>Fred S.</h5> | ||
<p class="font-weight-light mb-0">"Bootstrap is amazing. I've been using it to create lots of super nice landing pages."</p> | ||
</div> | ||
</div> | ||
<div class="col-lg-4"> | ||
<div class="testimonial-item mx-auto mb-5 mb-lg-0"> | ||
<img class="img-fluid rounded-circle mb-3" src="assets/img/testimonials-3.jpg" alt="..." /> | ||
<h5>Sarah W.</h5> | ||
<p class="font-weight-light mb-0">"Thanks so much for making these free resources available to us!"</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section>--> | ||
<!-- Call to Action--> | ||
<!-- | ||
<section class="call-to-action text-white text-center" id="signup"> | ||
<div class="container position-relative"> | ||
<div class="row justify-content-center"> | ||
<div class="col-xl-6"> | ||
<h2 class="mb-4">Ready to get started? Sign up now!</h2> | ||
<form class="form-subscribe" id="contactFormFooter" data-sb-form-api-token="API_TOKEN"> | ||
<div class="row"> | ||
<div class="col"> | ||
<input class="form-control form-control-lg" id="emailAddressBelow" type="email" placeholder="Email Address" data-sb-validations="required,email" /> | ||
<div class="invalid-feedback text-white" data-sb-feedback="emailAddressBelow:required">Email Address is required.</div> | ||
<div class="invalid-feedback text-white" data-sb-feedback="emailAddressBelow:email">Email Address Email is not valid.</div> | ||
</div> | ||
<div class="col-auto"><button class="btn btn-primary btn-lg disabled" id="submitButton" type="submit">Submit</button></div> | ||
</div> | ||
<div class="d-none" id="submitSuccessMessage"> | ||
<div class="text-center mb-3"> | ||
<div class="fw-bolder">Form submission successful!</div> | ||
<p>To activate this form, sign up at</p> | ||
<a class="text-white" href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a> | ||
</div> | ||
</div> | ||
<div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</section>--> | ||
<!-- Footer | ||
<footer class="footer bg-light"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-6 h-100 text-center text-lg-start my-auto"> | ||
<ul class="list-inline mb-2"> | ||
<li class="list-inline-item"><a href="#!">About</a></li> | ||
<li class="list-inline-item">⋅</li> | ||
<li class="list-inline-item"><a href="#!">Contact</a></li> | ||
<li class="list-inline-item">⋅</li> | ||
<li class="list-inline-item"><a href="#!">Terms of Use</a></li> | ||
<li class="list-inline-item">⋅</li> | ||
<li class="list-inline-item"><a href="#!">Privacy Policy</a></li> | ||
</ul> | ||
<p class="text-muted small mb-4 mb-lg-0">© Your Website 2023. All Rights Reserved.</p> | ||
</div> | ||
<div class="col-lg-6 h-100 text-center text-lg-end my-auto"> | ||
<ul class="list-inline mb-0"> | ||
<li class="list-inline-item me-4"> | ||
<a href="#!"><i class="bi-facebook fs-3"></i></a> | ||
</li> | ||
<li class="list-inline-item me-4"> | ||
<a href="#!"><i class="bi-twitter fs-3"></i></a> | ||
</li> | ||
<li class="list-inline-item"> | ||
<a href="#!"><i class="bi-instagram fs-3"></i></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer>--> | ||
<!-- Bootstrap core JS--> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<!-- Core theme JS--> | ||
<script src="js/scripts.js"></script> | ||
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *--> | ||
<!-- * * SB Forms JS * *--> | ||
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *--> | ||
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *--> | ||
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*! | ||
* Start Bootstrap - Landing Page v6.0.6 (https://startbootstrap.com/theme/landing-page) | ||
* Copyright 2013-2023 Start Bootstrap | ||
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE) | ||
*/ | ||
// This file is intentionally blank | ||
// Use this file to add JavaScript to your project |