-
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
1 parent
2304dc4
commit e3b2c69
Showing
7 changed files
with
279 additions
and
251 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,39 +1,44 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="./css/company.css"> | ||
<link rel="stylesheet" href="../css/company.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet"> | ||
<title>Company</title> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" | ||
rel="stylesheet"> | ||
<title>Company</title> | ||
</head> | ||
</head> | ||
|
||
<body> | ||
<section id="header-section" > | ||
<section id="header-section"> | ||
<nav id="navigation"> | ||
<a href="/index.html" class="navigation-logo"> | ||
<img src="images/header/logo.svg" alt="Deep Network"> | ||
<a href="../" class="navigation-logo"> | ||
<img src="../images/header/logo.svg" alt="Deep Network"> | ||
</a> | ||
<div class="navigation-links"> | ||
<a href="/services.html"> Services</a> | ||
<a href="/company.html"> Company</a> | ||
<a href="../services"> Services</a> | ||
<a href="../company"> Company</a> | ||
<a href=""> Case Studies</a> | ||
<a href=""> Blog</a> | ||
<a href=""> Career</a> | ||
</div> | ||
<div id="language-selector"> | ||
<img src="images/header/flag-en.svg"> | ||
<img src="../images/header/flag-en.svg"> | ||
<select> | ||
<option value="en">English</option> | ||
<option value="de">Deutsch</option> | ||
</select> | ||
</div> | ||
</nav> | ||
<div id="header"> | ||
<h1>We are your truster <br> | ||
<h1>We are your truster <br> | ||
technology partners</h1> | ||
<p>Every great business needs reliable tech expertise, and we’re here to deliver scalable <br> | ||
solutions for your success.</p> | ||
|
@@ -44,13 +49,13 @@ <h1>We are your truster <br> | |
<div class="statistic"> | ||
<h3>30+</h3> | ||
<p>Large-scale Cloud, AI, <br> | ||
and Data Projects</p> | ||
and Data Projects</p> | ||
</div> | ||
<div class="statistic-spacer"></div> | ||
<div class="statistic"> | ||
<h3>25+</h3> | ||
<p>Satisfied customers, 4 <br> | ||
DAX Companies</p> | ||
DAX Companies</p> | ||
</div> | ||
<div class="statistic-spacer"></div> | ||
<div class="statistic"> | ||
|
@@ -65,11 +70,14 @@ <h3>92%</h3> | |
<header>ABOUT US</header> | ||
<h1>Who we are</h1> | ||
<p> | ||
Founded in 2016 by former Microsoft engineers, Deep Network is a trusted provider of Cloud, AI, and Data <br> | ||
Analytics solutions. With a global team of over 25 expert engineers, we offer tailored software development <br> | ||
Founded in 2016 by former Microsoft engineers, Deep Network is a trusted provider of Cloud, AI, and Data | ||
<br> | ||
Analytics solutions. With a global team of over 25 expert engineers, we offer tailored software | ||
development <br> | ||
support, whether onsite, onshore, or nearshore. <br><br> | ||
|
||
Our commitment to continuous learning ensures we stay at the forefront of technology trends, helping businesses <br> | ||
|
||
Our commitment to continuous learning ensures we stay at the forefront of technology trends, helping | ||
businesses <br> | ||
optimize operations and achieve long-term success through innovative, scalable solutions.</p> | ||
</div> | ||
<img src="../images/company/image.png" alt="office"> | ||
|
@@ -93,26 +101,26 @@ <h1>Expertise you can trust</h1> | |
<img src="../images/company/certifications/ckad.png" alt="ckad"> | ||
</div> | ||
</div> | ||
<script src="./js/duplicateCarouselContent.js"></script> | ||
<script src="../js/duplicateCarouselContent.js"></script> | ||
</section> | ||
|
||
<section id="our-team-section"> | ||
<div class="custom-section central-item"> | ||
<header>OUR TEAM</header> | ||
<h1>Meet our expert team</h1> | ||
<p>Our team combines engineering excellence with international experience, delivering local <br> | ||
insights with a global impact.</p> | ||
insights with a global impact.</p> | ||
<div class="card-grid"> | ||
<div class="photo-card"> | ||
<img src="" alt="profile-picture"> | ||
<h1>SAVAS <br> | ||
GUVEN</h1> | ||
GUVEN</h1> | ||
<h2>Founder and CTO</h2> | ||
</div> | ||
<div class="photo-card"> | ||
<img src="" alt="profile-picture"> | ||
<h1>OLIVER <br> | ||
RIEKENBRAUK</h1> | ||
RIEKENBRAUK</h1> | ||
<h2>Director of Business Development</h2> | ||
</div> | ||
</div> | ||
|
@@ -126,45 +134,48 @@ <h1>Our growth</h1> | |
<div class="line"></div> | ||
<div id="pin1" class="pin" onClick="selectPin(this.id)"> | ||
<div class="not-selected">2020</div> | ||
<img src="./images/company/icons/unselected.svg" alt=""> | ||
<img src="../images/company/icons/unselected.svg" alt=""> | ||
</div> | ||
<div id="pin2" class="pin" onClick="selectPin(this.id)"> | ||
<div class="not-selected">2021</div> | ||
<img src="./images/company/icons/unselected.svg" alt=""> | ||
<img src="../images/company/icons/unselected.svg" alt=""> | ||
</div> | ||
<div id="pin3" class="pin" onClick="selectPin(this.id)"> | ||
<div class="selected">2022</div> | ||
<img src="./images/company/icons/selected.svg" alt=""> | ||
<img src="../images/company/icons/selected.svg" alt=""> | ||
</div> | ||
<div id="pin4" class="pin" onClick="selectPin(this.id)"> | ||
<div class="not-selected">2023</div> | ||
<img src="./images/company/icons/unselected.svg" alt=""> | ||
<img src="../images/company/icons/unselected.svg" alt=""> | ||
</div> | ||
<div id="pin5" class="pin" onClick="selectPin(this.id)"> | ||
<div class="not-selected">2024</div> | ||
<img src="./images/company/icons/unselected.svg" alt=""> | ||
<img src="../images/company/icons/unselected.svg" alt=""> | ||
</div> | ||
|
||
<script src="./js/alterTimeline.js"></script> | ||
<script src="../js/alterTimeline.js"></script> | ||
</div> | ||
<h2>Achivements</h2> | ||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aspernatur nihil repellat voluptates unde amet repellendus quidem aut sapiente at fugit nostrum facere voluptate commodi accusantium enim officia, atque nulla? Modi culpa distinctio eveniet iste veniam cumque nulla quisquam quae? Quia veritatis voluptatum impedit nesciunt voluptas porro consequatur officiis nostrum reiciendis.</p> | ||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aspernatur nihil repellat voluptates unde amet | ||
repellendus quidem aut sapiente at fugit nostrum facere voluptate commodi accusantium enim officia, atque | ||
nulla? Modi culpa distinctio eveniet iste veniam cumque nulla quisquam quae? Quia veritatis voluptatum | ||
impedit nesciunt voluptas porro consequatur officiis nostrum reiciendis.</p> | ||
</section> | ||
|
||
<section id="career-section" class="custom-section"> | ||
<header>CAREER</header> | ||
<h1>Want to join our <span style="color:var(--dark-blue)">team</span>?</h1> | ||
<p>We’re constantly seeking skilled individuals to become part of our rapidly expanding team. <br> | ||
<p>We’re constantly seeking skilled individuals to become part of our rapidly expanding team. <br> | ||
Check out the current job openings on our Careers page.</p> | ||
<button class="classic-btn">Apply now</button> | ||
<button class="classic-btn">Apply now</button> | ||
</section> | ||
|
||
<footer id="footer-section"> | ||
<a id="footer-logo" class="navigation-logo"> | ||
<img src="images/header/logo.svg" alt="Deep Network"> | ||
<img src="../images/header/logo.svg" alt="Deep Network"> | ||
</a> | ||
<div id="footer-texts"> | ||
<p id="footer-description">Empowering businesses with cutting-edge <br> | ||
<p id="footer-description">Empowering businesses with cutting-edge <br> | ||
Cloud, AI, and Data solutions. Trusted <br> | ||
expertise, global reach.</p> | ||
<p id="footer-legal-description">Managing Director: Savas Guven <br> | ||
|
@@ -174,9 +185,9 @@ <h1>Want to join our <span style="color:var(--dark-blue)">team</span>?</h1> | |
</div> | ||
<nav id="footer-site-map"> | ||
<h1>SITEMAP</h1> | ||
<a href="/index.html">Home</a> | ||
<a href="/services.html">Services</a> | ||
<a href="/company.html"> Company</a> | ||
<a href="../">Home</a> | ||
<a href="../services">Services</a> | ||
<a href="../company"> Company</a> | ||
<a href="">Case Study</a> | ||
<a href="">Blog</a> | ||
<a href="">Career</a> | ||
|
@@ -191,11 +202,11 @@ <h1>GERMANY</h1> | |
</p> | ||
<div class="footer-address-contact"> | ||
<div class="contact-info"> | ||
<img src="./images/footer/phone.svg" alt="phone-icon"> | ||
<img src="../images/footer/phone.svg" alt="phone-icon"> | ||
<span>+49 (0) 89 2316 6638</span> | ||
</div> | ||
<div class="contact-info"> | ||
<img src="./images/footer/email.svg" alt="email-icon"> | ||
<img src="../images/footer/email.svg" alt="email-icon"> | ||
<span>[email protected]</span> | ||
</div> | ||
</div> | ||
|
@@ -209,16 +220,17 @@ <h1>USA</h1> | |
</p> | ||
<div class="footer-address-contact"> | ||
<div class="contact-info"> | ||
<img src="./images/footer/phone.svg" alt="phone-icon"> | ||
<img src="../images/footer/phone.svg" alt="phone-icon"> | ||
<span>+1 425 247 0842</span> | ||
</div> | ||
<div class="contact-info"> | ||
<img src="./images/footer/email.svg" alt="email-icon"> | ||
<img src="../images/footer/email.svg" alt="email-icon"> | ||
<span>[email protected]</span> | ||
</div> | ||
</div> | ||
</address> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.