summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html21
1 files changed, 17 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index 396c663..066ba9c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -23,8 +23,14 @@
/>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
+ <script src="https://unpkg.com/htmx.org@1.9.12" integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2" crossorigin="anonymous"></script>
- <title>Document</title>
+
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.5/codemirror.min.css">
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.5/codemirror.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.5/mode/python/python.min.js"></script>
+
+ <title>Визитка: Стас Медведев</title>
</head>
<body
class="w-screen overflow-x-hidden flex flex-col gap-4 items-center bg-stone-50 source-code-pro-500 p-2"
@@ -34,11 +40,18 @@
<div class="flex flex-wrap w-full md:w-3/4 justify-around gap-4">
<div class="w-full md:w-1/3">
{% include 'partials/about.html' %}
- {% include 'partials/palette.html' %}
- {% include 'partials/services.html' %}
+ {% include 'partials/code/index.html' %}
+
</div>
- <div class="w-full md:w-1/3">
+ <div class="w-full md:w-1/3 flex flex-col gap-4 ">
+ <div class="about">
+ <a href="https://t.me/yetsam_tg">Мой телеграм:
+ <span class="text-primary-600 hover:text-primary-800 underline">@yetsam_tg</span>
+ </a>
+
+ </div>
{% include 'partials/avatars.html' %}
+ {% include 'partials/services.html' %}
</div>
</div>