Compare commits

..

No commits in common. "56933f6e5c56db0ef44ef1ec21a7612b9858bf06" and "89761e8c218bd9b767b136fbc1eaf042f206b60a" have entirely different histories.

3 changed files with 26 additions and 6 deletions

2
.gitignore vendored
View File

@ -12,8 +12,6 @@ __pycache__/
*.pyo *.pyo
*.pyd *.pyd
.env .env
venv/
instance/
# Logs # Logs
*.log *.log

View File

@ -1,5 +1,5 @@
server { server {
listen 80 default_server; listen 80;
server_name directlx.dev www.directlx.dev; server_name directlx.dev www.directlx.dev;
# Static files served directly by nginx # Static files served directly by nginx

View File

@ -95,12 +95,34 @@
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="card text-center"> <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"> <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">
JH JD
</div> </div>
<h3 class="text-xl font-semibold text-gray-900">Johannes</h3> <h3 class="text-xl font-semibold text-gray-900">John Doe</h3>
<p class="text-accent-500 mb-3">Founder & CEO</p> <p class="text-accent-500 mb-3">Founder & CEO</p>
<p class="text-gray-600 text-sm"> <p class="text-gray-600 text-sm">
25+ years in software development. Passionate about clean code and scalable architectures. 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.
</p> </p>
</div> </div>
</div> </div>