better about page
This commit is contained in:
BIN
static/images/kobe.jpg
Normal file
BIN
static/images/kobe.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
@ -166,7 +166,7 @@
|
||||
<div class="col-lg-4 text-center">
|
||||
<div class="about-me-avatar mb-4">
|
||||
<div class="avatar-wrapper">
|
||||
<i class="fas fa-user-tie avatar-icon"></i>
|
||||
<img src="{{ url_for('static', filename='images/kobe.jpg') }}" alt="{{ t('Kobe Amerijckx - Web Developer') }}" class="img-fluid rounded-circle" style="width: 200px; height: 200px; object-fit: cover; border: 4px solid var(--secondary-color);">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -208,8 +208,7 @@
|
||||
<div class="about-me-contact">
|
||||
<h6 class="fw-bold mb-3">{{ t("Let's Connect:") }}</h6>
|
||||
<div class="d-flex gap-3">
|
||||
<a href="#" class="social-link"><i class="fab fa-linkedin"></i></a>
|
||||
<a href="#" class="social-link"><i class="fab fa-github"></i></a>
|
||||
<a href="https://www.linkedin.com/in/kobe-amerijckx-dev/" class="social-link" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a>
|
||||
<a href="#" class="social-link"><i class="fas fa-envelope"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -155,7 +155,7 @@
|
||||
<div class="expertise-icon-wrapper mb-3">
|
||||
<i class="fas fa-store text-primary expertise-icon"></i>
|
||||
</div>
|
||||
<h4 class="card-title fw-bold mb-0 text-dark">{{ t('Business Websites') }}</h4>
|
||||
<h4 class="card-title fw-bold mb-0">{{ t('Business Websites') }}</h4>
|
||||
</div>
|
||||
<p class="card-text mb-4 text-muted">{{ t('Professional websites that showcase your business and help customers find you online.') }}</p>
|
||||
<ul class="list-unstyled expertise-features">
|
||||
@ -175,7 +175,7 @@
|
||||
<div class="expertise-icon-wrapper mb-3">
|
||||
<i class="fas fa-shopping-cart text-primary expertise-icon"></i>
|
||||
</div>
|
||||
<h4 class="card-title fw-bold mb-0 text-dark">{{ t('Online Stores') }}</h4>
|
||||
<h4 class="card-title fw-bold mb-0">{{ t('Online Stores') }}</h4>
|
||||
</div>
|
||||
<p class="card-text mb-4 text-muted">{{ t('Sell your products online 24/7. Accept payments, manage orders, and grow your sales.') }}</p>
|
||||
<ul class="list-unstyled expertise-features">
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
<div class="service-icon-wrapper mb-3">
|
||||
<i class="fas fa-palette text-primary service-icon" style="font-size: 3.5rem;"></i>
|
||||
</div>
|
||||
<h3 class="card-title fw-bold mb-3 text-dark">{{ t('Website Design') }}</h3>
|
||||
<h3 class="card-title fw-bold mb-3">{{ t('Website Design') }}</h3>
|
||||
</div>
|
||||
|
||||
<p class="card-text text-center mb-4 text-muted">{{ t('Custom, professional website design that perfectly represents your brand and engages your target audience.') }}</p>
|
||||
@ -104,7 +104,7 @@
|
||||
<div class="service-icon-wrapper mb-3">
|
||||
<i class="fas fa-shopping-cart text-primary service-icon" style="font-size: 3.5rem;"></i>
|
||||
</div>
|
||||
<h3 class="card-title fw-bold mb-3 text-dark">{{ t('E-commerce Solutions') }}</h3>
|
||||
<h3 class="card-title fw-bold mb-3">{{ t('E-commerce Solutions') }}</h3>
|
||||
</div>
|
||||
|
||||
<p class="card-text text-center mb-4 text-muted">{{ t('Complete online store setup with secure payment processing, inventory management, and customer tracking.') }}</p>
|
||||
@ -154,7 +154,7 @@
|
||||
<div class="service-icon-wrapper mb-3">
|
||||
<i class="fas fa-headset text-primary service-icon" style="font-size: 3.5rem;"></i>
|
||||
</div>
|
||||
<h3 class="card-title fw-bold mb-3 text-dark">{{ t('Maintenance & Support') }}</h3>
|
||||
<h3 class="card-title fw-bold mb-3">{{ t('Maintenance & Support') }}</h3>
|
||||
</div>
|
||||
|
||||
<p class="card-text text-center mb-4 text-muted">{{ t('Ongoing website maintenance, updates, and technical support to keep your site running smoothly.') }}</p>
|
||||
|
||||
Reference in New Issue
Block a user