{% 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 experiences %}

Karier

Pengalaman Kerja

Lihat semua
{% for exp in experiences %}
{% if exp.logo %} {{ exp.company }} {% else %} {{ exp.company|slice:":1"|upper }} {% endif %}

{{ exp.position }}

{% if exp.company_url %}{{ exp.company }}{% else %}{{ exp.company }}{% endif %} · {{ exp.get_employment_type_display }}

{{ exp.period }} · {{ exp.duration }} {% if exp.location %}· {{ exp.location }} ({{ exp.get_location_type_display }}){% endif %}

{% if exp.bullets %}
    {% for b in exp.bullets|slice:":3" %}
  • {{ b }}
  • {% endfor %}
{% endif %} {% if exp.skills.all %}
{% for s in exp.skills.all %}{{ s.name }}{% endfor %}
{% endif %}
{% 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 %}