-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
109 lines (102 loc) · 5.21 KB
/
about.html
File metadata and controls
109 lines (102 loc) · 5.21 KB
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
---
layout: default
title: "About - Multikernel Technologies, Inc."
permalink: /about.html
---
<main>
<!-- Hero Section -->
<section class="hero">
<div class="hero-container">
<h1>About Multikernel Technologies</h1>
<p class="subtitle">We build split-kernel architecture for Linux, separating application logic from device processing into independent kernels for better performance, isolation, and reliability.</p>
<div class="button-group">
<a href="/technology.html" class="btn btn-primary">
<i data-lucide="cpu"></i>
Our Technology
</a>
<a href="https://calendar.app.google/nc1upkqQoUeoukdD9" target="_blank" rel="noopener noreferrer" class="btn btn-secondary">
<i data-lucide="calendar"></i>
Schedule a Demo
</a>
</div>
</div>
</section>
<!-- Mission Section -->
<section class="mission-vision">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">Our Mission</h2>
<p class="section-subtitle">Every application deserves its own kernel. We are building the infrastructure layer that gives every workload isolation, predictability, and performance as a default, not a tuning exercise.</p>
</div>
</div>
</section>
<!-- Vision Section -->
<section class="mission-vision">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">Our Vision</h2>
<p class="section-subtitle">The isolation of a separate machine. The performance of bare metal. The simplicity of a single platform.</p>
</div>
</div>
</section>
<!-- Values Section -->
<section class="values">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">Our Core Values</h2>
<p class="section-subtitle">The principles that guide our work and define our company culture.</p>
</div>
<div class="values-grid">
<div class="values-item">
<i data-lucide="users"></i>
<h3>Customer Focus</h3>
<p>Building reliable, trusted solutions that address real customer needs with integrity and transparency.</p>
</div>
<div class="values-item">
<i data-lucide="lightbulb"></i>
<h3>Innovation</h3>
<p>Pushing the boundaries of what's possible in operating systems and cloud computing technology.</p>
</div>
<div class="values-item">
<i data-lucide="github"></i>
<h3>Open Source</h3>
<p>Committed to building our business with open source principles and collaborating with the global community.</p>
</div>
<div class="values-item">
<i data-lucide="award"></i>
<h3>Excellence</h3>
<p>Delivering exceptional quality and performance in everything we create and every service we provide.</p>
</div>
</div>
</div>
</section>
<!-- Leadership Section -->
<section class="founder">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">Leadership Team</h2>
<p class="section-subtitle">Meet the experienced professionals driving innovation in multikernel technology.</p>
</div>
<div class="card founder-profile">
<div class="card-body">
<div class="founder-content">
<div class="founder-image">
<img src="assets/images/cong-wang.png" alt="Cong Wang - Founder & CEO of Multikernel Technologies">
</div>
<div class="founder-info">
<h3>Cong Wang</h3>
<p class="founder-title">Founder & CEO</p>
<p class="founder-bio">Cong Wang is a Linux kernel developer with 16 years of experience and maintainer of the networking traffic control subsystem since 2017. He has contributed over 1000 commits to the Linux kernel. Prior to founding Multikernel Technologies, he led a software engineering team at ByteDance. His deep expertise in kernel networking and memory management led to the development of the split-kernel architecture that powers Multikernel today.</p>
<div class="founder-links">
<a href="https://www.linkedin.com/in/cong-wang-b96762b/" target="_blank" class="btn btn-primary">
<i data-lucide="linkedin"></i>
View LinkedIn Profile
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>