diff --git a/content/projects/_index.md b/content/projects/_index.md
new file mode 100644
index 0000000..8677849
--- /dev/null
+++ b/content/projects/_index.md
@@ -0,0 +1,11 @@
++++
+title = "Проекты"
+sort_by = "weight"
+template = "cards.html"
+insert_anchor_links = "left"
+
+[extra]
+social_media_card = "projects/projects.jpg"
+show_reading_time = false
+quick_navigation_buttons = true
++++
diff --git a/content/projects/peertube.md b/content/projects/peertube.md
new file mode 100644
index 0000000..4d78776
--- /dev/null
+++ b/content/projects/peertube.md
@@ -0,0 +1,9 @@
++++
+title = "Peertube"
+description = "Видеохостинг"
+weight = 2
+
+[extra]
+local_image = "projects/peertube.svg"
+link_to = "https://video.zlinux.ru"
++++
diff --git a/content/projects/projects.jpg b/content/projects/projects.jpg
new file mode 100644
index 0000000..dce4ac0
Binary files /dev/null and b/content/projects/projects.jpg differ
diff --git a/content/projects/searxng.md b/content/projects/searxng.md
new file mode 100644
index 0000000..878335d
--- /dev/null
+++ b/content/projects/searxng.md
@@ -0,0 +1,9 @@
++++
+title = "Searxng"
+description = "Поисковая система"
+weight = 3
+
+[extra]
+local_image = "projects/searxng.svg"
+link_to = "https://search.zlinux.ru/searxng/"
++++
diff --git a/content/projects/sharkey.md b/content/projects/sharkey.md
new file mode 100644
index 0000000..ab23ef2
--- /dev/null
+++ b/content/projects/sharkey.md
@@ -0,0 +1,9 @@
++++
+title = "Sharkey"
+description = "Социальная сеть"
+weight = 1
+
+[extra]
+local_image = "projects/sharkey.svg"
+link_to = "https://zlinux.ru"
++++
diff --git a/static/projects/peertube.svg b/static/projects/peertube.svg
new file mode 100644
index 0000000..60b5a7f
--- /dev/null
+++ b/static/projects/peertube.svg
@@ -0,0 +1,30 @@
+
+
+
\ No newline at end of file
diff --git a/static/projects/searxng.svg b/static/projects/searxng.svg
new file mode 100644
index 0000000..b94fe37
--- /dev/null
+++ b/static/projects/searxng.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/static/projects/sharkey.svg b/static/projects/sharkey.svg
new file mode 100644
index 0000000..4b7691e
--- /dev/null
+++ b/static/projects/sharkey.svg
@@ -0,0 +1,44 @@
+
+
+
\ No newline at end of file