Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHadi Sinaee <sinaee.hadi@gmail.com>2019-08-27 11:23:13 +0300
committerHadi Sinaee <sinaee.hadi@gmail.com>2019-08-27 11:23:13 +0300
commit595be488ac44f88a36059dba2775feb19c0ce128 (patch)
treeab2f8aea1376244b1a9b4e55875ed32c51259608
parent891e839b6f7892dcac653699bc6d38d93f7b2d7e (diff)
feat: add a sample project to exampleSites
-rw-r--r--exampleSite/content/projects/hodhod/index.md8
-rw-r--r--exampleSite/content/projects/hodhod/logo.pngbin0 -> 66814 bytes
-rw-r--r--exampleSite/content/projects/prometeo/index.md12
3 files changed, 8 insertions, 12 deletions
diff --git a/exampleSite/content/projects/hodhod/index.md b/exampleSite/content/projects/hodhod/index.md
new file mode 100644
index 0000000..cb43ed3
--- /dev/null
+++ b/exampleSite/content/projects/hodhod/index.md
@@ -0,0 +1,8 @@
+---
+title: "Hodhod"
+date: 2019-08-26T16:36:11+04:30
+draft: true
+---
+
+
+This is a test
diff --git a/exampleSite/content/projects/hodhod/logo.png b/exampleSite/content/projects/hodhod/logo.png
new file mode 100644
index 0000000..132df29
--- /dev/null
+++ b/exampleSite/content/projects/hodhod/logo.png
Binary files differ
diff --git a/exampleSite/content/projects/prometeo/index.md b/exampleSite/content/projects/prometeo/index.md
deleted file mode 100644
index 1f3e1ac..0000000
--- a/exampleSite/content/projects/prometeo/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "Prometeo"
-date: 2019-08-19T17:41:27+02:00
-draft: false
----
-
-# Prometeo Desktop
-
-Prometeo is a Windows desktop application, wrote in C#. It allows its user to exchange files and folders across the LAN in a peer-to-peer architectural model.
-Every user in the network that has the application can act both as a client and as a server.
-The actual exchange of data involves two stages. Initially, an UDP-based communication protocol is used to search other peers on the LAN, as well as to periodically signal its own presence.
-Then, a TCP-based transfer protocol performs the exchange in a similar but simplified way as FTP protocol does.