---
title: "I’m happy to announce the launch of my new website!"
description: "I have finally launched my newly redesigned personal website. This website aims to provide information about my latest web projects, useful articles a"
url: "https://www.tassos.gr/blog/i-m-happy-to-announce-the-launch-of-my-new-website"
date: "2026-05-01T06:34:08+00:00"
language: "en-GB"
---

#  I’m happy to announce the launch of my new website!

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

 Published in [Blog](https://www.tassos.gr/blog)

 Sep 5 2014

 1 min read

 Last updated may 14 2024

 ![I’m happy to announce the launch of my new website!](https://www.tassos.gr/media/template/fallback.png)I have finally launched my newly redesigned personal website. This website aims to provide information about my latest web projects, useful articles and published [Joomla Extensions](https://www.tassos.gr/joomla-extensions).

If you have any questions about your Web Design project or need general help, please feel free to contact me [here](https://www.tassos.gr/contact) or follow me on [Twitter](http://www.twitter.com/tassosm)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "I’m happy to announce the launch of my new website!",
            "item": "https://www.tassos.gr/blog/i-m-happy-to-announce-the-launch-of-my-new-website"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/i-m-happy-to-announce-the-launch-of-my-new-website"
    },
    "headline": "I’m happy to announce the launch of my new website!",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://x.com/tassosm"
    },
    "datePublished": "2014-09-05T00:00:00+03:00",
    "dateCreated": "2014-09-05T00:00:00+03:00",
    "dateModified": "2024-05-14T10:40:35+03:00"
}
```
