-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
121 lines (111 loc) · 6.24 KB
/
about.html
File metadata and controls
121 lines (111 loc) · 6.24 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
110
111
112
113
114
115
116
117
118
119
120
121
---
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">Pioneering the future of cloud operating systems with innovative multikernel architecture that delivers unprecedented performance, security, and efficiency.</p>
<div class="button-group">
<a href="/roadmap.html" class="btn btn-primary">
<i data-lucide="map"></i>
View Roadmap
</a>
<a href="/contact.html" class="btn btn-secondary">
<i data-lucide="mail"></i>
Contact Us
</a>
</div>
</div>
</section>
<!-- Mission & Vision Section -->
<section class="mission-vision">
<div class="section-container">
<div class="mission-vision-grid">
<div class="card mission">
<div class="card-body">
<h2><i data-lucide="target"></i>Our Mission</h2>
<p>To revolutionize cloud computing by delivering a next-generation operating system that maximizes performance, security, and efficiency for modern computing environments. We're committed to solving the fundamental challenges of cloud infrastructure, enabling organizations to achieve unprecedented levels of computational efficiency and security.</p>
</div>
</div>
<div class="card vision">
<div class="card-body">
<h2><i data-lucide="eye"></i>Our Vision</h2>
<p>We envision a future where cloud computing reaches its full potential, unencumbered by the limitations of traditional operating systems. A world where organizations can deploy applications with bare-metal performance, complete security isolation, and optimal resource utilization – all while maintaining the flexibility and ease of use that modern cloud platforms provide.</p>
</div>
</div>
</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="features-grid">
<div class="feature-card">
<div class="feature-icon">
<i data-lucide="users"></i>
</div>
<h3 class="feature-title">Customer Focus</h3>
<p class="feature-description">Building reliable, trusted solutions that address real customer needs with integrity and transparency.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i data-lucide="lightbulb"></i>
</div>
<h3 class="feature-title">Innovation</h3>
<p class="feature-description">Pushing the boundaries of what's possible in operating systems and cloud computing technology.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i data-lucide="github"></i>
</div>
<h3 class="feature-title">Open Source</h3>
<p class="feature-description">Committed to building our business with open source principles and collaborating with the global community.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i data-lucide="award"></i>
</div>
<h3 class="feature-title">Excellence</h3>
<p class="feature-description">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 distinguished Linux kernel developer with 16 years of experience. He is also a Linux kernel maintainer of networking traffic control subsystem since 2017. He has contributed over 1000 commits to the Linux kernel project and has a deep understanding of cloud computing. Prior to founding Multikernel Technologies Inc., he led a software engineering team at ByteDance. His vision for a more efficient and secure cloud infrastructure led to the development of our revolutionary multikernel architecture.</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>