﻿<!-- slide: cover -->

# Welcome to SWD
## Markdown Edition

Beautiful presentations made simple

---

<!-- slide: default -->

## What is SenangWebs Deck?

A modern presentation library that supports:

- HTML attributes
- **Markdown** (you're looking at it!)
- JSON data

---

<!-- slide: two-cols -->

## Left Column

This is the left side of a two-column layout.

- Point one
- Point two
- Point three

<!-- column -->

## Right Column

And this is the right side!

```javascript
const swd = new SWD('#presentation', {
  source: 'markdown',
  theme: 'gradient'
});
```

---

<!-- slide: center -->

## Centered Content

Everything here is perfectly centered

Perfect for important messages

---

<!-- slide: quote -->

The only way to do great work is to love what you do.

— Steve Jobs

---

<!-- slide: three-cols -->

### Column 1

First section content

<!-- column -->

### Column 2

Second section content

<!-- column -->

### Column 3

Third section content

---

<!-- slide: section -->

# Features

---

<!-- slide: default -->

## Key Features

1. **Easy to Use** - Simple syntax
2. **Flexible** - Multiple formats
3. **Beautiful** - 10 built-in themes
4. **Responsive** - Works everywhere

---

<!-- slide: image-right -->

## Image on Right

This layout places an image on the right side while text stays on the left.

![Sample Image](https://placehold.co/600x400)

---

<!-- slide: cover -->

# Thank You!

Made with ❤️ using SenangWebs Deck
