{% extends "base.html" %} {% load static %} {% block title %}{{ profile.full_name }} — {{ profile.headline }}{% endblock %} {% block content %}
{% if profile.is_open_to_work %}
Tersedia untuk proyek baru
{% endif %}

Halo, saya
{{ profile.full_name }}

{% if profile.words %} {% else %} {{ profile.headline }} {% endif %}

{{ profile.bio|default:profile.headline }}

Lihat Portofolio Hubungi Saya {% if profile.cv_file %} Unduh CV {% endif %}

0

Pengalaman

0

Proyek

0

Sertifikat

0

Tulisan

{% if profile.photo %} {{ profile.full_name }} {% else %}
{{ profile.full_name|slice:":2"|upper }}
{% endif %}

{{ profile.full_name }}

{{ profile.headline }}

{% if skills %}
{% for skill in skills %} {{ skill.name }} {% endfor %}
{% endif %} {% if experience_groups %}

Karier

Pengalaman Kerja

Lihat semua
{% for group in experience_groups %} {% include "careers/partials/experience_group.html" with group=group compact=True %} {% endfor %}
{% endif %} {% if projects %}

Portofolio

Proyek Unggulan

Semua proyek
{% endif %} {% if posts %}

Blog

Tulisan Terbaru

Semua tulisan
{% for post in posts %} {% include "blog/partials/post_card.html" with post=post delay=forloop.counter0 %} {% endfor %}
{% endif %}

Punya proyek? Mari bicara.

Saya terbuka untuk kolaborasi, freelance, atau sekadar ngobrol soal teknologi.

Kirim Pesan {% if profile.whatsapp_url %} WhatsApp {% endif %}
{% endblock %}