File size: 6,629 Bytes
1380c1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>About | The Code Company</title>
    <meta name="description" content="Learn about our team and approach to engineering intelligence.">
    <link rel="stylesheet" href="style.css">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</head>
<body class="bg-navy-900 text-ivory-100 font-sans">
    <custom-navbar></custom-navbar>
    
    <main class="pt-20">
        <!-- Hero Section -->
        <section class="relative py-32 bg-gradient-to-b from-navy-800 to-navy-900">
            <div class="container mx-auto px-6 text-center">
                <h1 class="text-4xl md:text-6xl font-serif font-bold mb-6 text-gold-500">Our Philosophy</h1>
                <p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto leading-relaxed">
                    At The Code Company, we believe intelligent systems require intelligent design. Our team of engineers, scientists, and strategists work at the intersection of technology and governance.
                </p>
            </div>
        </section>

        <!-- Team Section -->
        <section class="py-20 bg-navy-900">
            <div class="container mx-auto px-6">
                <div class="text-center mb-16">
                    <h2 class="text-3xl md:text-4xl font-serif font-bold mb-4 text-gold-500">Leadership Team</h2>
                    <div class="w-24 h-1 bg-gold-500 mx-auto mb-6"></div>
                    <p class="text-platinum-400 max-w-2xl mx-auto">
                        Our principals bring decades of combined experience building and governing complex technical systems.
                    </p>
                </div>

                <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-12">
                    <div class="bg-navy-800 p-8 rounded-sm hover:shadow-lg hover:shadow-gold-500/10 transition-all duration-300">
                        <img src="http://static.photos/people/640x360/1" alt="Cody Webb" class="w-full h-64 object-cover mb-6 rounded-sm">
                        <h3 class="text-2xl font-bold mb-2">Cody Webb</h3>
                        <p class="text-gold-500 mb-4">Founder & Principal Engineer</p>
                        <p class="text-platinum-400">Former AI infrastructure lead at Fortune 500 companies and government research labs.</p>
                    </div>
                    <div class="bg-navy-800 p-8 rounded-sm hover:shadow-lg hover:shadow-gold-500/10 transition-all duration-300">
                        <img src="http://static.photos/people/640x360/2" alt="Alex Chen" class="w-full h-64 object-cover mb-6 rounded-sm">
                        <h3 class="text-2xl font-bold mb-2">Alex Chen</h3>
                        <p class="text-gold-500 mb-4">Head of Research</p>
                        <p class="text-platinum-400">PhD in Computer Science with focus on AI safety and evaluation frameworks.</p>
                    </div>
                    <div class="bg-navy-800 p-8 rounded-sm hover:shadow-lg hover:shadow-gold-500/10 transition-all duration-300">
                        <img src="http://static.photos/people/640x360/3" alt="Sarah Johnson" class="w-full h-64 object-cover mb-6 rounded-sm">
                        <h3 class="text-2xl font-bold mb-2">Sarah Johnson</h3>
                        <p class="text-gold-500 mb-4">Director of Government Programs</p>
                        <p class="text-platinum-400">Former DOD and intelligence community advisor on AI procurement.</p>
                    </div>
                </div>
            </div>
        </section>

        <!-- Values Section -->
        <section class="py-20 bg-navy-800">
            <div class="container mx-auto px-6">
                <div class="text-center mb-16">
                    <h2 class="text-3xl md:text-4xl font-serif font-bold mb-4 text-gold-500">Core Values</h2>
                    <div class="w-24 h-1 bg-gold-500 mx-auto mb-6"></div>
                </div>

                <div class="grid md:grid-cols-3 gap-8">
                    <div class="text-center">
                        <div class="bg-navy-700 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
                            <i data-feather="eye" class="text-gold-500 w-8 h-8"></i>
                        </div>
                        <h3 class="text-xl font-bold mb-3">Transparency</h3>
                        <p class="text-platinum-400">We believe systems should be observable, interpretable, and accountable at every layer.</p>
                    </div>
                    <div class="text-center">
                        <div class="bg-navy-700 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
                            <i data-feather="shield" class="text-gold-500 w-8 h-8"></i>
                        </div>
                        <h3 class="text-xl font-bold mb-3">Security</h3>
                        <p class="text-platinum-400">We engineer systems with defense-in-depth from the silicon up.</p>
                    </div>
                    <div class="text-center">
                        <div class="bg-navy-700 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
                            <i data-feather="trending-up" class="text-gold-500 w-8 h-8"></i>
                        </div>
                        <h3 class="text-xl font-bold mb-3">Performance</h3>
                        <p class="text-platinum-400">We optimize for real-world throughput, not just benchmark numbers.</p>
                    </div>
                </div>
            </div>
        </section>

        <!-- CTA Section -->
        <section class="py-20 bg-gradient-to-r from-emerald-900/30 to-navy-900">
            <div class="container mx-auto px-6 text-center">
                <h2 class="text-3xl md:text-4xl font-serif font-bold mb-6 text-gold-500">Ready to engineer intelligence?</h2>
                <a href="/contact.html" class="inline-block bg-gold-500 hover:bg-gold-600 text-navy-900 font-bold py-3 px-8 rounded-sm transition-all duration-300 transform hover:scale-105 mt-8">
                    Contact Our Team
                </a>
            </div>
        </section>
    </main>

    <custom-footer></custom-footer>

    <script src="components/navbar.js"></script>
    <script src="components/footer.js"></script>
    <script src="script.js"></script>
    <script>feather.replace();</script>
</body>
</html>