Compare commits
3 Commits
89761e8c21
...
56933f6e5c
| Author | SHA1 | Date |
|---|---|---|
|
|
56933f6e5c | |
|
|
eca8dab1a8 | |
|
|
3d735707e5 |
|
|
@ -12,6 +12,8 @@ __pycache__/
|
|||
*.pyo
|
||||
*.pyd
|
||||
.env
|
||||
venv/
|
||||
instance/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen 80 default_server;
|
||||
server_name directlx.dev www.directlx.dev;
|
||||
|
||||
# Static files served directly by nginx
|
||||
|
|
|
|||
|
|
@ -95,34 +95,12 @@
|
|||
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||
<div class="card text-center">
|
||||
<div class="w-24 h-24 bg-gradient-to-br from-primary-400 to-primary-600 rounded-full mx-auto mb-4 flex items-center justify-center text-white text-2xl font-bold">
|
||||
JD
|
||||
JH
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold text-gray-900">John Doe</h3>
|
||||
<h3 class="text-xl font-semibold text-gray-900">Johannes</h3>
|
||||
<p class="text-accent-500 mb-3">Founder & CEO</p>
|
||||
<p class="text-gray-600 text-sm">
|
||||
15+ years in software development. Passionate about clean code and scalable architectures.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="card text-center">
|
||||
<div class="w-24 h-24 bg-gradient-to-br from-primary-400 to-primary-600 rounded-full mx-auto mb-4 flex items-center justify-center text-white text-2xl font-bold">
|
||||
JS
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold text-gray-900">Jane Smith</h3>
|
||||
<p class="text-accent-500 mb-3">Lead Developer</p>
|
||||
<p class="text-gray-600 text-sm">
|
||||
Full-stack expert with a focus on modern web technologies and user experience.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="card text-center">
|
||||
<div class="w-24 h-24 bg-gradient-to-br from-primary-400 to-primary-600 rounded-full mx-auto mb-4 flex items-center justify-center text-white text-2xl font-bold">
|
||||
MJ
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold text-gray-900">Mike Johnson</h3>
|
||||
<p class="text-accent-500 mb-3">Solutions Architect</p>
|
||||
<p class="text-gray-600 text-sm">
|
||||
Cloud infrastructure specialist ensuring our solutions are robust and scalable.
|
||||
25+ years in software development. Passionate about clean code and scalable architectures.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue