{% extends 'base.html' %} {% load i18n %} {% block title %}Home{% endblock %} {% block content %}

{% translate "Hi! You found Osama's project & blog centre.." %}

{% translate 'I am a young enthusiast in the programming field, specializing in sectors including not limited to: Data Analysis/Extraction, APIs, and Web Development.. Check out my skills, socials, and projects!' %}

{% translate 'About Me' %}

{% translate "I'm Osama Alhennawi, a passionate programming enthusiast with expertise in areas such as Data Analysis, Data Extraction, APIs, and Web Development. Explore my skills, socials, and projects!" %}


{% translate 'My TOP Skills' %}

{% translate 'Software Design' %} {% translate 'HDL Buspro' %} {% translate 'Wordpress' %} {% translate 'Digital Marketing' %} {% translate 'System Admin' %} {% translate 'cPanel' %} {% translate 'Python' %} {% translate 'JavaScript' %} {% translate 'Linux' %} {% translate 'Django' %} {% translate 'PHP' %} {% translate 'Databases' %}

{% translate 'Social Media' %}

{% translate 'Latest Projects' %}

{% translate 'View All' %}
{% for project in projects %}
AI Chatbot

{{ project.name }}

{% translate project.description %}

{% if project.preview %}{% translate 'Preview' %}{% endif %} {% if project.source %}{% translate 'Github Link' %}{% endif %}
{% endfor %}

{% translate 'Latest Blogs' %}

{% translate 'View All' %}
{% for blog in blogs %}
AI Future

{% translate blog.title %}

{{ blog.description }}

{% translate 'Read more' %}
{% endfor %} {% if not blogs %}

{% translate 'No blogs yet! Stay tuned..' %}

{% endif %}
{% endblock %}