Payments Integration
Our Mission
We aim to provide long-lasting strategies that build on your businesses bottom-line, reduce costs and maximize return on investment. The initial goal of any website design is to create a strong online presence that connects with your audience.
Our Core Values
- Innovation — We embrace new technologies and creative approaches
- Quality — We deliver pixel-perfect designs and clean code
- Collaboration — We work closely with clients at every step
-
Integrity — We are transparent, honest, and reliable
- Sub-item: Open communication
- Sub-item: Fair pricing
Our Process
- Discovery & Research
- Strategy & Planning
- Design & Prototyping
-
Development & Testing
- Front-end development
- Back-end development
- Quality assurance
- Launch & Support
Our design team collaborating on a new project
Project Delivery Timeline
| Phase | Duration | Deliverables |
|---|---|---|
| Discovery | 1-2 weeks | Research, wireframes, sitemap |
| Design | 2-3 weeks | UI design, prototypes, style guide |
| Development | 3-6 weeks | Fully functional website |
| Launch | 1 week | Deployment, testing, training |
| Total: 7-12 weeks depending on project scope | ||
Design is not just what it looks like and feels like. Design is how it works.
Steve Jobs
Heading 1 - Main Title
This is a paragraph following an H1 heading.
Heading 2 - Section Title
This paragraph demonstrates the styling for H2 headings.
Heading 3 - Subsection Title
Content under H3 heading with proper spacing and typography.
Heading 4 - Sub-subsection
H4 headings are slightly smaller but still prominent.
Heading 5 - Minor Heading
H5 headings are used for minor sections.
Heading 6 - Smallest Heading
H6 is the smallest heading level in the hierarchy.
Text Alignment Examples
This paragraph uses the default justify alignment. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
This paragraph is left aligned using inline style. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
This paragraph is CENTER ALIGNED using inline style. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
This paragraph is right aligned using inline style. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
This paragraph is justified using inline style. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore.
This paragraph is centered using the text-center class.
This paragraph is right aligned using the text-right class.
Heading Alignment Examples
This H2 is Centered
Content under centered heading.
This H3 is Right Aligned
Content under right aligned heading.
This H4 is Centered with Class
Content under centered H4.
Inline Text Formatting
Bold/Strong text with proper styling.
Bold (b tag) also works.
Italic/Emphasis text with proper styling.
Italic (i tag) also works.
Underlined text with underline offset.
Strikethrough text for deleted content.
Strikethrough (strike tag) also works.
Small text for fine print.
Highlighted/Marked text with background color.
This is superscript and subscript text.
Press Ctrl + C to copy.
The variable is username.
Sample output: Hello World.
The HTML abbreviation.
Definition term with proper styling.
Published on .
Links
This is a standard link with hover effects.
Custom colored link with hover transition.
Link that opens in new tab with proper styling.
Unordered Lists
- First list item with custom bullet (▸)
- Second list item with proper spacing
- Third list item
- Nested list item (◦ bullet)
- Another nested item
- Third level nested (▪ bullet)
- Another third level item
- Back to second level
- Fourth list item
Ordered Lists
- First item with automatic numbering
- Second item with proper formatting
- Third item
- Nested ordered list (1.1)
- Another nested item (1.2)
- Third level nested (1.2.1)
- Another third level (1.2.2)
- Fourth item
Mixed Lists
- Unordered item with bold and italic
- Another item with link
-
Nested mixed list:
- Ordered inside unordered
- Second ordered item
Images
Standard Image
Image with Caption
This is an image caption with proper styling and italics.
WordPress Style Caption
WordPress style caption with proper formatting.
Image Alignment
This image is left aligned with text wrapping around it. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
This image is right aligned with text wrapping around it. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Center aligned image with centered caption
Tables
Standard Table
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Row 1, Cell 1 | Row 1, Cell 2 | Row 1, Cell 3 |
| Row 2, Cell 1 | Row 2, Cell 2 | Row 2, Cell 3 |
| Row 3, Cell 1 | Row 3, Cell 2 | Row 3, Cell 3 |
| Table footer with colspan | ||
Product Pricing Table
| Product | Price | Stock | Status |
|---|---|---|---|
| Web Design | $499 | 5 | ● Available |
| Development | $799 | 3 | ● Limited |
| SEO Package | $299 | 0 | ● Out of Stock |
| All prices are in USD and subject to change | |||
Blockquotes
This is a standard blockquote with a left border and proper styling. The quote is displayed in a serif font with italics for elegance.
Design is not just what it looks like and feels like. Design is how it works.
Steve Jobs
Success is not final, failure is not fatal: it is the courage to continue that counts.
Winston Churchill
Inline Quote
As the saying goes, This is an inline quote
with proper styling.
Code Blocks
Inline Code
To use PHP, write <?php echo "Hello World"; ?> in your template.
For JavaScript, use console.log("Hello World");
Preformatted Code Block
<?php
// PHP Code Example
class User {
private $name;
private $email;
public function __construct($name, $email) {
$this->name = $name;
$this->email = $email;
}
public function greet() {
return "Hello, " . $this->name . "!";
}
}
$user = new User("John Doe", "john@example.com");
echo $user->greet();
?>
HTML Code Block
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample Page</title>
</head>
<body>
<header>
<h1>Welcome to My Website</h1>
</header>
</body>
</html>
CSS Code Block
/* CSS Example */
.blog-post-content {
max-width: 800px;
margin: 0 auto;
padding: 20px;
font-family: 'Georgia', serif;
line-height: 1.8;
}
.blog-post-content h1 {
font-size: 36px;
color: #1a7cd4;
border-bottom: 2px solid #bde0fe;
}
Pull Quotes
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Drop Cap
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
The drop cap makes the first letter of the paragraph larger and more prominent. This is a classic typographic technique used in magazines and books to create visual interest at the start of a section or article.
Horizontal Rules
Regular horizontal rule:
Multiple horizontal rules for visual separation:
Special Elements
Alert/Notice Box
Tags/Pills
Definition Lists
- HTML
- HyperText Markup Language - The standard markup language for creating web pages.
- CSS
- Cascading Style Sheets - A style sheet language used for describing the presentation of a document.
- JavaScript
- A programming language that enables interactive web pages and is an essential part of web applications.
- PHP
- A popular general-purpose scripting language that is especially suited to web development.
Details/Summary
What is Web Design?
Web design encompasses many different skills and disciplines in the production and maintenance of websites. The different areas of web design include web graphic design, user interface design, authoring, including standardised code and proprietary software, user experience design, and search engine optimization.
Why Choose Our Services?
We provide comprehensive web solutions tailored to your business needs. Our team of experienced professionals ensures high-quality results with attention to detail and customer satisfaction.
- Expert team with years of experience
- Custom solutions for your business
- Affordable pricing packages
- 24/7 customer support
Our Development Process
- Discovery & Research
- Strategy & Planning
- Design & Prototyping
- Development & Testing
- Launch & Support
Address
Web Designers Sri Lanka123 Main Street,
Colombo 01, Sri Lanka
Phone: 077-9190673
Email: info@webdesigners.lk
Figure & Figcaption
Mixed Content Example
About Our Company
We are a leading web design and development company based in Sri Lanka. With over a decade of experience, we have helped hundreds of businesses establish a strong online presence.
Our Services Include:
- Web Design - Custom designs that capture your brand identity
- Web Development - Robust, scalable web applications
- SEO Services - Improve your search engine rankings
- E-commerce Solutions - Online stores that convert
Quality is not an act, it is a habit.
Aristotle
Responsive Elements
Responsive image with caption 1
Responsive image with caption 2
Responsive image with caption 3
Table with Mixed Content
| Feature | Basic | Pro | Enterprise |
|---|---|---|---|
| Web Design | ✓ | ✓ | ✓ |
| Development | — | ✓ | ✓ |
| SEO Optimized | ✓ | ✓ | ✓ |
| E-commerce | — | — | ✓ |
| Support | Email + Chat | 24/7 Premium | |
| Pricing: Basic ($49/mo) | Pro ($99/mo) | Enterprise (Custom) | |||
End of Content — All WYSIWYG elements have been tested