2022-06-03 21:38:49 +00:00
---
layout: default
---
2022-06-27 15:12:17 +00:00
< div class = "home art" >
2022-12-10 19:53:50 +00:00
< div class = 'notice' >
{% assign email_body = "Hello Mahdi,%0A%0AI am looking for a photographer for < please describe your event / goal and the timing , if you know it . > .%0A%0ABest,%0A< Your name > " %}
{% assign email_subject = "Photography Service" %}
< p >
If you want to hire me as a photographer, send me an email to
< a href = 'mailto:mdibaiee@pm.me?subject={{ email_subject }}&body={{ email_body}}' > mdibaiee@pm.me< / a >
< / p >
< / div >
2023-01-25 18:09:26 +00:00
< div class = 'side-anchors' >
< details open >
< summary > Highlights< / summary >
< ul >
{% for post in site.art reversed %}
{% if post.published == false %}
{% continue %}
{% endif %}
{% if post.anchor == nil %}
{% continue %}
{% endif %}
< li >
< a href = '#{{ post.title }}' >
< span class = 'meta' >
{{ post.date | date: "%Y" }}
< / span >
{{ post.anchor }}
< / a >
< / li >
{% endfor %}
< / ul >
< / details >
< / div >
2022-06-03 21:38:49 +00:00
< ul class = "post-list" >
2022-07-06 17:05:11 +00:00
{% for post in site.art reversed %}
2022-06-03 21:38:49 +00:00
{% if post.published == false %}
{% continue %}
{% endif %}
< li class = 'lang-{% if post.lang %}{{ post.lang }}{% else %}en{% endif %}' >
< h2 >
<!-- <a class="post - link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> -->
<!-- <p class="post - meta">
< span > {{ post.date | date: "%b %-d, %Y" }}< / span >
{% if post.meta %} • < span > {{ post.meta }}< / span > {% endif %}
< / p > -->
< article class = 'post-content' >
2023-01-25 18:09:26 +00:00
{% if post.anchor %}
< span id = '{{ post.title }}' > < / span >
{% endif %}
2022-06-03 21:38:49 +00:00
{{ post.content | markdownify }}
< / article >
< / li >
{% endfor %}
< / ul >
< p class = "rss-subscribe" > subscribe < a href = "{{ " / feed . xml " | prepend: site . baseurl } } " > via rss< / a > < / p >
< / div >