-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
32 lines (30 loc) · 1.46 KB
/
services.html
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
---
layout: default
title: Services
hero:
image: '/assets/images/hero_2.png'
title: "My Services"
subtitle: "Discover what I can create for you."
---
<section id="services" class="services">
<div class="services-content">
<!-- Service 1: Collaborations -->
<div class="service-item">
<img src="{{ '/assets/images/collaborations.png' | relative_url }}" alt="Collaborations">
<h2>Collaborations</h2>
<p>Partner with me to create unique art pieces that combine our creative talents. Let's bring together different mediums and ideas to produce something truly special.</p>
</div>
<!-- Service 2: Commissions -->
<div class="service-item">
<img src="{{ '/assets/images/commissions.png' | relative_url }}" alt="Commissions">
<h2>Commissions</h2>
<p>Request personalized calligraphy artworks on recycled cardboard. Perfect for gifts, home decor, or special occasions, each piece is crafted with care and sustainability in mind.</p>
</div>
<!-- Service 3: Workshops -->
<div class="service-item">
<img src="{{ '/assets/images/workshops.png' | relative_url }}" alt="Workshops">
<h2>Workshops</h2>
<p>Join me for hands-on workshops where you'll learn calligraphy techniques and sustainable art practices. Suitable for all skill levels, these sessions are both educational and fun.</p>
</div>
</div>
</section>