2022-08-28 23:54:19 +03:00
|
|
|
{{ define "main" }}
|
|
|
|
<div class="container">
|
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<p class="bg-white border rounded shadow-sm p-3 text-center">
|
2023-06-25 20:24:13 +03:00
|
|
|
🙃<br>
|
|
|
|
Hey, my name is Alexander Popov.
|
|
|
|
I am a chef of anything IT.
|
2022-08-28 23:54:19 +03:00
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
2023-06-25 20:24:13 +03:00
|
|
|
{{ template "_index/projects.html" . }}
|
|
|
|
{{ template "_index/projects2.html" . }}
|
|
|
|
{{ template "_index/what_i_use.html" . }}
|
|
|
|
{{ template "_index/reach_me.html" . }}
|
2022-08-28 23:54:19 +03:00
|
|
|
|
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|