-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.php
More file actions
32 lines (29 loc) · 1.11 KB
/
services.php
File metadata and controls
32 lines (29 loc) · 1.11 KB
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
<?php
include 'partials/header.php'
?>
<section class="singlepost">
<div class="container singlepost__container">
<h1>Services</h1>
<h3>
What We Offer
</h3>
<br>
<p>
<ol type="1">
<li>1. <b>Blog Publishing:</b> Create and share original blog posts across a variety of categories—from travel stories to tech insights.</li>
<br>
<li>2. <b>User Account Management:</b> Users can register, log in, and manage their profiles, enabling a personal and secure writing experience.</li>
<br>
<li>3. <b>Content Editing Tools:</b> Edit and update your blog posts with ease, whether you're refining your words or adding new ideas.</li>
<br>
<li>4. <b>Category Management:</b> Admins can organize blog content with meaningful categories to make browsing easier and more intuitive.</li>
<br>
<li>5. <b>Featured Posts:</b> Highlight select posts on the homepage to give standout content extra visibility.</li>
<br>
<li>6. <b>Admin Dashboard:</b> A centralized panel for managing posts, categories, and users with straightforward controls and analytics.</li>
</ol>
</p>
</section>
<?php
include 'partials/footer.php'
?>