Skip to content

Commit 3dcad86

Browse files
committed
Increase logo size again
1 parent e08406d commit 3dcad86

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

assets/css/styles.css

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ body {
1515
min-height: 100vh;
1616
}
1717

18-
/* Header adjusted for larger logo */
1918
header {
2019
display: flex;
2120
align-items: center;
2221
justify-content: space-between;
23-
padding: 15px 0;
22+
padding: 20px 0;
2423
background: white;
2524
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
2625
position: fixed;
@@ -33,18 +32,21 @@ header {
3332
border-radius: 0 0 15px 15px;
3433
box-sizing: border-box;
3534
flex-wrap: wrap; /* Allow wrapping if needed for larger logo */
35+
height: auto; /* Allow header to expand with content */
36+
min-height: 120px; /* Ensure minimum height for content */
3637
}
3738

3839
.logo-container {
39-
padding-left: 10px;
40+
padding-left: 0;
4041
display: flex;
4142
align-items: center;
42-
max-width: 200px; /* Added max-width to give more space to the logo */
43+
width: 50%; /* Give half the header width to the logo */
4344
}
4445

4546
.logo {
46-
height: 180px; /* Significantly increased size for maximum visibility */
47-
width: auto; /* Maintain aspect ratio */
47+
height: auto; /* Auto height to maintain aspect ratio */
48+
width: 100%; /* Take full width of the container */
49+
max-width: 300px; /* Maximum width for the logo */
4850
display: block;
4951
object-fit: contain; /* Ensures the logo fits within its container */
5052
}
@@ -82,13 +84,16 @@ nav a:hover {
8284
}
8385

8486
.logo-container {
85-
margin-bottom: 15px;
86-
max-width: none; /* Remove max-width restriction on mobile */
87+
width: 100%; /* Full width on mobile */
88+
margin-bottom: 20px;
89+
display: flex;
90+
justify-content: center;
8791
}
8892

8993
.logo {
90-
height: 120px; /* Significantly larger on mobile as well */
91-
margin: 0 auto; /* Center logo on mobile */
94+
width: 80%; /* Take up most of the container width */
95+
max-width: 250px; /* Still maintain a reasonable max size */
96+
height: auto;
9297
}
9398

9499
nav {
@@ -206,7 +211,7 @@ nav a:hover {
206211
min-height: 35vh;
207212
width: 90%;
208213
max-width: 1000px;
209-
margin-top: 220px; /* Significantly increased to accommodate larger logo */
214+
margin-top: 250px; /* Significantly increased to accommodate larger logo */
210215
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
211216
box-sizing: border-box; /* Ensures padding doesn't affect width */
212217
}

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<section class="hero">
3131
<h1>Redefining the Cloud OS</h1>
32-
<p>Multikernel Technologies delivers the next generation of Linux operating systems with unprecedented performance, security, and resource efficiency for modern cloud computing.</p>
32+
<p>Multikernel Technologies delivers the next generation of cloud operating systems with unprecedented performance, security, and resource efficiency for modern computing environments.</p>
3333
<div class="button-group">
3434
<button>Get Started</button>
3535
<button>Request Demo</button>
@@ -38,12 +38,12 @@ <h1>Redefining the Cloud OS</h1>
3838

3939
<section id="about" class="info">
4040
<h2>Revolutionizing Cloud Infrastructure</h2>
41-
<p>Multikernel Technologies provides a groundbreaking approach to Linux operating systems for cloud environments, overcoming the limitations of traditional OS architectures, virtual machines, and containers.</p>
41+
<p>Multikernel Technologies provides a groundbreaking approach to operating systems for cloud environments, overcoming the limitations of traditional OS architectures, virtual machines, and containers.</p>
4242
<ul class="feature-list">
4343
<li><i data-lucide="zap"></i> Near bare-metal performance with dynamic resource allocation</li>
4444
<li><i data-lucide="shield"></i> Enhanced security through hardware-enforced isolation</li>
45-
<li><i data-lucide="settings"></i> Application-optimized Linux kernel instances for maximum efficiency</li>
46-
<li><i data-lucide="refresh-cw"></i> Zero-downtime Linux operating system upgrade</li>
45+
<li><i data-lucide="refresh-cw"></i> Zero-downtime updates for continuous operation</li>
46+
<li><i data-lucide="settings"></i> Application-optimized kernel instances for maximum efficiency</li>
4747
</ul>
4848
</section>
4949

@@ -92,10 +92,10 @@ <h2>Key Business Benefits</h2>
9292
<p>Multikernel Technologies delivers transformative advantages for enterprise and cloud infrastructure.</p>
9393
<ul class="feature-list">
9494
<li><i data-lucide="trending-up"></i> Up to 40% improved resource utilization through elastic resource allocation</li>
95+
<li><i data-lucide="clock"></i> Near-zero downtime for critical applications with seamless kernel updates</li>
9596
<li><i data-lucide="shield-check"></i> Enhanced confidential computing capabilities for sensitive workloads</li>
9697
<li><i data-lucide="bar-chart"></i> Predictable application performance without "noisy neighbor" issues</li>
9798
<li><i data-lucide="package"></i> Optimized deployment for AI, HPC, and enterprise workloads</li>
98-
<li><i data-lucide="clock"></i> Zero-downtime for critical applications with seamless kernel updates</li>
9999
</ul>
100100
</section>
101101

0 commit comments

Comments
 (0)