diff --git a/.browserslistrc b/.browserslistrc
new file mode 100644
index 0000000..8e54e41
--- /dev/null
+++ b/.browserslistrc
@@ -0,0 +1,14 @@
+# Browsers that we support
+
+last 3 versions
+ie >= 10
+edge >= 12
+firefox >= 28
+chrome >= 21
+safari >= 6.1
+opera >= 12.1
+ios >= 7
+android >= 4.4
+blackberry >= 10
+operamobile >= 12.1
+samsung >= 4
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..78c6dde
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = space
+indent_size = 2
diff --git a/.forestry/settings.yml b/.forestry/settings.yml
deleted file mode 100644
index 3b54c69..0000000
--- a/.forestry/settings.yml
+++ /dev/null
@@ -1,48 +0,0 @@
----
-new_page_extension: md
-auto_deploy: false
-admin_path: ''
-webhook_url:
-sections:
-- type: directory
- path: content
- label: Pages
- create: all
- match: "*"
-- type: directory
- path: content/projekti
- label: Projekti
- create: all
- match: "**/*"
-- type: directory
- path: content/manifest
- label: Manifest
- create: all
- match: "**/*"
-- type: directory
- path: content/authors
- label: Authors
- create: all
- match: "**/*"
-- type: directory
- path: content/posts
- label: Posts
- create: all
- match: "**/*"
-upload_dir: static/uploads
-public_path: "/uploads"
-front_matter_path: ''
-use_front_matter_path: false
-file_template: ":filename:"
-build:
- preview_command: hugo -E -F -D -b $DEPLOY_URL -d public
- publish_command: hugo -d public
- preview_env:
- - HUGO_ENV=staging
- - HUGO_VERSION=0.54.0
- publish_env:
- - HUGO_ENV=production
- - HUGO_VERSION=0.53
- preview_output_directory: public
- output_directory: public
-version: '0.53'
diff --git a/.gitignore b/.gitignore
index 2815b1d..f9febab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
public
-.netlify
\ No newline at end of file
+.netlify
+node_modules
+out
+.idea
diff --git a/.nvmrc b/.nvmrc
new file mode 100644
index 0000000..48082f7
--- /dev/null
+++ b/.nvmrc
@@ -0,0 +1 @@
+12
diff --git a/archetypes/default.md b/archetypes/default.md
deleted file mode 100644
index b8f77d6..0000000
--- a/archetypes/default.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: false
----
diff --git a/assets/sass/_animation.scss b/assets/sass/_animation.scss
deleted file mode 100644
index 142ce77..0000000
--- a/assets/sass/_animation.scss
+++ /dev/null
@@ -1,11 +0,0 @@
-@keyframes rotate {
- 0% {
- transform: rotate(0deg) scale(1);
- }
- 50% {
- transform: rotate(180deg) scale(0.8);
- }
- 100% {
- transform: rotate(360deg) scale(1);
- }
-}
\ No newline at end of file
diff --git a/assets/sass/_article.scss b/assets/sass/_article.scss
deleted file mode 100644
index 2cc0a7c..0000000
--- a/assets/sass/_article.scss
+++ /dev/null
@@ -1,75 +0,0 @@
-.news > div {
- margin-right: 20px;
-}
-.post {
- padding-right: 1em;
- margin-bottom: 2em;
- p {
- margin-bottom: 0.5em;
- }
- .read_more {
- font-size: 1em;
- line-height: 1.8em;
- text-transform: uppercase;
- color: #666;
- i {
- padding-right: 2px;
- }
- }
- ul#social {
- margin: 2em 0;
- list-style: none;
- width: 100%;
- padding-left: 0;
- li {
- float: left;
- margin-right: 1em;
- color: $color-hs-blue;
- a {
- color: $color-hs-blue;
- }
- }
- @include clearfix();
- }
- .center-cropped {
- width: 100%;
- height: 300px;
- background-position: center center;
- background-repeat: no-repeat;
- }
- .bckg-top {
- background-position: center top;
- }
- h1 {
- margin: 0 0 0.3em 0;
- line-height: 1em;
- }
- h3 {
- margin: 1em 0 0 0;
- }
- .post-subtitle {
- color: #666;
- margin: 0 0 1em 0;
- font-size: 0.8em;
- letter-spacing: -2px;
- i {
- margin-right: 0.3em;
- }
- }
- .post-subtitle-small {
- color: #666;
- margin: 1.5em 0 1em 0;
- font-size: 0.6em;
- letter-spacing: -2px;
- i {
- margin-right: 10px;
- }
- }
-}
-#tags {
- list-style: none;
- font-size: 0.7em;
- li {
- float:left ;
- }
-}
\ No newline at end of file
diff --git a/assets/sass/_authors.scss b/assets/sass/_authors.scss
deleted file mode 100644
index 23e91f3..0000000
--- a/assets/sass/_authors.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-.author {
- .links a {
- margin-right: 0.5em;
- }
- a i.fab, a i.far, a i.fas {
- &:hover {
- color: $color-hs-black;
- }
- }
-}
\ No newline at end of file
diff --git a/assets/sass/_header_media.scss b/assets/sass/_header_media.scss
deleted file mode 100644
index 78da967..0000000
--- a/assets/sass/_header_media.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-@media screen and (max-width: $screen-small) {
- .site-logo {
- width: 30px;
- margin-left: 5px;
- }
- header {
- width: 100vh;
- left: 0;
- }
- nav.nav-primary li {
- margin-left: 0.5em;
- font-size: 0.9em;
- line-height: 1.5em;
- }
- nav.nav-lang {
- position: fixed;
- top: 10px;
- ul li a {
- background-color: $color-hs-blue;
- padding: 5px;
- }
- li.current-lang {
- display: none;
- }
- }
-}
\ No newline at end of file
diff --git a/assets/sass/_zmain.scss b/assets/sass/_zmain.scss
deleted file mode 100644
index a12cc1c..0000000
--- a/assets/sass/_zmain.scss
+++ /dev/null
@@ -1,49 +0,0 @@
-
-$section-padding: 4em;
-
-.grid {
- display: grid;
- grid-template-columns: 1fr minmax(auto, 1120px) 1fr;
- grid-gap: 1em;
-}
-
-main {
- padding-top: 70px;
-}
-main .grid, footer.grid {
- padding: $section-padding 0;
-}
-main .grid:first-child {
- padding: $section-padding/2;
-}
-
-
-.content-wrap {
- grid-column: 2;
- font-size: 2em;
- line-height: 1.2;
-}
-.content-wrap-1em {
- grid-column: 2;
- font-size: 1em;
- line-height: 1;
-}
-
-
-h1.superbig {
- font-size: 16em;
- line-height: .7em;
-}
-
-.count {
- font-size: 2em;
-}
-.counter {
- font-size: 1.5em;
- text-align: center;
- letter-spacing: -2px;
- padding: 10px;
-}
-.flex-column:not(:last-child) .counter {
- border-right: 1px dotted $color-hs-black;
-}
diff --git a/assets/sass/_zmain_media.scss b/assets/sass/_zmain_media.scss
deleted file mode 100644
index 727b6da..0000000
--- a/assets/sass/_zmain_media.scss
+++ /dev/null
@@ -1,49 +0,0 @@
-@media screen and (max-width: $screen-large) {
- .content-wrap {
- padding: 0 60px 0 100px;
- }
-}
-
-@media screen and (max-width: $screen-break) {
- .flex {
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .grid {
- display: block;
- }
- main {
- padding-top: 30px;
- .grid {
- padding: 2em 0;
- &:first-child {
- padding: 2em 0 1em 0;
- }
- }
- }
- .content-wrap {
- padding: 0 10px;
- font-size: 1.2em;
- }
- hr {
- margin: 2em 1em;
- height: 1px;
- }
- h1.superbig {
- font-size: 6em;
- line-height: 0.5em;
- }
- .bg-counter .flex {
- flex-direction: row;
- }
- .counter {
- font-size: 1em;
- }
-}
-
-@media screen and (max-width: $screen-small) {
- body {
- font-size: 0.8em;
- }
-}
\ No newline at end of file
diff --git a/config.toml b/config.toml
deleted file mode 100644
index f9385ba..0000000
--- a/config.toml
+++ /dev/null
@@ -1,3 +0,0 @@
-baseURL = "https://heapspace.rs/"
-languageCode = "sr-RS"
-title = "Heapspace"
diff --git a/config/_default/config.toml b/config/_default/config.toml
deleted file mode 100644
index df8f32a..0000000
--- a/config/_default/config.toml
+++ /dev/null
@@ -1,52 +0,0 @@
-baseURL = "https://heapspace.rs/"
-title = "Heapspace"
-disableRss = true
-
-DefaultContentLanguage = "sr"
-defaultContentLanguageInSubdir = false
-
-footnotereturnlinkcontents = "↩"
-
-# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
-disableAliases = true
-
-disableKinds = ["categories", "RSS", "section", "taxonomyTerm"]
-
-[taxonomies]
- tag = "tags"
- series = "series"
- author = "authors"
-
-[permalinks]
- posts = "/blog/:slug/"
- authors = "/tim/:slug"
-
-[outputs]
- home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
- section = [ "HTML", "RSS"]
-
-
-[mediaTypes]
-[mediaTypes."text/netlify"]
- delimiter = ""
-
-
-[outputFormats]
-
-[outputFormats.REDIR]
- mediatype = "text/netlify"
- baseName = "_redirects"
- isPlainText = true
- notAlternative = true
-
-[outputFormats.HEADERS]
- mediatype = "text/netlify"
- baseName = "_headers"
- isPlainText = true
- notAlternative = true
-
-
-[blackfriday]
- plainIDAnchors = true
- hrefTargetBlank = true
- angledQuotes = false
diff --git a/config/_default/languages.toml b/config/_default/languages.toml
deleted file mode 100644
index eeee9a9..0000000
--- a/config/_default/languages.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-[sr]
-languageName = "Srpski"
-weight = 1
-
-[en]
-languageName = "English"
-weight = 2
-[en.permalinks]
- authors = "/team/:slug"
diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml
deleted file mode 100644
index 3b53342..0000000
--- a/config/_default/menus/menu.en.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-[[main]]
- identifier = "projects"
- name = "projects"
- url = "/en/projects"
- weight = 10
-
-[[main]]
- identifier = "manifest"
- name = "manifest"
- url = "/en/manifest"
- weight = 30
-
-[[main]]
- identifier = "partners"
- name = "partners"
- url = "/en/partners"
- weight = 33
-
-[[main]]
- identifier = "contact"
- name = "contact"
- url = "/en/contact"
- weight = 50
diff --git a/config/_default/menus/menu.sr.toml b/config/_default/menus/menu.sr.toml
deleted file mode 100644
index b317470..0000000
--- a/config/_default/menus/menu.sr.toml
+++ /dev/null
@@ -1,29 +0,0 @@
-[[main]]
- identifier = "projects"
- name = "projekti"
- url = "/projekti"
- weight = 10
-
-[[main]]
- identifier = "manifest"
- name = "manifest"
- url = "/manifest"
- weight = 30
-
-[[main]]
- identifier = "partners"
- name = "partneri"
- url = "/partneri"
- weight = 33
-
-[[main]]
- identifier = "blog"
- name = "blog"
- url = "/blog"
- weight = 35
-
-[[main]]
- identifier = "contact"
- name = "kontakt"
- url = "/kontakt"
- weight = 50
diff --git a/config/_default/params.toml b/config/_default/params.toml
deleted file mode 100644
index 77c999f..0000000
--- a/config/_default/params.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-lastPostsCount = 5
\ No newline at end of file
diff --git a/content/_index.en.md b/content/_index.en.md
deleted file mode 100644
index b1841e1..0000000
--- a/content/_index.en.md
+++ /dev/null
@@ -1,49 +0,0 @@
----
-title: "Home"
----
-
-{{% section red %}}
-
-Heapspace is an IT community working on the development of local and regional tech environment since 2004.
-
-Our team consists of professionals from different domains of technology, marketing and culture, and we see the greatest value in changing the mindset by engaging in regional cooperation.
-
-{{% /section %}}
-
-
-
-
-{{% section blue %}}
-
-{{< flex >}}
-{{% flex-column %}}
-### [Heapcon](https://heapcon.io)
-{{% /flex-column %}}
-{{% flex-column-2 %}}Tech conference for software engineers. We brought Voxxed Days to Belgrade, and starting from 2018. we organize Heapcon.{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}
-### [Tehnološki doručak](https://tehnoloskidorucak.io)
-{{% /flex-column %}}
-{{% flex-column-2 %}}Series of events promoting local entrepreneurship. Exchange of entrepreneurial ideas alongside with morning coffee and croissants in six cities in the region.{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}
-### [Open Data](https://opendata.rs)
-{{% /flex-column %}}
-{{% flex-column-2 %}}Initiative for advancement of existing open data sets of Republic of Serbia and development of the platform for easier publication of the new sets.{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{% /section %}}
-
-
-
-{{% section counter %}}
-
-{{< flex >}}{{% flex-column %}}{{< count "15" "years of operation" >}}{{% /flex-column %}}
-{{% flex-column %}}{{< count "200+" "events" >}}{{% /flex-column %}}
-{{% flex-column %}}{{< count "2k+" "community members" >}}{{% /flex-column %}}{{< /flex >}}
-
-{{% /section %}}
diff --git a/content/_index.md b/content/_index.md
deleted file mode 100644
index ecbabaa..0000000
--- a/content/_index.md
+++ /dev/null
@@ -1,56 +0,0 @@
----
-title: "Home"
----
-
-{{% section red %}}
-
-Heapspace je IT zajednica koja od 2004. godine radi na razvoju lokalne i regionalne tehnološke scene.
-
-Naš tim čine profesionalci iz različitih domena tehnologije, marketinga i kulture, a najveću vrednost vidimo u menjanju svesti kroz regionalnu saradnju.
-
-{{% /section %}}
-
-
-
-{{% section blue %}}
-
-{{< flex >}}
-{{% flex-column %}}
-### [Heapcon](https://heapcon.io)
-{{% /flex-column %}}
-{{% flex-column-2 %}}Tehnološka konferencija za softverske inženjere. Doveli smo Voxxed Days u Beograd, a od 2018. godine organizujemo Heapcon.{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}
-### [Tehnološki doručak](https://tehnoloskidorucak.io)
-{{% /flex-column %}}
-{{% flex-column-2 %}}Serija događaja koji promovišu lokalno preduzetništvo. Razmena preduzetničkih ideja uz jutarnju kafu i kiflice u šest gradova u regionu.{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}
-### [Open Data](https://opendata.rs)
-{{% /flex-column %}}
-{{% flex-column-2 %}}Inicijativa za unapređenje postojećih skupova otvorenih podataka Republike Srbije i uspostavljanje platforme za lakšu objavu novih skupova.{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{% /section %}}
-
-
-
-{{% section beige %}}
-
-{{< blogs >}}
-
-{{% /section %}}
-
-
-
-{{% section counter %}}
-
-{{< flex >}}{{% flex-column %}}{{< count "15" "godina rada" >}}{{% /flex-column %}}
-{{% flex-column %}}{{< count "200+" "događaja" >}}{{% /flex-column %}}
-{{% flex-column %}}{{< count "2k+" "članova zajednice" >}}{{% /flex-column %}}{{< /flex >}}
-
-{{% /section %}}
\ No newline at end of file
diff --git a/content/authors/dimitrije/_index.en.md b/content/authors/dimitrije/_index.en.md
deleted file mode 100644
index 69be6b3..0000000
--- a/content/authors/dimitrije/_index.en.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Dimitrije
-photo: "mita.jpg"
-slug: dimitrije
----
diff --git a/content/authors/dimitrije/_index.md b/content/authors/dimitrije/_index.md
deleted file mode 100644
index 69be6b3..0000000
--- a/content/authors/dimitrije/_index.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Dimitrije
-photo: "mita.jpg"
-slug: dimitrije
----
diff --git a/content/authors/dimitrije/mita.jpg b/content/authors/dimitrije/mita.jpg
deleted file mode 100644
index aa85629..0000000
Binary files a/content/authors/dimitrije/mita.jpg and /dev/null differ
diff --git a/content/authors/heapcon/_index.md b/content/authors/heapcon/_index.md
deleted file mode 100644
index 2c41536..0000000
--- a/content/authors/heapcon/_index.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "Heapcon tim"
-photo:
-slug: heapcon
----
diff --git a/content/authors/igor/_index.en.md b/content/authors/igor/_index.en.md
deleted file mode 100644
index 02193b1..0000000
--- a/content/authors/igor/_index.en.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Igor
-photo: 'igor.jpg'
-slug: igor
-weight: 1
----
-
-On a good day, I'm freaking awesome.
diff --git a/content/authors/igor/_index.md b/content/authors/igor/_index.md
deleted file mode 100644
index bf3eafe..0000000
--- a/content/authors/igor/_index.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Igor
-photo: 'igor.jpg'
-slug: igor
-weight: 1
----
-
-Dobrim danima sam prokleto sjajan.
\ No newline at end of file
diff --git a/content/authors/igor/igor.jpg b/content/authors/igor/igor.jpg
deleted file mode 100644
index f94edc5..0000000
Binary files a/content/authors/igor/igor.jpg and /dev/null differ
diff --git a/content/authors/ivana/_index.en.md b/content/authors/ivana/_index.en.md
deleted file mode 100644
index 24ef496..0000000
--- a/content/authors/ivana/_index.en.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Ivana
-slug: ivana
----
diff --git a/content/authors/ivana/_index.md b/content/authors/ivana/_index.md
deleted file mode 100644
index 24ef496..0000000
--- a/content/authors/ivana/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Ivana
-slug: ivana
----
diff --git a/content/authors/jovana/_index.en.md b/content/authors/jovana/_index.en.md
deleted file mode 100644
index 3075a2a..0000000
--- a/content/authors/jovana/_index.en.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Jovana
-slug: jovana
----
diff --git a/content/authors/jovana/_index.md b/content/authors/jovana/_index.md
deleted file mode 100644
index 3075a2a..0000000
--- a/content/authors/jovana/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Jovana
-slug: jovana
----
diff --git a/content/authors/nevena/_index.md b/content/authors/nevena/_index.md
deleted file mode 100644
index 2f27ecc..0000000
--- a/content/authors/nevena/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Nevena
-slug: nevena
----
diff --git a/content/authors/nikola/_index.en.md b/content/authors/nikola/_index.en.md
deleted file mode 100644
index b2fdefc..0000000
--- a/content/authors/nikola/_index.en.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Nikola
-slug: nikola
----
diff --git a/content/authors/nikola/_index.md b/content/authors/nikola/_index.md
deleted file mode 100644
index b2fdefc..0000000
--- a/content/authors/nikola/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Nikola
-slug: nikola
----
diff --git a/content/authors/ninoslav/_index.en.md b/content/authors/ninoslav/_index.en.md
deleted file mode 100644
index dc1bbfd..0000000
--- a/content/authors/ninoslav/_index.en.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Ninoslav
-photo: "nino.jpg"
-slug: ninoslav
----
diff --git a/content/authors/ninoslav/_index.md b/content/authors/ninoslav/_index.md
deleted file mode 100644
index dc1bbfd..0000000
--- a/content/authors/ninoslav/_index.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Ninoslav
-photo: "nino.jpg"
-slug: ninoslav
----
diff --git a/content/authors/ninoslav/nino.jpg b/content/authors/ninoslav/nino.jpg
deleted file mode 100644
index 2c41c55..0000000
Binary files a/content/authors/ninoslav/nino.jpg and /dev/null differ
diff --git a/content/authors/stefan/_index.en.md b/content/authors/stefan/_index.en.md
deleted file mode 100644
index 4c4c043..0000000
--- a/content/authors/stefan/_index.en.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Stefan
-slug: stefan
----
diff --git a/content/authors/stefan/_index.md b/content/authors/stefan/_index.md
deleted file mode 100644
index 4c4c043..0000000
--- a/content/authors/stefan/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Stefan
-slug: stefan
----
diff --git a/content/authors/vesna/_index.en.md b/content/authors/vesna/_index.en.md
deleted file mode 100644
index aacdbe4..0000000
--- a/content/authors/vesna/_index.en.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Vesna
-photo: 'vesna.jpg'
-slug: vesna
----
-
-Vesna EN
\ No newline at end of file
diff --git a/content/authors/vesna/_index.md b/content/authors/vesna/_index.md
deleted file mode 100644
index c8da81b..0000000
--- a/content/authors/vesna/_index.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Vesna
-photo: 'vesna.jpg'
-slug: vesna
----
-
-Vesna
\ No newline at end of file
diff --git a/content/authors/vesna/vesna.jpg b/content/authors/vesna/vesna.jpg
deleted file mode 100644
index cea0760..0000000
Binary files a/content/authors/vesna/vesna.jpg and /dev/null differ
diff --git a/content/blog.en.md b/content/blog.en.md
deleted file mode 100644
index e023bd5..0000000
--- a/content/blog.en.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Blog
-translationKey: "blog"
-layout: "blog"
----
-{{% section red %}}
-# Blog & News
-
-We are thinking critically and we want to hear your opinion.
-{{% /section %}}
-
-{{% section %}}
-
-Sorry, we don't have any blog content in English yet.
-
-{{% /section %}}
diff --git a/content/blog.md b/content/blog.md
deleted file mode 100644
index 1b6db12..0000000
--- a/content/blog.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Blog
-translationKey: "blog"
-layout: "blog"
----
-
-{{% section red %}}
-# Blog & Novosti
-
-Razmišljamo kritički i želimo da čujemo i tvoje mišljenje.
-
-{{% /section %}}
diff --git a/content/kontakt.en.md b/content/kontakt.en.md
deleted file mode 100644
index 8a2a9b0..0000000
--- a/content/kontakt.en.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Contact"
-translationKey: "contact"
-url: "contact"
----
-
-{{% section red %}}
-# Contact
-Open to collaboration and to all of your questions.
-{{% /section %}}
-
-{{% section %}}
-Drop us a line to [info@heapspace.rs](mailto:info@heapspace.rs).
-{{% /section %}}
\ No newline at end of file
diff --git a/content/kontakt.md b/content/kontakt.md
deleted file mode 100644
index 4f74a0f..0000000
--- a/content/kontakt.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "Kontakt"
-translationKey: "contact"
----
-
-{{% section red %}}
-# Kontakt
-Otvoreni smo za saradnju i pitanja.
-{{% /section %}}
-
-{{% section %}}
-Piši nam na [info@heapspace.rs](mailto:info@heapspace.rs).
-{{% /section %}}
\ No newline at end of file
diff --git a/content/manifest/body.en.md b/content/manifest/body.en.md
deleted file mode 100644
index 4f43917..0000000
--- a/content/manifest/body.en.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-headless: true
-
----
-{{< flex >}}
-{{% flex-column %}}{{< superbig "1" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### A community, not an organisation.
-
-Heapspace is not just an organisation, but a community that rests on direct contacts with its members. We listen and understand actual problems, but we also recognize the opportunities of the regional tech environment.
-{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}{{< superbig "2" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### Knowledge made available.
-
-Ever since JavaSvet was founded in 2004, all events we’ve organised have been free or their content was available online. This didn’t change even when we expanded our scope and became Heapspace. We believe that knowledge is a prerequisite to raise the awareness and that’s why we want to make it available to everyone.
-{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}{{< superbig "3" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### Changing the mindset.
-
-When it comes to staying quiet or raising our voice, most of us would go with staying quiet, as we’ve been taught so ever since we were kids. It’s time to change that, as technology lets you connect with other, learn about other cultures and get information correctly.
-{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}{{< superbig "4" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### Joining forces.
-
-Heapspace has no value, unless we join our forces with other communities that aim to make a change in the society. This is why our projects aim at one thing: development of the regional tech scene. Alone we walk, together we run!
-{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}{{< superbig "5" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### No discrimination.
-
-Heapspace welcomes any person regardless of skin colour, sex, nationality, sexual orientation... We’re all brought together by the idea of developing the tech scene in Serbia and region. {{% /flex-column-2 %}} {{< /flex >}}
\ No newline at end of file
diff --git a/content/manifest/body.sr.md b/content/manifest/body.sr.md
deleted file mode 100644
index 7864e2b..0000000
--- a/content/manifest/body.sr.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-headless: true
-
----
-{{< flex >}}
-{{% flex-column %}}{{< superbig "1" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### Zajednica, a ne organizacija.
-
-Heapspace nije samo organizacija, već zajednica koja počiva na neposrednim kontaktima sa svojim članovima. Osluškujemo i razumemo tekuće probleme, ali prepoznajemo i prednosti regionalne tehnološke scene.
-{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}{{< superbig "2" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### Dostupno znanje.
-
-Od nastanka JavaSveta 2004. godine, svi događaji koje smo organizovali su bili besplatni ili je njihov sadržaj bio dostupan na Internetu. To se nije promenilo ni kada smo proširili polje delovanja i postali Heapspace. Smatramo da je znanje nužan preduslov menjanja svesti i zato želimo da svima bude dostupno.
-{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}{{< superbig "3" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### Menjanje svesti.
-
-Između sagni glavu i digni glas, biraš sagni glavu, jer su te tako učili od malena. Vreme je da se to promeni, jer ti tehnologija omogućava da se povezuješ sa drugim ljudima, učiš o drugim kulturama i informišeš se na pravi način.
-{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}{{< superbig "4" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### Udruživanje.
-
-Heapspace sam po sebi nema vrednost, ako se ne udružujemo sa ostalim zajednicama koje imaju za cilj da naprave promenu u društvu. Zato naši projekti imaju ovo glavno usmerenje: razvoj regionalne tehnološke scene. Dok sami koračamo, zajedno trčimo!
-{{% /flex-column-2 %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}{{< superbig "5" >}}{{% /flex-column %}}
-{{% flex-column-2 %}}
-
-### Bez diskriminacije.
-
-U Heapspace je dobrodošao svaki pojedinac bez obzira na boju kože, pol, nacionalnost, seksualnu orijentaciju... Sve članove zajednice spaja ideja razvijanja tehnološke scene u Srbiji i regionu. {{% /flex-column-2 %}} {{< /flex >}}
\ No newline at end of file
diff --git a/content/manifest/index.en.md b/content/manifest/index.en.md
deleted file mode 100644
index 1a920b0..0000000
--- a/content/manifest/index.en.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Manifest"
-translationKey: "manifest"
-url: "manifest"
----
-
-{{% section red %}}
-# Manifest
-
-We believe in these principles. They inspire us.
-
-{{% /section %}}
-
-{{< section_file "body" "white">}}
\ No newline at end of file
diff --git a/content/manifest/index.md b/content/manifest/index.md
deleted file mode 100644
index 1f3eca3..0000000
--- a/content/manifest/index.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "Manifest"
-translationKey: "manifest"
----
-
-{{% section red %}}
-# Manifest
-
-Ovo su načela u koja verujemo i koja nas inspirišu.
-
-{{% /section %}}
-
-{{< section_file "body" "white">}}
\ No newline at end of file
diff --git a/content/partneri/index.en.md b/content/partneri/index.en.md
deleted file mode 100644
index 5b7028f..0000000
--- a/content/partneri/index.en.md
+++ /dev/null
@@ -1,73 +0,0 @@
----
-title: "Partners"
-url: "partners"
-translationKey: "partners"
----
-
-{{% section red %}}
-
-# Partners
-
-EN: Kroz saradnju sa kompanijama omogućavamo povezivanje privatnog i civilnog sektora u tehnologiji.
-
-{{% /section %}}
-
-{{% section white %}}
-
-[CyberAvocado](#cyberavocado)
-[Hooloovoo](#hooloovoo)
-[SpiceFactory](#spicefactory)
-[Zühlke](#zühlke)
-
----
-
-## CyberAvocado
-
-[www.cyberavocado.rs](http://www.cyberavocado.rs/)
-
-CyberAvocado is a small team of lawyers dedicated to provide niche legal services to companies, entrepreneurs, startups and NGOs.
-
-Specific legal expertise and sophisticated knowledge on how IT, media and other creative industries function, enables us to understand our client’s products and offer effective legal solutions in areas of IT, IP, corporate, data protection, media and competition law.
-
-We nurture friendly and honest communication with our clients, offering them not only legal, but commercial advice.
-
-CyberAvocado is proud to partner up with Heapspace, since we belong to the same community and wish to contribute together to further development and promotion of IT and tech entrepreneurship in Serbia.
-
-
-## Hooloovoo
-
-[hooloovoo.rs](https://hooloovoo.rs)
-
-HOOLOOVOO is made of good people and senior programmers and we all think Belgrade is a place for a big IT conference. That's how it all happened - cooperation, trust and support. We believe Heapcon is as important for Serbia as Exit is.
-
-## SpiceFactory
-
-[spicefactory.co](https://spicefactory.co)
-
-SpiceFactory is an innovation partner, helping companies create value for their customers and capture new growth. Our work combines strategy consulting, design and technology to help clients deliver digital products that people will love to use.
-
-Heapspace has been recognized as one of the rare NGOs committed to continuous knowledge, technology and entrepreneurial development in the region through their activities and events. These activities present great motivational boost for local talent and companies to create local intellectual property. We’re glad that there’s such great energy within Heapspace and are proud to be one of the supporters.
-
-## Zühlke
-
-[zuehlke.com](https://www.zuehlke.com/rs/en/)
-
-We want to empower Heapspace community and ideas growing within it – as we do in our every day business.
-
-We believe that current and future activities of this community can enrich and improve our IT ecosystem.
-
-It is great opportunity and honor to be a part of this growth and contribute to its development.
-
-{{% /section %}}
-{{% section beige %}}
-
-Heapspace works with help of:
-
-{{% flex %}}
-{{% flex-column %}}[](https://airtable.com){{% /flex-column %}}
-{{% flex-column %}}[](https://netlify.com){{% /flex-column %}}
-{{% flex-column %}}[](https://slack.com){{% /flex-column %}}
-{{% flex-column %}}[](https://zapier.com){{% /flex-column %}}
-{{% /flex %}}
-
-{{% /section %}}
\ No newline at end of file
diff --git a/content/partnerup/back.png b/content/partnerup/back.png
deleted file mode 100644
index 108adf0..0000000
Binary files a/content/partnerup/back.png and /dev/null differ
diff --git a/content/partnerup/index.md b/content/partnerup/index.md
deleted file mode 100644
index 84e0193..0000000
--- a/content/partnerup/index.md
+++ /dev/null
@@ -1,153 +0,0 @@
----
-title: "PartnerUP"
-layout: "pup"
----
-
-{{% section red %}}
-
-#
-#
-# Partner up with Heapspace
-#
-#
-
-{{% /section %}}
-
-{{% section beige %}}
-#
-# Ko smo mi?
-#
-
-Heapspace je jedna od najstarijih tehnoloških zajednica, osnovana 2004. godine u Beogradu.
-
-Naš tim čine profesionalci iz različitih oblasti tehnologije, marketinga i kulture.
-
-Naše aktivnosti su lokalno i regionalno usmerene na razvoj IT zajednice i preduzetništva.
-
-#
-
-{{% /section %}}
-
-{{% section red %}}
-#
-# Naši projekti
-#
-
-{{< flex >}}
-{{% flex-column %}}
-### [Heapcon](https://heapcon.io)
-{{% /flex-column %}}
-{{% flex-column-2 %}}Konferencija za softverske inženjere i tehnološke biznise koja dovodi svetske stručnjake u Beograd, ali promoviše i regionalnu ekspertizu.{{% /flex-column-2 %}}
-{{< /flex >}}
-##
-{{< flex >}}
-{{% flex-column %}}
-### [Tehnološki doručak](https://tehnoloskidorucak.io)
-{{% /flex-column %}}
-{{% flex-column-2 %}}Promocija lokalnog preduzetništva u šest gradova u regionu: Beograd, Zagreb, Novi Sad, Subotica, Osijek, Niš.{{% /flex-column-2 %}}
-{{< /flex >}}
-##
-{{< flex >}}
-{{% flex-column %}}
-### [Open Data](https://opendata.rs)
-{{% /flex-column %}}
-{{% flex-column-2 %}}Inicijativa za unapređenje postojećih skupova podataka Republike Srbije.{{% /flex-column-2 %}}
-{{< /flex >}}
-
-#
-
-{{% /section %}}
-
-{{% section beige %}}
-#
-# Naša motivacija
-#
-
-Znamo da je ovaj cilj romantičan, ali verujemo da kroz regionalnu saradnju možemo da utičemo na menjanje statusa quo.
-
-Heapspace manifest je ono iza čega stojimo:
-
-[https://heapspace.rs/manifest/](https://heapspace.rs/manifest/)
-
-#
-
-{{% /section %}}
-
-{{% section red %}}
-#
-# Benefiti za vas
-#
-
-{{< flex >}}
-{{% flex-column %}}
-### Website
-{{% /flex-column %}}
-{{% flex-column-2 %}}Bićete izlistani kao Heapspace partner na našem sajtu, a imaćete i prostor da se predstavite u jednom paragrafu teksta.{{% /flex-column-2 %}}
-{{< /flex >}}
-##
-{{< flex >}}
-{{% flex-column %}}
-### Događaji
-{{% /flex-column %}}
-{{% flex-column-2 %}}Dva puta u toku godine ćete moći da se predstavite na Tehnološkom doručku, a bićete pomenuti kao Heapspace partneri tokom izvedbi ovih događaja.{{% /flex-column-2 %}}
-{{< /flex >}}
-##
-{{< flex >}}
-{{% flex-column %}}
-### Newsletter
-{{% /flex-column %}}
-{{% flex-column-2 %}}Tri puta godišnje bi se vaše vesti našle u našem newsletteru koji šaljemo na preko 2,000 adresa, a u svakom newsletteru bi bio vaš logo.{{% /flex-column-2 %}}
-{{< /flex >}}
-##
-{{< flex >}}
-{{% flex-column %}}
-### Heapcon popusti
-{{% /flex-column %}}
-{{% flex-column-2 %}}Imate stalnih 10% popusta na karte za Heapcon konferenciju, a možete iskoristiti i popust na sponzorske pakete u dužem vremenskom periodu.{{% /flex-column-2 %}}
-{{< /flex >}}
-##
-{{< flex >}}
-{{% flex-column %}}
-### Networking
-{{% /flex-column %}}
-{{% flex-column-2 %}}Učestvujte na networking događajima koje organizujemo svake godine.{{% /flex-column-2 %}}
-{{< /flex >}}
-
-#
-
-{{% /section %}}
-
-{{% section_img "back.png" %}}
-#
-# Postanite naš partner!
-#
-
-{{< flex >}}
-{{% flex-column %}}
-
-{{% /flex-column %}}
-{{% flex-column %}}
-### Dimitrije Stamenković
-
-[dimitrije@heapspace.rs](mailto:dimitrije@heapspace.rs)
-
-+381 63 448 241
-{{% /flex-column %}}
-{{< /flex >}}
-
-{{< flex >}}
-{{% flex-column %}}
-
-{{% /flex-column %}}
-{{% flex-column %}}
-### Ninoslav Rupić
-
-[nino@heapspace.rs](mailto:nino@heapspace.rs)
-
-+381 65 2580 415
-{{% /flex-column %}}
-{{< /flex >}}
-
-#
-
-{{% /section %}}
\ No newline at end of file
diff --git a/content/politika-privatnosti.en.md b/content/politika-privatnosti.en.md
deleted file mode 100644
index b4b67fe..0000000
--- a/content/politika-privatnosti.en.md
+++ /dev/null
@@ -1,97 +0,0 @@
----
-title: "Privacy policy"
-url: "privacy-policy"
----
-
-{{% section %}}
-# Privacy policy
-
-This is our privacy policy, which describes what our duties are towards users with respect to the personal data protection (GDPR) and how we use cookies.
-
-Heapspace respects and safeguards the personal integrity of people visiting our website, in particular:
-
-+ we guarantee that we will under no circumstance abuse, sell, or forward to third parties the data that you have provided to us.
-+ we use cookies, as any other website, to collect anonymous data that we use to improve and better the functionalities of our website. It is based on these data that we know which content is popular.
-+ we will collect no data, cookies, or personal information such as name and surname, email address, or domicile without explicit consent of the user.
-
-## Rules of personal data protection
-
-Heapspace receives your personal data when you sign up for our news/newsletter.
-
-The data we collect when you sign up for our news/newsletter are email addresses. The user hereby agree that by signing up for our newsletter they give consent and agree to receive news about Heapspace’s activities. The user is hereby informed that they can cancel and revoke consent to receive this news at any point by clicking on the field “unsubscribe me” in the bottom of the newsletter. To collect these data and send the newsletter, the website Heapspace uses the services of the company MailChimp which also operates in line with the EU legislation (GDPR). You can check this information at the following links: [Privacy Policy](https://mailchimp.us17.list-manage.com/track/click?u=7408690b9f7fe1132e6e7422b&id=af40f6074e&e=0fbb7e19d8) and [Terms of Use](https://mailchimp.us17.list-manage.com/track/click?u=7408690b9f7fe1132e6e7422b&id=404e45cec3&e=0fbb7e19d8).
-
-The data are collected with the best of intents, while respecting the privacy of the user. The data are used for communicating with the user and allowing for a better use of our website.
-
-In addition, anonymous data such as the IP address, time, and type of the browser are also collected via cookies. These data are used to improve the functionalities of the website and collect anonymous statistical data such as visits or popular content.
-
-Cookies are benevolent and so the data they have collected are anonymous. Personal data and cookies are collected solely based on explicit consent of the user and are used only for the use of our website. In addition, third party cookies, such as Google cookies are collected with the prior consent of the user and are used only to monitor the website statistics.
-
-The user has the right to ask for data collected by a webpage to be changed or deleted. Any complaint can be sent to info@heapspace.rs
-
-
-## Data security
-
-To ensure that users’ personal data are secure, Heapspace has undertaken all objective measures, including organizational, technical and staff-wise to ensure that the data are secured from loss, unauthorised change, theft, or access.
-
-All staff that handles users’ personal data are required to handle the data with maximum care, respecting the privacy of the user.
-
-## Cookies
-
-Under the EU legislation we are required to inform you about the use of cookies.
-
-The data collected by our adverting partners, such as Google AdSense, with the prior consent of each individual user, are used to track the number of visits to our website and the number of times our articles have been read.
-
-If the user does not want to receive personalized ads, they can opt out of data collection at any point by using the links below.
-
-You can find more information on how Google uses data and services on [this link]( https://policies.google.com/technologies/partner-sites).
-
-### What are cookies?
-
-Cookies are small, textual data files that are placed on your computer to collect anonymous data.
-
-### What data do cookies collect?
-
-Our cookies, with your consent, collect the IP address of your computer, time, and potentially data on the browser you are using.
-
-By using our website, Heapspace.rs, the user consents to the use of cookies as well as to the use of such information for the statistical purposes of tracking the website traffic.
-
-### How do we use cookies?
-
-We use cookies to track a webpage’s traffic statistics, such as which articles are interesting to the reader and to improve the functioning and increase the speed of the webpage. In addition, cookies are used for your unimpeded and easy use of our website. For example, cookies can remember your search or log-in data that you have left on the webpage, so that you don’t have to log in each time you visit the website.
-
-### What type of cookies exist?
-
-There are first party cookies that we have previously described, and third party cookies placed by partner pages, advertising companies such as Google Analytics and Google AdSense and marketing companies. By using cookies, these companies can track the number of times an article was read or the number of times a link was clicked.
-
-### First party cookies
-
-First party cookies are cookies placed by our website to improve user experience.
-
-### Third party cookies
-
-Our website uses a couple of services that place limited cookies that do not originate from our website, nor do we have control over them, and they are used to enable some functionalities of the website.
-
-### Traffic
-
-Google Analytics can place cookies to measure the traffic coming to our webpages and improve user experience. If you want to disable these cookies, visit the following link: [Google Analytics](https://tools.google.com/dlpage/gaoptout).
-
-### Social media
-
-Cookies can also be used when you share articles on social media such as Facebook.
-
-### How to manage cookies?
-
-You can delete or even block the cookies placed by our website. To find out more about how to manage cookies, check out the help desk pages of the browser you are using. Still, we do not recommend blocking cookies because you could be limiting some functionalities of a webpage as well as access to some content.
-
----
-
-By registering and using the website Heapspace.rs it is understood that the user has read, understood, and accepted the Personal Data Protection Rules. These Rules are subject to changes, so we ask users to check the most recent version from time to time. If the user continues to use the website after the changes of the Rules, it will be understood that the user agrees to the changes in the Personal Data Protection Rules.
-
-
-## GDPR - General Data Protection Regulation
-
-For more information on GDPR, read this article: [GDPR](https://eur-lex.europa.eu/legal-content/HR/TXT/?uri=celex%3A32016R0679).
-
-This Privacy Policy and the Personal Data Protection Rules were adopted on 31 January 2019 and have become effective on the day they were published.
-
-{{% /section %}}
diff --git a/content/posts/2019-03-22-heapcon-2019/heapcon.png b/content/posts/2019-03-22-heapcon-2019/heapcon.png
deleted file mode 100644
index 81c14c0..0000000
Binary files a/content/posts/2019-03-22-heapcon-2019/heapcon.png and /dev/null differ
diff --git a/content/posts/2019-03-22-heapcon-2019/index.md b/content/posts/2019-03-22-heapcon-2019/index.md
deleted file mode 100644
index da6905d..0000000
--- a/content/posts/2019-03-22-heapcon-2019/index.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-Title: "Heapcon 2019"
-slug: heapcon-2019
-date: 2019-03-22
-authors:
- - dimitrije
-tags:
- - news
- - heapcon
- - projects
-postImage: heapcon.png
-post: true
----
-
-[Heapcon konferencija](https://heapcon.io) dolazi kao prirodni nastavak težnje da se na jednom događaju prikaže ekspertiza u polju informacionih tehnologija i preduzetništva. Rezervišite **3.** & **4. oktobar** za novo izdanje konferencije - ovaj put u novom prostoru :)
-
-
-
-Iako je radimo sami, razmišljamo o konferenciji kao o zajedničkom projektu, _svih_ nas koji delimo istu viziju. Svi smo tu ne samo da delimo znanje, već i da pospešujemo svakodnevicu. Tehnologija nam omogućava da to radimo na lakši, dostupniji način. Uzevši sve to u obzir, svake godine iznova imamo izazov, ali i obavezu, da sadržajem konferencije načinimo korak dalje; te da naš grad, naša zemlja, a na kraju krajeva, i ceo region, ima jedinstvenu konferenciju koja je nezavisna i na čijem sadržaju rade članovi komiteta koji dolaze iz regiona. Zato se trudimo i da uključimo raznovrsne sadržaje, druge zajednice, umetnike; sigurno se sećate Lego štanda, neobičnih svetlosnih tuba, crteža [Boba Živkovića](http://bobzivkovic.com) i hrabrog dizajna [Nemanje Jehličke](https://medium.com/voxxed-days-belgrade-2017/voxxed-days-belgrade-new-visual-identity-4058b431dd72)...
-
-Heapcon nije obična konferencija. Svako sponzorstvo, partnerstvo; svaka prijava, volonter ili čak samo razmena ideja formiraju naš put i otvaraju nam mogućnosti da nastavimo da činimo lepe stvari. Ne samo kroz konferenciju, nego celokupnim radom naše organizacije.
-
-Oglašen je i javni poziv za predavače – [call for papers](https://heapcon.io/call-for-papers/), na koji se svi zainteresovani mogu prijaviti sa predlozima za predavanja ili radionice. Našli smo mogućnost da upakujemo naše prošlogodišnje izdanje u kratak video, koji ujedno govori i o nama i, nadam se, prenosi lep osećaj sa prošle konferencije:
-
-{{< youtube -NYgEcjQsQ0 >}}
diff --git a/content/posts/2019-03-27-dometi-digitalizacije/dometi.jpg b/content/posts/2019-03-27-dometi-digitalizacije/dometi.jpg
deleted file mode 100644
index 296e2dd..0000000
Binary files a/content/posts/2019-03-27-dometi-digitalizacije/dometi.jpg and /dev/null differ
diff --git a/content/posts/2019-03-27-dometi-digitalizacije/index.md b/content/posts/2019-03-27-dometi-digitalizacije/index.md
deleted file mode 100644
index 26e8e1a..0000000
--- a/content/posts/2019-03-27-dometi-digitalizacije/index.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-Title: "Dometi digitalizacije"
-slug: dometi-digitalizacije
-date: 2019-03-27
-authors:
- - igor
-tags:
- - news
- - novaiskra
- - projects
-postImage: dometi.jpg
-post: true
----
-
-Sa velikim zadovoljstvom vam predstavljamo novi program koji smo kreirali u saradnji sa [Novom Iskrom](https://novaiskra.com/), a koji je nastao sa idejom da pristupi domenu digitalizacije iz jednog šireg ugla, obuhvatajući različite aspekte ovog složenog procesa.
-
-
-
-Bavićemo se pitanjima zašto je digitalizacija važna, šta ona podrazumeva, kako se primenjuje i ko bi sve trebao njome da se bavi. Program je zamišljen kao serija razgovora i panela otvorenog tipa, koji će se realizovati u prostoru Nove Iskre.
-
-Program se obraća širokom spektru publike – od profesionalaca iz IT sektora do edukatora, aktivista, kreativaca, sociologa, kreatora politika i zakonodavaca i svih nas koji dolazimo iz nekih drugih domena, a kojima je ova tema takođe važna.
diff --git a/content/posts/2019-04-05-teoretski-remote-lepo-zvuci/index.md b/content/posts/2019-04-05-teoretski-remote-lepo-zvuci/index.md
deleted file mode 100644
index e21de0a..0000000
--- a/content/posts/2019-04-05-teoretski-remote-lepo-zvuci/index.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-Title: "Teoretski, remote lepo zvuči"
-slug: teoretski-remote-lepo-zvuci
-date: 2019-04-05
-authors:
- - nevena
-tags:
- - anekta
- - društvo
-postImage: omnes.jpg
-post: true
----
-
-Biti ostavljen na miru ili na moru, stvar je ličnih potreba i afiniteta. Sa jedne strane, remote rad je način života, za nekoga rutina, za nekoga funkcionalan haos i odsustvo iste. Za [Omnes](https://www.omnesgroup.com/) je to poverenje. Poverenje među kolegama, uverenost da mogu da se oslone jedni na druge. I da, ovo zaista u praksi radi. Ne kažemo da svakome jednako odgovara, niti da treba da se podvede pod moranje, ali tvrdimo da postoji veliki broj ljudi koji bi ovu beneficiju uvrstili na sam vrh liste prioriteta.
-
-## Nije zlato sve što je na daljinu dato
-
-Omnes je proveo 8 meseci radeći na daljinu. Kako smo jako uspešni u sprovođenju procedura, operativno nismo imali nikakve probleme. Sa druge strane, ekipa je postala nervozna - nedostajalo im je da se našale, podele ručak ili šta već. Da sam se pitala, ne bismo se vratili u kancelariju.
-
-Remote način rada uveliko zavisi od procedura i to je jedna od najčešćih grešaka koje domaći inženjeri prave u radu na daljinu. Ne možeš se uporno boriti protiv redovnih poziva ili odbiti da prisustvuješ okupljanju zaposlenih u inostranstvu, ukoliko želiš da budeš deo remote tima.
-
-Procesi selekcije traju dugo i kod većine naših klijenata koji zapošljavaju na daljinu podrazumeva pet krugova. U Omnesu to zovemo “šesti krug”, a sam Dante bi mogao da pozavidi na dovitljivosti stranih hiring menadžera. Dešava se da iskusni inženjeri, u nedostatku strpljenja, odustaju od pozicija usled ovakvog procesa selekcije. To je upravo ono što oni žele, da u _hiring funnel_-u ostanu oni koji odgovaraju predispozicijama i imaju veliku želju da rade sa njima.
-
-Kroz razgovore sa programerima se pokazalo da je ovaj način rada vrlo popularan, a i s razlogom je tako. Nebrojeno činjenica govori u prilog tome, počevši od ličnih priča i načina života, koje se svode na krupne stvari - kao što je zasnivanje porodice, ali, neretko, ima i onih sitnijih (ali ne sasvim nebitnih), kao što su: “Da li će poslodavac biti voljan da me pusti remote ako mi se pokvari bojler?”
-
-Malčice je drukčije u praksi. Domaći i inženjeri iz regiona su prilično neuspešni na remote pozicijama, prema našem iskustvu.
-
-Svesni smo da postoji veliki broj činilaca koji jednu kompaniju predstavljaju manje ili više interesantnom. Remote rad je samo jedan od faktora koji, u ogromnom broju slučajeva, imaju motivišuće dejstvo na pojedince i timove. Da se na ovaj broj kandidata ne bismo odnosili kao na “veliki broj”, potrudićemo se da vas prebrojimo. Najiskreniji, najdirektniji i najefikasniji način je pitati nedvosmisleno, otvoreno, i - **anonimno**.
-
-_Fully remote_ ili _pro remote_, na kompanijama je da odluče. Naše je da prevedemo želje u brojke i prebacimo fokus na ono što se samo iskristališe, postane i ostane bitno. I izvodljivo, što je jednako važno. Zbog toga vas molimo da popunite anketu o stavovima, tehnologijama, iskustvu, i platama koje će nam omogućiti da vam pomognemo oko remote pozicija.
-
-Započni anketu [ovde](https://www.surveymonkey.com/r/omnesremote), biće ti potrebno 15 minuta.
-
diff --git a/content/posts/2019-04-05-teoretski-remote-lepo-zvuci/omnes.jpg b/content/posts/2019-04-05-teoretski-remote-lepo-zvuci/omnes.jpg
deleted file mode 100644
index b991d57..0000000
Binary files a/content/posts/2019-04-05-teoretski-remote-lepo-zvuci/omnes.jpg and /dev/null differ
diff --git a/content/posts/2019-05-15-obrazovanje-buducnosti/index.md b/content/posts/2019-05-15-obrazovanje-buducnosti/index.md
deleted file mode 100644
index 22dd192..0000000
--- a/content/posts/2019-05-15-obrazovanje-buducnosti/index.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-Title: "Obrazovanje budućnosti"
-slug: obrazovanje-buducnosti
-date: 2019-05-15
-authors:
- - jovana
-tags:
- - novaiskra
- - društvo
- - panel
-postImage: ob.jpg
-smallImageClass: bckg-top
-post: true
----
-
-Program [Dometi digitalizacije](https://novaiskra.com/dometi-digitalizacije/) koji smo najavili krajem marta se bavi pitanjima zašto je digitalizacija važna, šta ona podrazumeva, kako se primenjuje i najvažnije ko bi sve trebalo njome da se bavi. Program smo koncipirali i izvodimo zajedničkim snagama sa Novom Iskrom.
-
-U okviru tog programa, realizovan je prvi panel pod nazivom _Budućnost obrazovanja_, polovinom aprila meseca. Široko formulisanog naziva, panel je imao za cilj da javnost bliže upozna sa procesom uvođenja informatike kao obaveznog predmeta u osnovne škole u Srbiji.
-
-[Učesnici panela](https://novaiskra.com/dometi-digitalizacije-obrazovanje-buducnosti/) bili su predstavnici fondacije Petlja, Inicijative Digitalna Srbija, Ministarstva prosvete, nauke i tehnološkog razvoja i Granskog sindikata prosvetnih radnika Srbije „Nezavisnost“. Različite perspektive govornika su dovele i do žive diskusije tokom panela, uz istaknuto učešće [Marka Kažića](https://rs.linkedin.com/in/markokikinda) iz publike, jednog od zagovornika koncepta slobodnog obrazovanja.
-
-Informatika je uvedena kao obavezni predmet osnovcima koji su u školskoj 2017/2018 krenuli u 5. razred, te će u tekućoj 2019. godini oni završiti prve dve godine prema postojećem kurikulumu. Tokom panela, najviše pažnje su privukla dva pitanja: jedno se odnosilo na “mešanje” privrede u novine koje se unose u formalno obrazovanje, i drugo koje se ticalo postignutih rezultata za ove prve dve godine učenja informatike.
-
-Pozivam vas da preslušate ovu živu diskusiju na [Facebook stranici Nove Iskre](https://www.facebook.com/novaiskra/videos/622397861519093/).
diff --git a/content/posts/2019-05-15-obrazovanje-buducnosti/ob.jpg b/content/posts/2019-05-15-obrazovanje-buducnosti/ob.jpg
deleted file mode 100644
index 229f553..0000000
Binary files a/content/posts/2019-05-15-obrazovanje-buducnosti/ob.jpg and /dev/null differ
diff --git a/content/posts/2019-06-05-opendata-inicijativa/index.md b/content/posts/2019-06-05-opendata-inicijativa/index.md
deleted file mode 100644
index 5608252..0000000
--- a/content/posts/2019-06-05-opendata-inicijativa/index.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-Title: "OpenData inicijativa"
-slug: opendata-inicijativa
-date: 2019-06-05
-authors:
- - ivana
-tags:
- - opendata
- - projekat
- - panel
-postImage: od.jpg
-post: true
----
-
-Posle nekoliko meseci od kada smo pokrenuli [OpenData](https://opendata.rs) inicijativu, imamo šta da podelimo. Prvi korak u našem planu je uključivao dva cilja - validaciju postojećeg skupa resursa, i pružanje nezavisnog mesta gde bi se objavljivali otvoreni podaci.
-
-Validacija je važna ne samo da bi ukazali koji resursi postoje (te mogu da se koriste), već i da ukaže na kvalitet podataka. Naime, nisu svi podaci otvoreni samo ako se mogu preuzeti. Naš validator procenjuje licence, format, mašinsku čitljivost resursa; i formira konačnu ocenu "zdravlja" resursa. Procena je stroga - uzima se najmanja ocena pojedinačne provere, a tako je s namerom da "natera" izvore da daju što kvalitetnije podatke.
-
-Drugi cilj koji smo dostigli je da ponudimo mesto za objavu podataka. Naime, većina dostupnih podataka dolaze iz vladinog sektora, što je svakako dobra stvar (uz veliko zalaganje UNDP-a). No, smatramo da bi trebalo da postoji bar jedno nezavisno mesto za objavu podataka, te da je svako u mogućnosti da ponudi i objavi svoje podatke. OpenData je, stoga, otvorena za sve koji imaju podatke za otvaranje, a tu smo i da pomognemo oko licenci, formata i celog procesa objavljivanja.
-
-Imamo i prvi nezavisan skup podataka, koji nam dolazi iz [StartIT centra](https://startit.rs) - objavili smo podatke [svih](https://opendata.rs/r/startit-1/) [istraživanja](https://opendata.rs/r/startit-2/) [programera](https://opendata.rs/r/startit-3/)! To je svakako važno, ne samo zbog aktuelne teme, već i zbog transparentnosti ovako važnog istraživanja.
-
-[Naša baza](https://opendata.rs/baza) je postavljena i može se pretraživati po više faktora.
-
-Na kraju, [sav](https://github.com/HeapSpace/opendata-validator) [kod](https://github.com/HeapSpace/opendata-database) iza naše platforme je, naravno, otvoren.
diff --git a/content/posts/2019-06-05-opendata-inicijativa/od.jpg b/content/posts/2019-06-05-opendata-inicijativa/od.jpg
deleted file mode 100644
index 4a35a22..0000000
Binary files a/content/posts/2019-06-05-opendata-inicijativa/od.jpg and /dev/null differ
diff --git a/content/posts/2019-07-25-dobar-swag-daleko-se-cuje/index.md b/content/posts/2019-07-25-dobar-swag-daleko-se-cuje/index.md
deleted file mode 100644
index a8837c5..0000000
--- a/content/posts/2019-07-25-dobar-swag-daleko-se-cuje/index.md
+++ /dev/null
@@ -1,50 +0,0 @@
----
-Title: "Dobar SWAG daleko se čuje"
-slug: dobar-swag-daleko-se-cuje
-date: 2019-07-25
-authors:
- - heapcon
-tags:
- - konferencija
- - heapcon
- - swag
-postImage: torbe.png
-post: true
----
-
-Uh, još jedna stres-loptica, reče svaki posetilac [svake konferencije](https://heapcon.io) ikada. Za razliku od poklonjenog konja, poklonima koje dobijaju učesnici konferencije se i te kako gleda u zube. Jer takvi pokloni su možda najmanje – pokloni. Onu su pre medium koji govori mnogo o firmi koja ih poklanja. Zato ih treba pažljivo birati.
-
-To ne znači da svaki SWAG mora da bude apsolutno upotrebljiv godinama kasnije. Naravno da ne; tako nešto nije ni moguće. Dovoljno je da uhvati pažnju posetioca, da ga zainteresuje, učini mu iskustvo konferencije zabavnim... ili pak učini da upozna nekoga. Kako bilo, bitno je ne samo šta se daje, već i kako je poklon ‘upakovan’.
-
-Šta onda može da bude dobar SWAG? Evo liste ideja.
-
-## Survival-kit za konferenciju
-
-Konferencije znaju da budu brutalne: traju dugo, predavanja zahtevaju pažnju, čekanje u redu za ručak nisu zabavna… zašto onda ne bi dobili kutiju sa osnovnim potrepštinama koje će učiniti da dan prođe kako treba? Tableta vitamina C, olovka i par papira, mint bombonice, čokoladica, flaster (zašto da ne;)...
-
-## Zdravi snack
-
-I pored toga što na [Heapcon-u](https://heapcon.io) vodimo računa o kvalitetu ishrane, nije loše da se u paketu nađe i zdrav – ali zaista zdrav – snack. To može biti jednostavna kesica sa bademima, bobicama i sličnim zdravim sadržajem. Ukrasite kesicu i dobijate ukusnu i korisnu formulu.
-
-## Knjige
-
-Ne nužno IT knjige. Dobra knjiga ostaje kao odlična uspomena. Neka ne bude prevelika (treba je nositi ceo dan); a posvetu ne treba
-zaboraviti.
-
-## Ukrasna biljka
-
-Mladica u saksiji je nešto što može da krasi sto dugo vremena. Zahteva posvećenost. Vraća dobar vajb. Podižu energiju i raspoloženje.
-
-## Donacije
-
-Poklon ne moraju da dobiju učesnici. Umesto toga, moguće je za svakog učesnika napraviti donaciju i o tome ih obavestiti tako što ćete tu infomaciju odštampati na liflet ili bedž i staviti ga u welcome bag... Bitno je da posetilac može uvek da vidi kuda su otišle donacije i šta se dešava sa time, koliko je prikupljeno i tome slično.
-
-## Gedžeti
-
-Priznajemo – ko ne voli gedžete!? Mi ih svakako volimo! Koristan gedžet ima smisla. Isto tako, važno je da kvalitet gedžeta bude prvoklasan. Slušalice koje ne rade, uređaji koji se kvare... sve to ne odaje dobru sliku.
-
----
-
-Da zaključimo, SWAG nije obavezan. Ukoliko imate ograničen budžet, bolje je da sa tim novcem uradite nešto što će imati smisla za učesnike konferencije. Nije bitan kvantitet, već smisao i namera.
-
-Vidimo se na [Heapcon-u](https://heapcon.io)!
\ No newline at end of file
diff --git a/content/posts/2019-07-25-dobar-swag-daleko-se-cuje/torbe.png b/content/posts/2019-07-25-dobar-swag-daleko-se-cuje/torbe.png
deleted file mode 100644
index d07d372..0000000
Binary files a/content/posts/2019-07-25-dobar-swag-daleko-se-cuje/torbe.png and /dev/null differ
diff --git a/content/posts/2019-08-30-sta-je-unconference/index.md b/content/posts/2019-08-30-sta-je-unconference/index.md
deleted file mode 100644
index 43290bf..0000000
--- a/content/posts/2019-08-30-sta-je-unconference/index.md
+++ /dev/null
@@ -1,88 +0,0 @@
----
-Title: "Šta je unconference"
-Subtitle: " i kako se pripremiti za ovakvo okupljanje"
-slug: sta-je-unconference
-date: 2019-08-30
-authors:
- - heapcon
-tags:
- - konferencija
- - heapcon
- - unconference
-postImage: unconference.png
-post: true
----
-
-Zamišljeno kao svojevrsna uvertira za [Heapcon 2019](https://heapcon.io), _unconference_ skup će se održati 25.
-septembra u press centru Kombank dvorane dan pred glavni događaj.
-
-Kako bismo one manje upućene upoznali sa konceptom _unconference_-a, pripremili smo kratak
-vodič kroz ovaj format konferencije čiji je **akcenat na samim učesnicima**.
-
-Ono što _unconference_ razlikuje od klasičnog konferencijskog okupljanja je njegova otvorenija
-struktura. Ovakav pristup se zasniva na otvorenoj razmeni ideja i mišljenja u opuštenoj
-atmosferi te se direktno oslanja na želju učesnika da u što većoj meri doprinesu kvalitetnoj
-diskusiji.
-
-_Unconference_ vid razmene mišljenja i ideja omogućava veću slobodu učesnicima - i neretko
-dovodi do otvaranja velikog broja uzbudljivih tema koje inače možda ne bi bile obrađene na
-konferenciji.
-
-## Veoma kratka istorija unconference-a
-
-Tim O’Rajli koji je popularizovao termin open space tvrdi da je nemački geograf i istraživač
-Aleksandar fon Humbolt zapravo [organizovao prvi uncoference događaj](https://www.linkedin.com/pulse/true-inventor-unconference-tim-o-reilly/), davne 1828.
-
-Naime, Humbolt je pozvao na stotine naučnika iz cele Evrope da mu se pridruže na konferenciji
-u Berlinu koja je bila zamišljena kao susret u malo neformalnijim okolnostima - upravo kako bi
-se razmenjivale ideje i izazovi sa kojima su se susretali naučnici 19. veka.
-
-Međutim, sâm termin unconference prvi put se spominje 1998. godine. Od tada, brojne
-kompanije prepoznale su prednosti ovog tipa konferencije.
-
-## Kako to uopšte izgleda u praksi?
-
-Pre svega, svi zainteresovani mogu doći na ovaj događaj, uključujući i one koji ne nameravaju
-da posete Heapcon.
-
-Na _Unconference_ događaju pred ovogodišnji [Heapcon](https://heapcon.io) održaće se tri paralelne sesije od po 45
-minuta, 25. septembra, s početkom u 17 časova.
-
-Na početku svake sesije, moderatori će predložiti tri teme. Učesnici _unconference_-a će
-glasanjem sami odlučiti koja tema ih najviše zanima, nakon čega će (nadajmo se!) povesti
-dinamičnu debatu.
-
-Dakle, zamisao je da se ljudi uključe u otvorenu i živu diskusiju kako bi iskoristili pun potencijal
-Heapcona - naše regionalne tehnološke konferencije koja će okupiti brojne stručnjake iz
-softverske industrije.
-
-Svi učesnici _unconference_-a pozvani su takođe da se pridruže na večeri sa [predavačima
-zakazanim za sâm Heapcon](https://heapcon.io/speakers/) koja počinje u 21 časova.
-
-## Pravila su minimalna, ali postoje neke smernice
-
-+ Treba još jednom istaći da nam je cilj da privučemo što različitije profile ljudi kao i da vas
-činjenica da ste zainteresovani za ovaj događaj čini pravom osobom za _unconference_!
-Dakle, ako vas zanima ovakav vid druženja, diskusije i zagrevanja pred Heapcon,
-smatrajte se dobrodošlim na unconference.
-+ Dalje, treba imati u vidu da je cilj događaja isključivo dobra razmena ideja i energije. Sve
-preko toga je samo bonus! Tako da, bez brige - ne treba se posebno pripremati za naš
-_unconference_. Sve što je potrebno je da sa sobom ponesete sopstvene ideje za
-diskusiju i želju da aktivno doprinesete razgovoru.
-+ Može se desiti da sesija bude produžena ukoliko se dogodi da se na 45. minutu - koliko
-je predviđeno da traje svaka od sesija - i dalje vodi živa rasprava. Dakle da sumiramo:
-seanse načelno traju po 45 minuta, ali može doći do kraćeg produžavanja razgovora -
-jer niko ne voli da bude prekinut tokom diskusije!
-+ Što se samog trajanja unconference-a tiče, može lako da se desi da vas atmosfera
-ponese, tako da slobodno recite ukućanima da vas ne čekaju.
-
-Iako ovakav format ne zahteva posebnu pripremu, poželjno je razmisliti malo o temama koje će
-podstaći debatu te nadahnuti učesnike da podele izazove sa kojima se suočavaju u
-profesionalnom životu.
-
-Sve u svemu, ljubitelji saradnje, kreativnosti, razmene ideja i peer-to-peer pristupa,
-unconference model može postati jedan od vaših omiljenih trenutaka na Heapconu ove godine.
-
-Za učešće na unconference-u treba popuniti prijavu koju možete naći [ovde](https://docs.google.com/forms/d/e/1FAIpQLSc1uEMpjIukarKA5d1E4hJJi3Q20CgJMi8R-KOOEy3m1kVKkA/viewform).
-
-Zato ne oklevajte i pošaljite prijavu - dobrodošli na [Unconference](https://heapcon.io/unconference/)!
\ No newline at end of file
diff --git a/content/posts/2019-08-30-sta-je-unconference/unconference.png b/content/posts/2019-08-30-sta-je-unconference/unconference.png
deleted file mode 100644
index 7be8f0c..0000000
Binary files a/content/posts/2019-08-30-sta-je-unconference/unconference.png and /dev/null differ
diff --git a/content/posts/2019-09-05-kako-iskoristit-konferenciju/index.md b/content/posts/2019-09-05-kako-iskoristit-konferenciju/index.md
deleted file mode 100644
index 6b4d975..0000000
--- a/content/posts/2019-09-05-kako-iskoristit-konferenciju/index.md
+++ /dev/null
@@ -1,87 +0,0 @@
----
-Title: "Kako najbolje iskoristiti konferenciju u 8 koraka"
-slug: kako-najbolje-iskoristiti-konferenciju-u-8-koraka
-date: 2019-09-05
-authors:
- - heapcon
-tags:
- - konferencija
- - heapcon
-postImage: konfa.png
-post: true
----
-
-Pre nego što započnemo druženje na ovogodišnjem [Heapconu](https://heapcon.io), nije zgoreg da se podsetimo nekih smernica kako bi posetioci konferencije mogli da iskoriste potencijal ovakvog događaja u potpunosti.
-
-
-Ako već odlučite da posetite neku konferenciju, bilo da se radi o Heapconu 2019 ili nekoj drugoj, smatramo da treba iskoristiti maksimum od vremena koje tamo provedete.
-
-Ovo je nešto što se odnosi na sve posetioce. Neki će doći sami, neki će biti u društvu, biće onih koji se raduju konferenciji, kao i onih koji misle da im takve stvari baš i ne leže.
-
-Ali na kraju krajeva, svi oni će provesti dvocifreni broj časova svog života u okruženju koje može da pruži dosta. Dakle, valjalo bi pripremiti se da bi ovo iskustvo bilo i lepo i korisno. Jer ono to i jeste.
-
-## Niski start
-
-Priprema, priprema, priprema.
-
-Pre svega, treba definisati ciljeve dolaska na samu konferenciju. Bilo da je to *networking*, slušanje predavanja ili druženje sa ljudima koje niste dugo videli, pa čak i sve od navedenog, ipak nije loše znati unapred šta postižete dolaskom na neku konferenciju.
-
-Naravno, to ne znači da treba precrtavati stavke u nekom rigidnom spisku i ispunjavati ciljeve redom; ali znači da treba promisliti malo o tome na koji način ova konkretna konferencija može da koristi vašim kratkoročnim i dugoročnim karijernim planovima.
-
-Podrazumeva se da ćete nekad dobiti više od onoga što ste planirali, a što se može ispostaviti kao dragoceno iskustvo. Takođe se nadamo da se podrazumeva da ciljevi koje postavite treba da budu realni.
-
-## Najbolji način da započnete konferenciju je nekonferencija
-
-No, nezavisno od toga koji su vam ciljevi, jedna od najvećih prednosti Heapcona je [unconference dan](https://heapspace.rs/blog/sta-je-unconference/). Ovo je sjajna prilika da upoznate neke od ljudi sa kojima ćete se družiti na samoj konferenciji, uključujući i predavače, malo se opustite i zagrejete pred nove razgovore, a sve to u atmosferi koja je manje formalna od same konferencije.
-
-Par nedelja pred konferenciju, ne bi bilo loše i da kontaktirate s ljudima za koje već znate da će biti prisutni kako biste se dogovorili oko viđanja na Heapconu.
-
-## Dobra organizacija je ključ uspeha
-
-Predlog je svakako da pratite stranicu konferencije na društvenom mrežama, a pre svega na [Tviteru](https://twitter.com/heapconf). Tu možete da se najbrže informišete o samom toku konferencije, dodatnim dešavanjima i eventualnim izmenama u programu. Ovogodišnji hashtag Heapcona je #heapcon19.
-
-Međutim, još jedna sjajna stvar će vam pomoći da ispratite sve što je neophodno tokom konferencije. Whova je aplikacija koja služi za lakšu organizaciju na ovakvim događajima. Prezumite je OVDE.
-
-Na ovaj način dobijate zgodan pregled predavanja i propratnih događaja tokom konferencije, kao i spisak gostiju sa kojima možete četovati u samoj aplikaciji. Dalje, obaveštenja od strane organizacije, dogovaranja oko nalaženja, postavljanje pitanja i slično - sve je dostupno na telefonu.
-
-S obzirom na to da je dobra organizacija ključna za konferencije, ova aplikacija će biti vaš novi najbolji prijatelj tokom njenog trajanja.
-
-## Strateški iskoristite vreme
-
-Ako dolazite na konferenciju u grupi, bilo prijatelja ili kolega, grupni čet na Whovi će vam odlično poslužiti. Svako ko je putovao sa većim brojem ljudi ili posetio konferenciju u većem društvu, zna tačno šta može da očekuje.
-
-Ko je gde u datom trenutku, ko sluša kog predavača, gde se nalazite na kafi ili užini - grupni čet će olakšati i ubrzati komunikaciju. Jer, poslednje što vam treba je da u jurnjavi sa predavanja na predavanje, jurite i za svojim prijateljima ili zovete svakog ponaosob i dogovarate se kada i gde ćete se naći.
-
-## Predavači su tu zbog vas
-
-Ovaj deo podrazumeva nekoliko stvari. Činjenica je da će na konferenciji biti mnogo zanimljivih predavača i to treba iskoristiti na najbolji mogući način. Kako biste se što bolje pripremili, najbolje bi bilo da pre konferencije [saznate više o predavačima i o čemu će pričati](https://heapcon.io/speakers/).
-
-Ali ono što se može ispostaviti kao najvažnija stavka jeste činjenica da ćete biti okruženi ovim ljudima ceo dan. Pripremite pitanja. Prilika da razgovarate sa ljudima koji imaju obilje iskustva se ne pruža često i treba je pametno iskoristiti.
-
-Pitanja treba da budu jasna i koncizna jer će se razgovori odvijati u kraćim sesijama između predavanja, ali svakako treba da očekujete da ćete tokom ćaskanja s predavačima, kao i drugim posetiocima, doći do zanimljivih informacija.
-
-Ovo takođe znači da treba imati spreman odgovor ukratko ko ste i čime se bavite. Preporuke od samih predavača i razmena utisaka o predavanjima kojima ste prisustvovali mogu da posluže za takozvano probijanje leda.
-
-Međutim, ne treba zapostaviti ni sâme organizatore. Ljudi koji su vam omogućili konferenciju su takođe odličan izvor informacija i mogu vam pružiti uvid u mnoge korisne stvari.
-
-## Izađi iz zone komfora
-
-Ovde dolazimo i do jedne od najvećih briga organizatora - učestvovanje u diskusiji. Mnogi imaju tremu kada treba da se uključe u razgovor pred publikom, ali s obzirom na to da svrha ovakvih okupljanja jeste pre svega širenje znanja i razmena iskustva - ne ustručavajte se da doprinesete na ovaj način.
-
-Konačna stavka pod parolom *aktiviraj se* jeste afterparty. Susreti na afterpartiju često mogu biti izuzetno produktivni i lepo zaokružiti celu priču.
-
-## Saradnja je naša snaga
-
-Nakon konferencije, bilo bi optimalno da sve što ste primetili, dobro ili loše, u vezi sa konferencijom prijavite organizaciji. S obzirom na to da su okosnica dobre konferencije i predavači i posetioci, svaki dobronamerni komentar biće uzet u obzir od strane organizacije i pomoći će da sledeće izdanje bude još bolje.
-
-Sa ljudima koje ste upoznali tokom konferencije bi bilo dobro ostati u kontaktu. Najbolje da im se javite porukom nekoliko dana nakon konferencije kako biste razmenili utiske.
-
-Jedan od najboljih načina da iskoristite pun potencijal konferencije jeste da se i sami uključite u organizaciju. Tako da, ako vam se bude dopao [ovogodišnji Heapcon](https://heapcon.io/), ne oklevajte da se na neki način uključite u priču i da nam se pridružite sledeće godine.
-
-## Podeli znanje sa drugima
-
-Kako vreme nakon konferencije bude proticalo, izdvojiće se neke najvažnije stvari koje ste naučili tokom njenog trajanja.
-
-Ovo znanje treba podeliti sa drugima. Cilj nam je da ove stvari budu dostupne svima i da na taj način doprinesemo razvijanju regionalne tehnološke zajednice.
-
-Bilo kroz prezentaciju u firmi, u vidu postova na društvenim mrežama, ili kroz razgovor sa prijateljima i saradnicima - prenesi znanje dalje i doprinesi zajednici ovim jednostavnim, ali veoma važnim korakom.
diff --git a/content/posts/2019-09-05-kako-iskoristit-konferenciju/konfa.png b/content/posts/2019-09-05-kako-iskoristit-konferenciju/konfa.png
deleted file mode 100644
index 1e46072..0000000
Binary files a/content/posts/2019-09-05-kako-iskoristit-konferenciju/konfa.png and /dev/null differ
diff --git a/content/posts/2019-09-17-develop-your-network/index.md b/content/posts/2019-09-17-develop-your-network/index.md
deleted file mode 100644
index f1a9f0a..0000000
--- a/content/posts/2019-09-17-develop-your-network/index.md
+++ /dev/null
@@ -1,91 +0,0 @@
----
-Title: "DEVelop your networking skills"
-Subtitle: "Heapcon’s guide to successfully network at conferences"
-slug: develop-your-networking-skills
-date: 2019-09-17
-authors:
- - heapcon
-tags:
- - konferencija
- - heapcon
-post: true
-postImage: ""
----
-
-While conferences are often remembered for being a lot of fun or for the intense and lively debates, these types of events truly are a networking opportunity from head to toe.
-
-The lasting impacts of attending a conference is meeting people from your industry, exchanging ideas and, ultimately, connecting with the right individuals to help you take the next step in your career.
-
-However, some people are unsure how to approach networking (in general) and at conferences (in particular).
-
-If you want to learn the ins and outs of networking at your next conference, read on as we unravel the world of developing lasting professional relationships in the perfect environment ahead of [Heapcon 2019](https://heapcon.io/).
-
-## The early bird catches the worm
-
-The conference is coming up in a couple of weeks and you’re still pretty relaxed, but somewhere in the back of your mind - you’re stressing out about how to succinctly present yourself and your ideas to others in the hopes of finding a new business opportunity.
-
-But as you’re slowly starting to think through how to best tackle the upcoming problem, the thing is - people have already joined the networking game weeks before the conference.
-
-Behold the conference app. Most serious conferences have an app available that was designed to help attendees be better organized and connected with each other.
-
-And these apps come in pretty handy. Aside from a personalized agenda and access to important updates concerning the event, a conference app is an excellent place to start getting to know the people you’ll be hanging out with during the conference itself.
-
-An event app will kickstart the networking process and lay the foundation for acquiring new business contacts. So go ahead and start connecting with people before taking things to the next level.
-
-## Preparedness is next to godliness
-
-It’s day one of the conference, the energy is high and you’re starting to meet a lot of people. Now is the time to showcase your personality and start networking in person.
-
-But first things first - you should arrive prepared. This means that you need to have some sort of direction for what you’re trying to accomplish.
-
-Herein lies the gist of it all - knowing what you want and being smart about it. This doesn’t necessarily entail that you need to have the next ten years of your career mapped out and ready to be presented in a rigid elevator pitch at a moment's notice.
-
-It does, however, mean that you should prepare a well-thought-out digest of your professional life. Who you are, what are your goals and why are you even interested in them? Once you have established what it is that you are looking for, the next step simply consists in wording and execution.
-
-As part of preparing yourself for networking at a conference, it’s of vital importance that you [research the speakers](https://heapcon.io/speakers/) and other people of interest attending the conference in order to devise a networking plan tailored to your specific needs.
-
-## Getting down to business
-
-A good thing to remember if you’re beginning to feel nervous about approaching people is that everyone you meet at the conference has something in common with you - you’re all attending the same event. This means that chatting with people at conferences for the purpose of networking isn’t really that different than talking to people at any other social occasion.
-
-The key is to be relaxed. Typical conversation starters at conferences include - *did you enjoy the keynote speech*, *is this your first time at this particular conference*, *which others did you attend recently*.
-
-Conferences generally have a laid back vibe and people should be approached in a friendly manner. People want to connect and exchange ideas, so walking up to them in the hopes of engaging in a conversation is most welcome. Be yourself and be comfortable.
-
-Just keep in mind that the short breaks in between sessions, when most networking occurs, mean you need to keep it short, simple and passionate. Presenting yourself as a driven person is paramount when trying to spark a new venture.
-
-## Networking is a two-way street
-
-When turning to others as part of advancing your own career goals, you should really consider offering something of value in return.
-
-In order to truly establish a meaningful relationship with new people, get to know more about them, what they are struggling with and really make an effort to help them out if you can.
-
-Give thoughtful advice. Connect situations with your own experiences. Share information. Conferences are community events and, within communities, it’s important to give back.
-
-Helping each other with different challenges equals growing the community, which in turn benefits all of its members.
-
-## It’s a wrap...or is it?
-
-The conference is over and you’ve managed to establish exciting new connections. You feel like you’ve accomplished what you set out at the start of the gathering. Done and done.
-
-If you have indeed met the right people and secured interest in your business goals, you deserve a pat on the back. But the job isn’t done there.
-
-These new relationships need to be cultivated. And you need to follow-up.
-
-A couple of days after the conference has ended, be clever and [contact the people you’ve met again](https://www.hubspot.com/sales/follow-up-email-after-meeting-networking).
-
-Although most of these follow-up emails are generic *pleased to have met you* messages, make sure to give them some kind of personal touch depending on the person.
-
-If the person you’re writing to is important for a specific goal of yours, remind them of your conversation and any suggestions that were made. This might seem like the equivalent of the MSN nudge, but it really is important to remind people what you spoke about and ask for a follow-up meeting or to stay in touch.
-
-Everybody met a bunch of people, had loads of conversations and some will have a hard time keeping track of all the information, so don’t hesitate to reach out in this way to whomever you need to.
-
-
-
-**So as we gear up for this year's Heapcon (September 26-27), make it a priority to conquer the once-daunting task of networking. The fun and debates are just a well-appreciated bonus.**
-
-
-
-### Networking opportunities at this year's Heapcon
-
-The sponsors at Heapcon 2019 are [TomTom](https://www.tomtom.com/en_gb/), [msgNETCONOMY](https://www.msgnetconomy.net/), [Nutanix](https://www.nutanix.com/en), [Endava](https://www.endava.com/en), [Seven Bridges](https://www.sevenbridges.com/), [Grid Dynamics](https://www.griddynamics.com/), [enjoy.ing](https://www.enjoying.rs/), [LotusFlare](https://www.lotusflare.com/), [Proctorio](https://proctorio.com/), [Zühlke](https://zuehlke.com/rs/en), [FIS](https://www.fisglobal.com/), [Hooloovoo](https://hooloovoo.rs/), [Namics](https://namics.com/en), [Bosch](https://www.bosch.rs/), [SpiceFactory](https://spicefactory.co/), [Prodyna](https://www.prodyna.com/), [NetCast](https://netcast.rs/), [TeleSign](https://www.telesign.com/), [Smith Micro Software](https://www.smithmicro.com/), [Change](https://www.changecon.com/), [Hello World](https://www.helloworld.rs/), and [Epson](https://www.epson.rs).
diff --git a/content/posts/2019-09-24-embrace-differences/index.md b/content/posts/2019-09-24-embrace-differences/index.md
deleted file mode 100644
index 62ecca7..0000000
--- a/content/posts/2019-09-24-embrace-differences/index.md
+++ /dev/null
@@ -1,71 +0,0 @@
----
-Title: "Embrace Differences"
-Subtitle: "Heapcon 2019 Main Theme"
-slug: embrace-differences
-date: 2019-09-24
-authors:
- - heapcon
-tags:
- - konferencija
- - heapcon
-post: true
-postImage: ""
----
-
-> **community**
->
-> noun
-
-*Self-organized network of people with common agenda, cause, or interest, who collaborate by sharing ideas, information, and other resources.*
-
-Looking at the above definition of community, the keywords appear to be *network*, *common agenda*, and *collaboration*.
-
-And although these factors do indeed accurately describe communities, there’s more to be told about the notion of uniting around a common goal. It might seem counterintuitive, but the fact is - communities often consist of **diverse individuals** coming together, with each member bringing something of value to the table.
-
-If you view technology as a catalyst for social change, embracing these differences is at the heart of the tech community’s efforts.
-
-This multitude of backgrounds is actually vital for the community, which thrives on different perspectives, the clashing of ideas, constructive debate and challenging the status quo.
-
-At Heapcon, we believe that by harnessing the strength of our diversity, our community is at its strongest.
-
-## Different cultures, same puzzle
-
-First of all, being a regional tech conference, Heapcon brings together people from all corners of the Balkans, often thought of as a sort of melting pot.
-
-Our slice of Europe has long been the intersection of multiple cultures and traditions. Growing up in a setting like this, people have the advantage of getting up close and personal with cultural diversity, which in turn contributes to their shaping as individuals.
-
-Embracing these cultural differences encourages various perspectives, something that directly increases the chances of coming up with fresh and inspiring ideas, as well as improves our communication skills.
-
-So, instead of seeking people with the same background as you in the hopes of easier communication, open up yourself for diversity and observe how this shift in mindset will bring about exciting new opportunities.
-
-## The glass ceiling that feels more like steel
-
-When touching on the subject of diversity in the tech community, most people think about gender equality, or the lack thereof.
-
-It might seem that being a hot topic, equal representation of the genders has improved within the tech industry in recent years. However, various studies and reports have shown us change has been slow.
-
-And while one would also think that the problem of gender inequality plagues mostly large companies like Google, [a report from the Silicon Valley Bank](https://www.svb.com/women-in-technology/) published earlier this year found that startups are struggling in this respect as well. Only 56% of startups in the US have at least one woman in an executive position, while only 40% have at least one woman on the board of directors.
-
-As global tech giants and startups alike attempt to mitigate the consequences of policies that excluded women from the tech industry, at the local level, these conversations have been heating up as well. And with good reason.
-
-It is our belief that fostering gender diversity, as well as racial and sexual differences, can only give a company or community the upper hand in the game. As with other examples noted in this blog, including a variety of people benefits everyone involved.
-
-## There is more than one solution to a problem
-
-Most of us have probably encountered a lack of diversity in thinking and approaching problems during our careers. These “right” and “wrong” ways of doing things become ingrained in our minds through the educational system, which often fails to nurture diverse opinions.
-
-For example, just as there is a myriad of ways of looking at and interpreting a work of art, there are different ways of writing code. Unfortunately, thinking outside the box is seldom encouraged at many companies, primarily out of the need to keep things as simple and uniform as possible.
-
-The problem is that this kind of approach ignores the intricacies of the work at hand. Moreover, it sidesteps the fact that there is always more than one solution to a task.
-
-We feel that developing a creative mindset will only enhance your work. The freedom of tackling a complex issue in a different way is what ultimately leads to new and creative solutions, sometimes better than the original.
-
-## Diversity is always a strength
-
-Diversity may sound like a buzzword, a sign of the (politically correct) times, an irrelevant notion.
-
-A diversity of experiences and perspectives challenges complacency and paves the way for innovative, creative and exciting ideas. Breakthroughs are the product of collaboration, and the best kind of collaboration emerges in an environment of diversity.
-
-It might sound like a cliché, but hey, sometimes clichés can be as good as gold.
-
-Embrace these differences and open up a whole world of opportunity for yourself and your community. At Heapcon and everywhere else, please.
diff --git a/content/posts/2019-10-08-unconference-heapcon-2019/index.md b/content/posts/2019-10-08-unconference-heapcon-2019/index.md
deleted file mode 100644
index d449942..0000000
--- a/content/posts/2019-10-08-unconference-heapcon-2019/index.md
+++ /dev/null
@@ -1,45 +0,0 @@
----
-Title: "Unconference: Setting Heapcon 2019 into Motion"
-slug: unconference-setting-heapcon-2019-into-motion
-date: 2019-10-08
-authors:
- - heapcon
-tags:
- - konferencija
- - heapcon
- - unconference
-post: true
-postImage: ""
----
-
-Setting the stage for this year’s Heapcon, our *unconference day* was a smaller, more intimate gathering of IT enthusiasts looking to engage in some quality discussion on a variety of hot topics.
-
-The event took place at Kombank dvorana on September 25, one day before the main event kicked off. The idea was simple - to hold three parallel sessions at a time, 9 in total and explore topics of interest for people in tech.
-
-The thematic thread of the agenda was loose, while our four golden rules were as follows - **whoever shows up is the right person, whatever happens is okay, whenever it starts is the right time and however long it takes is just fine with us.**
-
-Warming up our guests for Heapcon 2019 were Ted Neward (Neward & Associates, LLC), Zoran Ševarac, Vladimir Vajda (SmartCat), Jaša Niklanovič (Turtl), Heather VanCura (Oracle),Marko Kažić (Zamphyr), Alex Casalboni (Amazon Web Services), Vladimir Dejanović (PVH), and Mišel Tekinder (enjoy.ing), along with professionals working in the IT industry, mainly in Serbia.
-
-As soon as visitors grabbed a coffee and got to chat with one another a bit, they gathered around our agenda board to vote for their favorite topic out of a batch of three per each speaker.
-
-
-
-The first trio of talks spanned an interesting array of topics - *What does your manager do* lead by Ted Neward, *Machine learning for Java developers* by Zoran Ševarac and *Specialization vs. Generalization as a career in IT?* by Vladimir Vajda, a topic touched upon by Neward in his keynote on Day II of Heapcon later that week.
-
-Participants took part in these up close and personal talks with the speakers for about 45 minutes, chatting over coffee with Neward, Sevarac and Vajda and sometimes branching out into related topics. The principle guiding all of the discussions was the sharing of experiences and different perspectives on the subjects at hand, all in a friendly and open manner.
-
-The second round of discussions saw Mišel Tekinder take on *Modern JS gotchas*, while Jaša Niklanovič spoke to participants on *How to effectively run internal hackathon sessions*. Heather VanCura focused on *Contributing to Java/Open Source for growing your career*.
-
-As is usually the case, the second time around people got more used to the idea of the loose unconference structure, making the most out of these chance encounters and raising other topics that would be tackled in more depth during Heapcon.
-
-During the third and final session, Vladimir Dejanović kicked off a discussion on the *Do’s and Don'ts of building microservices*. Meanwhile, Marko Kažić opened up the issue of *Public money - Public code* as Alex Casalboni shared his views on *Serverless computing* with guests.
-
-
-
-To wrap things up, participants and speakers were invited to a dinner in the *Marshall’s Salon* of Kombank dvorana. Over food and drinks, some of the discussions continued, while some took up conversing about tomorrow’s agenda, what to do and see in Belgrade or other conference experiences.
-
-This unique opportunity to meet each other, network a bit and debate different relevant issues before the excitement of the main event turned out to be the highlight for some Heapcon attendees.
-
-From behind the scenes, our primary focus was on creating an opportunity for peer-learning and connecting people. This was the first time we have organized an unconference (generally rare in Serbia), but we hope this experience might pave the way for similar events in the future.
-
-Considering the major concerns behind organizing a gathering void of the classic conference structure, we were relieved and delighted that our doubts were set to rest very quickly. Giving participants the freedom and control to shape their own agenda and drive these sessions turned out to be a great experience we feel, for both us and our guests.
\ No newline at end of file
diff --git a/content/posts/2019-10-08-unconference-heapcon-2019/unguzva.jpg b/content/posts/2019-10-08-unconference-heapcon-2019/unguzva.jpg
deleted file mode 100644
index fad8e35..0000000
Binary files a/content/posts/2019-10-08-unconference-heapcon-2019/unguzva.jpg and /dev/null differ
diff --git a/content/posts/2019-10-08-unconference-heapcon-2019/untable.jpg b/content/posts/2019-10-08-unconference-heapcon-2019/untable.jpg
deleted file mode 100644
index dc58647..0000000
Binary files a/content/posts/2019-10-08-unconference-heapcon-2019/untable.jpg and /dev/null differ
diff --git a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/cat.jpg b/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/cat.jpg
deleted file mode 100644
index 0bd0a24..0000000
Binary files a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/cat.jpg and /dev/null differ
diff --git a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/dance.jpg b/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/dance.jpg
deleted file mode 100644
index ed9c130..0000000
Binary files a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/dance.jpg and /dev/null differ
diff --git a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/index.md b/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/index.md
deleted file mode 100644
index 9b6d193..0000000
--- a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/index.md
+++ /dev/null
@@ -1,57 +0,0 @@
----
-Title: "Main takeaways: Complexity and differences at Heapcon 2019 Day 1"
-slug: complexity-and-differences-at-heapcon-2019-day-1
-date: 2019-10-14
-authors:
- - heapcon
-tags:
- - konferencija
- - heapcon
- - unconference
-post: true
-postImage: ""
----
-
-The morning hours of the first day of Heapcon 2019 were marked by clouds and rainy weather. Making way through the gloomy late-September streets of Belgrade to the Youth Center (Dom omladine) on this morning probably left a few of us feeling less-than-inspired to partake in any meaningful conversations.
-
-But waiting at the other end of this trip through the rain was a jam-packed and vividly decorated space bursting with energy. Shortly upon arrival and armed with coffee, visitors moved to the main stage, dubbed H-Prime and branded with a quirky animated robot head, for the opening ceremony of this year’s edition of Heapcon - a regional tech conference that managed to bring together hundreds of IT enthusiasts in the city center of Belgrade.
-
-As the crowd assembled at H-Prime, attendees were treated with an impressive dance performance from Dance Factory that played with the themes of technology and mechanics, setting the stage for two days of traversing through different tech issues.
-
-
-
-## What is complexity and what does it have to do with cats and dogs?
-
-Following this dance piece, philosopher and founder of Cognitive Edge Dave Snowden took visitors on a journey through the elaborate and intricate world of complexity in design thinking. His talk, titled _Designing for Complexity_, was a thought-provoking one perfectly suited to kick off a range of other topics that would be discussed during the two-day conference.
-
-Navigating through stories from his professional life and research that points to the inherently complex design of humans, Snowden proclaimed that design thinking has become a commodity in the same way Agile has become.
-
-Nevertheless, he shared his insights into approach this subject and broke down the building blocks of the complexity of human nature - explaining why biases make us more efficient, why as individuals we’re poor-decision makers and why do cat-people understand complexities better than dog owners. “If you have cats you understand complexities, if you have dogs you’re trying to avoid complexity,” Snowden treated us with a familiar joke.
-
-
-
-
-
-Moving along, a series of talks hosted by local and international names in the tech industry took place at the three stages of Heapcon. Aside from the largest H-Prime stage, Ninja the Cat and Outer Space stages welcomed guests interested in AI and deep learning, Kubernetes, Java, biofeedback technology, microservices, but also the less-industry-specific topic of overcoming fears in order to become a conference speaker.
-
-NASA’s Jet Propulsion Laboratory (JPL) took the spotlight during two sessions, in Lois Kim’s _Navigating Through Space_ which looked at visual strategy and Denis Radin’s _Applying NASA Coding Guidelines to JavaScript_ that explored applying NASA coding guidelines to JavaScript / HTML apps.
-
-## Fun and games, and a bit of art
-
-Peppered with ample coffee breaks in between sessions, Heapcon visitors also had the chance to interact with local tech companies at their booths, which offered table football, quizzes, code battles and presentations, as well as the chance to see what different businesses are up to and excellent networking opportunities.
-
-One of the most eye-catching booths was an interactive art project by artist Miss Hokusai. Heapcon visitors had the chance to tap into their creative sides and create their own artwork to take home with them as souvenirs from this year’s gathering.
-
-Finally, to conclude Day 1 of Heapcon 2019, a candlelit dinner in the Jevremovac Botanical Garden was served for the conference speakers, setting the mood for the second and final day of Heapcon.
-
-
-
-## Embrace differences
-
-The many facets of diversity formed [the core theme of Heapcon 2019](/blog/embrace-differences/). Embracing differences on a variety of levels was the message put forward by Heapcon’s organizers in an effort to promote equality, nurture creativity and help the regional tech community develop further.
-
-The idea was to unite diverse perspectives and emphasize the strength of collaboration, the sharing of knowledge and finding each other on the path of creating new and exciting milestones in the industry, which brings us back to Dave Snowden’s opening keynote.
-
-As Snowden showcased in that first talk during the morning hours of Day 1 and the pouring rain, the complexities that form us as people shouldn’t be ignored, but rather accepted, incorporated and proudly displayed in our work and our community. Whether we’re cat-lovers or dog-lovers.
-
-
\ No newline at end of file
diff --git a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/print.jpg b/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/print.jpg
deleted file mode 100644
index 19266da..0000000
Binary files a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/print.jpg and /dev/null differ
diff --git a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/snow1.jpg b/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/snow1.jpg
deleted file mode 100644
index b16a3e9..0000000
Binary files a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/snow1.jpg and /dev/null differ
diff --git a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/snow2.jpg b/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/snow2.jpg
deleted file mode 100644
index 2db2ba3..0000000
Binary files a/content/posts/2019-10-14-complexity-and-differences-at-heapcon-2019-day-1/snow2.jpg and /dev/null differ
diff --git a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/after.jpg b/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/after.jpg
deleted file mode 100644
index a349d90..0000000
Binary files a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/after.jpg and /dev/null differ
diff --git a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/all.jpg b/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/all.jpg
deleted file mode 100644
index 136dae8..0000000
Binary files a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/all.jpg and /dev/null differ
diff --git a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/all2.jpg b/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/all2.jpg
deleted file mode 100644
index 23b02a9..0000000
Binary files a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/all2.jpg and /dev/null differ
diff --git a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/donations.jpg b/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/donations.jpg
deleted file mode 100644
index 03e7dff..0000000
Binary files a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/donations.jpg and /dev/null differ
diff --git a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/index.md b/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/index.md
deleted file mode 100644
index fddeb9a..0000000
--- a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/index.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-Title: "Heapcon 2019 Day 2: A dilemma, some rocking and the AI revolution"
-slug: dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2
-date: 2019-10-20
-authors:
- - heapcon
-tags:
- - konferencija
- - heapcon
- - unconference
-post: true
-postImage: ""
----
-
-Following a busy first day of Heapcon 2019, the second day of the Belgrade tech conference followed the same pattern - intriguing ideas, dedicated speakers, meet and greets, but this time with a rock show.
-
-Better weather conditions and the feeling of a certain familiarity helped the second day of Heapcon begin on an even more energetic note.
-
-## Coffee with a slice of philosophy
-
-Computational philosopher or self-described big geek Ted Neward is no stranger to Heapcon. As a guest at previous tech conferences organized by Heapspace Neward touched on the subject of *Polytechnic Careering* in front of a Belgrade audience before.
-
-This year, Neward kicked off Day 2 of the conference posing the question *Jack of all trades, master of none?* in a talk that quickly animated even the sleepiest of guests in the morning hours of the H-Prime stage, proving himself as a master of public speaking once again.
-
-Through the lens of his own professional experience, Neward’s engaging session served some food for thought for everyone out there who feels trapped within the dichotomy of specializing in one programming language or aiming to be a polyglot.
-
-
-
-## Jam sessions in between conference sessions
-
-Nemanja Miljkovic captured the attention of a very enthusiastic crowd that packed the Outer Space stage with his demonstration of building a guitar amplifier using the Web Audio API. But his contribution to Heapcon didn't end with this talk as Nemanja entertained visitors with a guitar performance at the Heapspace booth afterward.
-
-As Nemanja strummed to classic rock hits on his guitar, Heapcon guests were encouraged to donate to three local organizations that help children battling cancer and rare diseases. Finally, after his demonstration and jam-session, Nemanja decided to match all of the donations himself.
-
-
-
-And as no tech conference would be complete without the magic word *start-up*, Zoja Kukic from the Digital Serbia Initiative gave a presentation on the Serbian start-up ecosystem. Reflecting on data concerning the number of start-ups in Serbia, as well as the challenges they face, Zoja compared the results to those from other European countries. Along with her co-speakers, she rounded off the talk with highlighting some of the strengths and weaknesses of the local start-up culture.
-
-A slew of other compelling talks progressed during the day, ranging from giving old tech a new life, developing in Kotlin, reinventing the web to working with serverless architecture, edge computing, RabbitMQ and other topics of interest in the community.
-
-**A Heapcon farewell** Computer scientist Sumit Gulwani from Microsoft concluded Heapcon 2019 with a talk titled *Automated Program Generation from Input-Output Examples* that saw him present a new frontier in AI.
-
-Inspired by an airplane encounter with a woman who asked Gulwani if there is a way to merge two columns in Excel “when one column has a first name, the other the last, so that a column has both first and last names?,” he embarked on a mission to explore Programming By Example (PBE) - which aims to enable non-programmers to create programs by providing examples of what they need.
-
-The closing ceremony of this year’s Heapcon gathered conference attendees at the H-Prime stage for one last time. Awards were presented, thanks were given and the entire team applauded for another successful year of bringing people together at Heapcon.
-
-Those that weren’t drained or had flights to catch convened at Lisabon Jazz Kantina near the Heapcon venue for the conference celebratory matinée. Dim lights, music, drinks and a friendly atmosphere - this is how Heapcon 2019 wrapped up.
-
-
-
-
\ No newline at end of file
diff --git a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/stick.jpg b/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/stick.jpg
deleted file mode 100644
index 39169ac..0000000
Binary files a/content/posts/2019-10-20-dilemma-some-rocking-and-the-ai-revolution-heapcon-2019-day-2/stick.jpg and /dev/null differ
diff --git a/content/projekti/body.en.md b/content/projekti/body.en.md
deleted file mode 100644
index d1738d8..0000000
--- a/content/projekti/body.en.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-headless: true
----
-
-[Tech breakfast](#tech-breakfast)
-[Heapcon](#heapcon)
-
----
-
-## Tech Breakfast
-
-Launched in December 2015., Tech breakfast showcases entrepreneurial ideas as we cosily sip the first morning coffee. A couple of five-minute presentations, two-minute Q&A sessions, and networking, made complete by the flavour of [Domaće kiflice](http://domacekiflice.rs/), is a terrific way to start your day.
-
-In September 2018, Tech breakfast event takes place in Zagreb and Novi Sad and in 2019. Niš, Osijek and Subotica will be hosting this morning event.
-
-
-
-[Tech Breakfast](https://tehnoloskidorucak.io/ "Tehnološki doručak") is the place to exchange ideas, and you can apply to take part, just like with any other Heapspace project. No matter whether you’re a coder, designer, entrepreneur or a marketer, come show your idea and inspire others!
-
-If you want to share your idea, write to us at: [dorucak@heapspace.rs](mailto:dorucak@heapspace.rs).
-
----
-
-## Heapcon
-
-
-
-Regional tech conference crafted for software engineers and tech businesses takes place in Belgrade every fall. Voxxed Days Belgrade successor, [Heapcon](http://heapcon.io/) brings an even better speakers line up, new formats of knowledge exchange and presents regional expertise in the domain of software development.
diff --git a/content/projekti/body.sr.md b/content/projekti/body.sr.md
deleted file mode 100644
index 6edf4fb..0000000
--- a/content/projekti/body.sr.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-headless: true
----
-
-[Tehnološki doručak](#tehnološki-doručak)
-[Heapcon](#heapcon)
-
----
-
-## Tehnološki doručak
-
-Pokrenut je u decembru 2015. godine, Tehnološko doručak ima za cilj brzu razmenu preduzetničkih ideja u prijatnoj atmosferi prve jutarnje kafe. Četiri-pet predavanja od 5 minuta, 2 minuta za pitanja uz networking upotpunjen ukusom [Domaćih kiflica](http://domacekiflice.rs/) je sjajan način da se započne dan.
-
-Od septembra 2018. godine, širimo inicijativu na Zagreb i Novi Sad, a u 2019. godini Doručak će se održavati u Nišu, Osijeku i Subotici.
-
-
-
-[Tehnološki doručak](https://tehnoloskidorucak.io/ "Tehnološki doručak") je mesto za razmenu ideja i kao i svaki Heapspace projekat, otvoren je za prijave. Nije važno da li si programer, dizajner, preduzetnik ili marketar, prijavi svoju ideju i budi inspiracija drugima!
-
-Ako imaš ideju koju želiš da podeliš na doručku, piši nam na: [dorucak@heapspace.rs](mailto:dorucak@heapspace.rs).
-
----
-
-## Heapcon
-
-Regionalna tehnološka konferencija namenjena softverskim inženjerima i tehnološkim biznisima, održava se svake jeseni u Beogradu. Naslednik Voxxed Days Belgrade konferencije, [Heapcon](http://heapcon.io/) donosi sjajan line-up govornika, nove formate razmene znanja i predstavlja regionalnu ekspertizu u domenu razvoja softvera.
-
-
-
diff --git a/content/projekti/hc.jpg b/content/projekti/hc.jpg
deleted file mode 100644
index ff72a2a..0000000
Binary files a/content/projekti/hc.jpg and /dev/null differ
diff --git a/content/projekti/index.en.md b/content/projekti/index.en.md
deleted file mode 100644
index 0f44055..0000000
--- a/content/projekti/index.en.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Projects"
-translationKey: "projects"
-url: "projects"
----
-
-{{% section red %}}
-# Projects
-
-Our projects aim to connect technology, culture and entrepreneurship.
-
-{{% /section %}}
-
-{{< section_file "body" "white" >}}
\ No newline at end of file
diff --git a/content/projekti/index.md b/content/projekti/index.md
deleted file mode 100644
index 2b2fcb3..0000000
--- a/content/projekti/index.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "Projekti"
-translationKey: "projects"
----
-
-{{% section red %}}
-# Projekti
-
-Naši projekti su usmereni na povezivanje tehnologije, kulture i preduzetništva.
-
-{{% /section %}}
-
-{{< section_file "body" "white" >}}
diff --git a/content/projekti/td.jpg b/content/projekti/td.jpg
deleted file mode 100644
index 1280f8f..0000000
Binary files a/content/projekti/td.jpg and /dev/null differ
diff --git a/content/uslovi-koriscenja.en.md b/content/uslovi-koriscenja.en.md
deleted file mode 100644
index 96fc07c..0000000
--- a/content/uslovi-koriscenja.en.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: Terms and conditions
-url: "terms-and-conditions"
----
-
-{{% section %}}
-# Terms and conditions
-
-Your access, as well as the use of our website (hereinafter the “website”) is subject to these terms of use and the current legislation regulating this area. By accessing and using the website, you consent without limitation to these terms of use. If you do not accept these terms of use without limitation, please leave the website.
-
-## Content ownership
-
-The website, as well as all texts, logotypes, graphics, images, audio files, and other material on this website (the “Content”), are owned by the organization Heapspace (the “Author”) or have been published on the website with the prior consent of the owner or an authorised copyrights owner. The use of Content in the manner not prescribed by these terms of use, without a written consent by the Content owner, is strictly prohibited. The author shall exercise their copyrights, intellectual property rights and other related rights, as well as any other rights, using all available measures stipulated by law, including criminal charges.
-
-## Your use of the website
-
-The website Content can contain incorrect data or typos. Changes to the website may be made periodically, at any point and without any prior notification. However, the Author does not undertake to regularly update information on this website. Also, the Author does not guarantee that the website will function without interruptions or errors, that fixes will be timely made, nor that the website is compatible with your hardware and software.
-
-## Safe harbour
-
-You use the website at your own risk. The Author shall not be held responsible for material or non-material damage, direct or indirect resulting from the use or in relation to the use of the website or its Content.
-
-## Links to third party websites
-
-The website may contain links to other websites that the Author does not own or use. Such links are provided solely to provide you with as much information as possible. The Author does not manage and is not held responsible for the functioning, content, privacy policy or safety of such websites. If you visit such websites via links on our website, you do so at your own risk and without the Author’s consent.
-
-## Content available on this website
-
-The intellectual property rights and all other rights over any Content made available for downloading from the website (the “Content”) belong to the Author, unless otherwise stipulated. You are using the Content in line with the provisions of the Law on the Copyright and Related Rights of the Republic of Serbia. Do not download or use the Content if you do not agree with these provisions. When downloading or using the Content from the website, you do so at your own risk.
-
-{{% /section %}}
\ No newline at end of file
diff --git a/data/months.yaml b/data/months.yaml
deleted file mode 100644
index fd44a53..0000000
--- a/data/months.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-1: "januar"
-2: "februar"
-3: "mart"
-4: "april"
-5: "maj"
-6: "jun"
-7: "juli"
-8: "avgust"
-9: "septembar"
-10: "oktobar"
-11: "novembar"
-12: "decembar"
\ No newline at end of file
diff --git a/data/team.yaml b/data/team.yaml
deleted file mode 100644
index 617bd54..0000000
--- a/data/team.yaml
+++ /dev/null
@@ -1,63 +0,0 @@
-igor:
- slug: igor
- name: Igor
- fullName: "Igor Spasić"
- twitter: "joddorg"
- linkedin: "igorspasic"
- github: "igr"
- blog: "https://oblac.rs"
- home: "https://igo.rs"
- url: "https://igo.rs"
- team: true
-ivana:
- slug: ivana
- name: Ivana
- fullName: "Ivana Nikolić"
- url: "https://www.linkedin.com/in/ivananikolic82"
- team: true
-ninoslav:
- slug: ninoslav
- name: Ninoslav
- fullName: "Ninoslav Rupić"
- linkedin: "ninoslavrupic"
- twitter: "profa_the_ninja"
- url: "https://www.linkedin.com/in/ninoslavrupic"
- team: true
-dimitrije:
- slug: dimitrije
- name: Dimitrije
- fullName: "Dimitrije Stamenković"
- url: "https://www.facebook.com/dimitrije.stamenkovic.9"
- team: true
-jovana:
- slug: jovana
- name: Jovana
- fullName: "Jovana Tomić"
- url: "https://www.linkedin.com/in/jovanatomic/"
- team: true
-vesna:
- slug: vesna
- name: Vesna
- fullName: "Vesna Marjanović"
- linkedin: "vesna-marjanovic-hs"
- twitter: "vesnaHS"
- url: "https://www.linkedin.com/in/vesna-marjanovic-hs/"
- team: true
-stefan:
- slug: stefan
- name: Stefan
- fullName: "Stefan Feješ"
- url: "https://www.linkedin.com/in/fejes713/"
- team: true
-nikola:
- slug: nikola
- name: Nikola
- fullName: "Nikola Đuza"
- url: "https://www.linkedin.com/in/nikoladjuza/"
- team: true
-nevena:
- slug: nevena
- name: Nevena
- fullname: "Nevena Sofranić"
- url: "https://www.linkedin.com/in/nevenasofranic/"
- team: false
diff --git a/i18n/en.toml b/i18n/en.toml
deleted file mode 100644
index 9afb6b0..0000000
--- a/i18n/en.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[mailchimp-about]
-other = "Sign up for our newsletter and find out more about our future activities and events!"
-
-[mailchimp-placeholder]
-other = "YOUR EMAIL"
-
-[mailchimp-signup]
-other = "SIGN UP!"
-
-
-[site-description]
-other = "Heapspace is an open community for all technology lovers and this is our manifest. Our projects aim at one thing: development of the regional tech scene. So, Heapspace is not just an organisation, but a community that rests on direct contacts with its members."
\ No newline at end of file
diff --git a/i18n/sr.toml b/i18n/sr.toml
deleted file mode 100644
index a9001c2..0000000
--- a/i18n/sr.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[mailchimp-about]
-other = "Prijavite se na naš newsletter i saznajte više o našim budućim aktivnostima i događajima!"
-
-[mailchimp-placeholder]
-other = "VAŠ EMAIL"
-
-[mailchimp-signup]
-other = "PRIJAVI ME!"
-
-[site-description]
-other = "Heapspace je otvorena zajednica za sve one koji vole tehnologiju, a ovo je naš manifest. Naši projekti imaju jedno usmerenje: razvoj regionalne tehnološke scene. Samim tim, Heapspace nije samo organizacija, već zajednica koja počiva na neposrednim kontaktima sa svojim članovima."
\ No newline at end of file
diff --git a/layouts/404.html b/layouts/404.html
deleted file mode 100644
index af97393..0000000
--- a/layouts/404.html
+++ /dev/null
@@ -1 +0,0 @@
-four oh four
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
deleted file mode 100644
index a79fc22..0000000
--- a/layouts/_default/baseof.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-{{ end }}
\ No newline at end of file
diff --git a/layouts/authors/list.html b/layouts/authors/list.html
deleted file mode 100644
index b4b8f1f..0000000
--- a/layouts/authors/list.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{{ define "main" }}
-{{ $member := (index $.Site.Data.team .Params.slug ) }}
-
-
-
-
-
{{ $member.fullName }}
-
- {{ if $member.github }}{{ end }}
- {{ if $member.twitter }}{{end}}
- {{ if $member.linkedin }}{{end}}
- {{ if $member.blog }}{{end}}
- {{ if $member.home }}{{end}}
-
- {{.Content}}
-
- {{ if .Params.photo }}
- {{ $image := .Resources.GetMatch .Params.photo }}
- {{ if $image }}
-
- {{ end }}
- {{ end }}
-
-
-
-
-{{ end }}
\ No newline at end of file
diff --git a/layouts/index.headers b/layouts/index.headers
deleted file mode 100644
index 1173bab..0000000
--- a/layouts/index.headers
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
- X-Frame-Options: DENY
- X-XSS-Protection: 1; mode=block
- X-Content-Type-Options: nosniff
- Referrer-Policy: origin-when-cross-origin
-*/
diff --git a/layouts/index.html b/layouts/index.html
deleted file mode 100644
index 5f82dc6..0000000
--- a/layouts/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{{ define "main" }}
-{{.Content }}
-{{ end }}
diff --git a/layouts/index.redir b/layouts/index.redir
deleted file mode 100644
index 749f1d3..0000000
--- a/layouts/index.redir
+++ /dev/null
@@ -1,6 +0,0 @@
-# Netlify redirects. See https://www.netlify.com/docs/redirects/
-{{ range $p := .Site.Pages -}}
-{{ range .Aliases }}
-{{ . | printf "%-35s" }} {{ $p.RelPermalink -}}
-{{ end -}}
-{{- end -}}
\ No newline at end of file
diff --git a/layouts/partials/article_about.html b/layouts/partials/article_about.html
deleted file mode 100644
index d1e3c20..0000000
--- a/layouts/partials/article_about.html
+++ /dev/null
@@ -1,5 +0,0 @@
-
- {{ .Date.Day }}.{{ index $.Site.Data.months (printf "%d" .Date.Month) }} {{.Date.Year}}.
- / {{- range .Params.authors }}{{ . }} {{ end }}
- / {{.ReadingTime}}min
-
\ No newline at end of file
diff --git a/layouts/partials/article_about2.html b/layouts/partials/article_about2.html
deleted file mode 100644
index a72a51c..0000000
--- a/layouts/partials/article_about2.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
- {{ .Date.Day }}.{{ index $.Site.Data.months (printf "%d" .Date.Month) }} {{.Date.Year}}.
- / {{- range .Params.authors }}{{ . }} {{ end }}
- / {{.ReadingTime}}min
- / Pročitaj više
-
\ No newline at end of file
diff --git a/layouts/partials/article_about_small.html b/layouts/partials/article_about_small.html
deleted file mode 100644
index 8f64077..0000000
--- a/layouts/partials/article_about_small.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
- {{ .Date.Day }}.{{ index $.Site.Data.months (printf "%d" .Date.Month) }}
- / {{- range .Params.authors }}{{ . }} {{ end }}
- / {{.ReadingTime}}min
- / Pročitaj više
-
\ No newline at end of file
diff --git a/layouts/partials/article_small.html b/layouts/partials/article_small.html
deleted file mode 100644
index fef7b53..0000000
--- a/layouts/partials/article_small.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
{{- .Summary -}}
-{{ partial "article_about_small" . }}
-
\ No newline at end of file
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
deleted file mode 100644
index d5b7cf4..0000000
--- a/layouts/partials/header.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
+
+{% endblock %}
+
+{% block script %}
+
+{% endblock %}
diff --git a/src/layouts/index.xml.njk b/src/layouts/index.xml.njk
new file mode 100644
index 0000000..5fe1dd0
--- /dev/null
+++ b/src/layouts/index.xml.njk
@@ -0,0 +1,21 @@
+
+
+
+ {{ site.name }}
+ {{ site.baseURL }}
+ DESCRIPTION
+ sr-RS
+ site.buildTime | dateUTC
+
+
+ {% for p in site.pages() | reverse | firstN(20) -%}
+
+ {{ p.title }}
+ {{ p.link }}
+ p.date | dateUTC
+ {{ p.link }}
+ {{ p.summary | e }}
+
+ {%- endfor %}
+
+
diff --git a/layouts/partials/footer.html b/src/layouts/partials/footer.njk
similarity index 59%
rename from layouts/partials/footer.html
rename to src/layouts/partials/footer.njk
index 5f9f6be..9c9008f 100644
--- a/layouts/partials/footer.html
+++ b/src/layouts/partials/footer.njk
@@ -1,6 +1,6 @@
-
diff --git a/layouts/partials/ga.html b/src/layouts/partials/ga.njk
similarity index 100%
rename from layouts/partials/ga.html
rename to src/layouts/partials/ga.njk
diff --git a/layouts/partials/head.html b/src/layouts/partials/head.njk
similarity index 60%
rename from layouts/partials/head.html
rename to src/layouts/partials/head.njk
index f5047a1..fd62fa4 100644
--- a/layouts/partials/head.html
+++ b/src/layouts/partials/head.njk
@@ -1,31 +1,32 @@
+{% if home %}
+{{ site.name }}
+
+{% else %}
+{{ title }} - {{ site.name }}
+
+{% endif %}
+
-
-{{ if .Params.post }}
-
-
-
-
-
-{{ else }}
-
-
-
-
-
-
-{{ end }}
+
+
+
+
+
+{% if post %}
+
+{% else %}
+
+
+{% endif %}
+{#{{ if .Params.post }}#}
+{# #}
+{# #}
+{#{{ else }}#}
+{# #}
+{#{{ end }}#}
-{{ if .IsHome }}
- {{ .Site.Title }}
-
-
-{{ else }}
- {{ .Title }} - {{ .Site.Title }}
-
-
-{{ end }}
diff --git a/src/layouts/partials/header.njk b/src/layouts/partials/header.njk
new file mode 100644
index 0000000..e9cefdf
--- /dev/null
+++ b/src/layouts/partials/header.njk
@@ -0,0 +1,3 @@
+
+ {% include "partials/menu.njk" %}
+
diff --git a/layouts/partials/li.html b/src/layouts/partials/li.njk
similarity index 100%
rename from layouts/partials/li.html
rename to src/layouts/partials/li.njk
diff --git a/src/layouts/partials/mailchimp.njk b/src/layouts/partials/mailchimp.njk
new file mode 100644
index 0000000..30e55ae
--- /dev/null
+++ b/src/layouts/partials/mailchimp.njk
@@ -0,0 +1,19 @@
+
+
Prijavite se na naš newsletter i saznajte više o našim budućim aktivnostima i događajima!
+
+
+
+
diff --git a/src/layouts/partials/menu.njk b/src/layouts/partials/menu.njk
new file mode 100644
index 0000000..0ad7ffe
--- /dev/null
+++ b/src/layouts/partials/menu.njk
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
diff --git a/src/ops.js b/src/ops.js
new file mode 100644
index 0000000..f608fcd
--- /dev/null
+++ b/src/ops.js
@@ -0,0 +1,9 @@
+"use strict";
+
+module.exports = () => {
+ return {
+ render: {
+ extensions: ['.md', '.njk']
+ }
+ };
+};
diff --git a/src/site.json b/src/site.json
new file mode 100644
index 0000000..0724915
--- /dev/null
+++ b/src/site.json
@@ -0,0 +1,4 @@
+{
+ "name": "Heapspace",
+ "baseURL": "https://heapspace.rs/"
+}
diff --git a/src/site/blog/2020-02-02-heapspace2/box.jpg b/src/site/blog/2020-02-02-heapspace2/box.jpg
new file mode 100644
index 0000000..1d19a35
Binary files /dev/null and b/src/site/blog/2020-02-02-heapspace2/box.jpg differ
diff --git a/src/site/blog/2020-02-02-heapspace2/index.md b/src/site/blog/2020-02-02-heapspace2/index.md
new file mode 100644
index 0000000..074a870
--- /dev/null
+++ b/src/site/blog/2020-02-02-heapspace2/index.md
@@ -0,0 +1,20 @@
+---
+title: Heapspace, verzija dva
+date: 2020-02-02
+category: hs
+description: "Organizacija se menja vremenom, raste i sazreva. Takav je slučaj i sa Heapspace-om."
+---
+
+Heapspace je dinamična organizacija. Menja se zajedno sa timom koji vremenom sazreva; onako kako najbolje može u skladu sa mogućnostima.
+
+2. feburara 2020. započinjemo novi krug.
+
+## Šta se promenilo?
+
+Uspeli smo da uvećamo tim. On donosi nove ideje, nove zamisli, novu snagu... Postoji više mesta za nova delovanja i nove aktivnosti.
+
+## Šta je ostalo isto?
+
+Sve što nam je bitno: integritet i kvalitet; naša misija i vizija - su i dalje nepokolebljivi temelj organizacije.
+
+Idemo dalje!
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/box.jpg b/src/site/blog/2020-03-20-hc2-dizajn/box.jpg
new file mode 100644
index 0000000..dbb3e59
Binary files /dev/null and b/src/site/blog/2020-03-20-hc2-dizajn/box.jpg differ
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/image1.png b/src/site/blog/2020-03-20-hc2-dizajn/image1.png
new file mode 100644
index 0000000..bc7f012
Binary files /dev/null and b/src/site/blog/2020-03-20-hc2-dizajn/image1.png differ
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/image2.jpg b/src/site/blog/2020-03-20-hc2-dizajn/image2.jpg
new file mode 100644
index 0000000..422fdf2
Binary files /dev/null and b/src/site/blog/2020-03-20-hc2-dizajn/image2.jpg differ
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/image3.jpg b/src/site/blog/2020-03-20-hc2-dizajn/image3.jpg
new file mode 100644
index 0000000..ce45819
Binary files /dev/null and b/src/site/blog/2020-03-20-hc2-dizajn/image3.jpg differ
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/image4.jpg b/src/site/blog/2020-03-20-hc2-dizajn/image4.jpg
new file mode 100644
index 0000000..37e4c8a
Binary files /dev/null and b/src/site/blog/2020-03-20-hc2-dizajn/image4.jpg differ
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/image5.jpg b/src/site/blog/2020-03-20-hc2-dizajn/image5.jpg
new file mode 100644
index 0000000..e37faee
Binary files /dev/null and b/src/site/blog/2020-03-20-hc2-dizajn/image5.jpg differ
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/image6.jpg b/src/site/blog/2020-03-20-hc2-dizajn/image6.jpg
new file mode 100644
index 0000000..5eebd71
Binary files /dev/null and b/src/site/blog/2020-03-20-hc2-dizajn/image6.jpg differ
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/image7.jpg b/src/site/blog/2020-03-20-hc2-dizajn/image7.jpg
new file mode 100644
index 0000000..e878cd8
Binary files /dev/null and b/src/site/blog/2020-03-20-hc2-dizajn/image7.jpg differ
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/image8.jpg b/src/site/blog/2020-03-20-hc2-dizajn/image8.jpg
new file mode 100644
index 0000000..a7b8f4c
Binary files /dev/null and b/src/site/blog/2020-03-20-hc2-dizajn/image8.jpg differ
diff --git a/src/site/blog/2020-03-20-hc2-dizajn/index.md b/src/site/blog/2020-03-20-hc2-dizajn/index.md
new file mode 100644
index 0000000..f91e7a2
--- /dev/null
+++ b/src/site/blog/2020-03-20-hc2-dizajn/index.md
@@ -0,0 +1,80 @@
+---
+title: HC 2020 dizajn
+date: 2020-03-20
+category: hc
+description: "Tradicionalno, Heapcon dizajn svake godine donosi nov i svež pristup. Ove godine je za dizajn zadružena Dragana Krtinić - grafički dizajner iz kompanije SpiceFactory."
+---
+
+> Dragana, hvala ti što si doprinela energiji ovogodišnjeg Heapcon-a! Dizajn je definitivno nešto što unosi posebnost celoj konferenicji a i iskustvu njenih posetilaca. Da li možeš da nam kažeš koja je ideja i filozofija iza ovogodišnjeg dizajna?
+
+Hvala vama što verujete u moje vizuelne instinkte! Oduvek mi je bila želja da kreiram identitet neke kreativne konferencije tako da sam već na početku imala ideje sa kojima sam htela da eksperimentišem. Kada sam razmišljala o Heapcon-u 2020, imala sam na umu da je to konferencija o tehnologiji i digitalnoj kreativnosti. I sama radim u tom domenu i ako bih dozvolila sebi da pojednostavim ideju toga rekla bih da je to težnja da se kreira nešto jednostavno, intuitivno, no opet kompleksno,organsko, heterogeno, sirovo, podležno izmeni i rastu...
+
+Tako sam krenula od najjednostavnijeg i najveličanstvenijeg oblika-kruga…
+
+Koji će u interakciji da gubi i iznova stvara svoj oblik.
+
+Sam će sadržati svoje osobine/boje ali i reflektovati nijanse koje ga orkužuju, raščlanjaviti se na nove elemente.
+
+Htela sam da bojama pokažem jačinu zajedništva suprotnosti.
+
+Skroz hladne sa skroz toplim bojama, koje se mešaju i nikad ne postaju smo jedna boja.
+
+To predstavlja konstantni proces, traženje, prepuštanje, work-in-progress…
+
+Tekstura tog kruga, odnosno lopte, kao da prolazi kroz sva stanja, ponekad izgleda metalna, ponekad vodena, ponekad kao da je fini tekstil na povetarcu.
+
+
+{ .center }
+
+
+{ .center }
+
+> Kada bi tvoja metalno vodena lopta bila osoba, kakav bi karakter imao ili imala? Koje osobine bi ti istakla?
+
+
+Volim ovakva pitanja. To bi bila neka pomalo čudna a poviše hrabra osoba koja je toliko sigurna u svoju čudnost da deluje sasvim normalna. :) Osoba koja voli nesavršenost i nedovršenost sebe, non stop se gradi i pomera granice a time privlači i poziva na akciju.
+
+
+{ .center }
+
+> Gde si pronašla inspiraciju za sve što si ovom prilikom kreirala?
+
+Obično krenem od prirode. Tu je pregršt neverovatnih boja, tekstura, oblika. I imam osećaj ako krenem od toga ne mogu da pogrešim.
+
+Sada sam razmišljala o odrazu u vodi, u tome kako voda reaguje kada uskočimo u nju, kako se koncentrično šire krugovi, kako svaki oblik prolazi kroz neku distorziju i nastaje neka nova kompozicija. Jedan oblik preuzima boju drugog i obrnuto. Kako kroz to gubimo granice sebe i postajemo deo nečeg većeg od nas samih.
+
+
+
+
+{ .center }
+
+Ceo dizajn je uklopljen i u sadašnje trendove. Upečatljive boje, [jaka monospace geometrijska tipografija](https://pangrampangram.com/products/neue-machina?variant=14717505765418) i jednostavna ilustracija.
+
+> Kako izgledaju različite primene dizajna?
+
+
+Mislim da je dizajn Heapcon-a 2020 prilično zahvalan kako za web, tako za štampu, prostornu instalaciju i slično. Glavni “karakter” cele priče je Blob Bob (kako smo mu dali radni naziv :D ) koji će proći kroz blage transformacije i tako diferencirati sadržaj.
+
+> Kakav utisak, kao tvorac ovog dizajna, želiš da preneseš ovogodišnjim učesnicima?
+
+Pre svega da osete da su deo neke vredne i pažljivo osmišljene priče. Volela bih da učesnici zapamte konferenciju po celokupnom doživljaju. Da animacija i zvuk koji se emituje pre svakog govora stvore autentičnu atmosferu.
+
+Dizajn sam uvek gledala kao neku vrstu vizije. A ideja da primimo informaciju o budućnosti u obliku vizije pre nego što imamo bilo kakvu drugu informaciju mi deluje usko povezana sa tehnologijom i inovacijom.
+
+> Sneak peek šta nas dalje očekuje? :D
+
+Ko zna :D Oblici će svakako biti oživljeni kroz animaciju.
+
+Volela bih da vizuale obogatim sa prikladnim zvukom koji bi dodatno kreairao atmosferu.
+
+Jedva čekam da dođemo do štampe, igraću se sa folijama koje reflektuju razne boje.
+
+Takođe biće zanimljiv izazov glavne elemente dizajna preneti u prostor. :)
+
+
+{ .center }
+
+
+{ .center }
+
+Hvala ti, Dragana! Jedva čekamo dalje primene ove tvoje zanimljive ideje :)
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/box.jpg b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/box.jpg
new file mode 100644
index 0000000..1bc01b4
Binary files /dev/null and b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/box.jpg differ
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image1.jpg b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image1.jpg
new file mode 100644
index 0000000..23e7b85
Binary files /dev/null and b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image1.jpg differ
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image2.jpg b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image2.jpg
new file mode 100644
index 0000000..aba2483
Binary files /dev/null and b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image2.jpg differ
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image3.jpg b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image3.jpg
new file mode 100644
index 0000000..d22607f
Binary files /dev/null and b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image3.jpg differ
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image4.jpg b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image4.jpg
new file mode 100644
index 0000000..03e5ef9
Binary files /dev/null and b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image4.jpg differ
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image5.jpg b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image5.jpg
new file mode 100644
index 0000000..e5135f6
Binary files /dev/null and b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image5.jpg differ
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image6.jpg b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image6.jpg
new file mode 100644
index 0000000..1bc01b4
Binary files /dev/null and b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image6.jpg differ
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image7.jpg b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image7.jpg
new file mode 100644
index 0000000..89d8392
Binary files /dev/null and b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image7.jpg differ
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image8.jpg b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image8.jpg
new file mode 100644
index 0000000..67949a8
Binary files /dev/null and b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/image8.jpg differ
diff --git a/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/index.md b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/index.md
new file mode 100644
index 0000000..47da698
--- /dev/null
+++ b/src/site/blog/2020-04-04-zasto-se-prikljuciti-zajednici/index.md
@@ -0,0 +1,61 @@
+---
+title: Zašto se priključiti lokalnoj tech zajednici
+date: 2020-04-24
+category: hc
+description: "Kao i bilo koja druga zajednica, lokalne tech zajednice donose razlicite mogucnosti za učenje, razvoj, i čak upoznavanje novih ljudi. Iako mnogi ne shvataju čemu služe ove zajednice i zašto se priključiti lokalnoj tech zajednici, one ipak imaju svoju ulogu u oblikovanju društva i svesti pojedinaca."
+---
+
+Kao i bilo koja druga zajednica, lokalne tech zajednice donose razlicite mogucnosti za učenje, razvoj, i čak upoznavanje novih ljudi. Iako mnogi ne shvataju čemu služe ove zajednice i zašto se priključiti lokalnoj tech zajednici, one ipak imaju svoju ulogu u oblikovanju društva i svesti pojedinaca.
+
+
+
+## Šta Čini Zajednicu?
+
+Zajednica je skup ljudi koji dele slična interesovanja. Ali to nije ono što čini jednu zajednicu. Zajednica se sastoji od događaja, radionica, i konferencija koje se organizuju. Ali tu učestvuju i ljudi:
+
++ Ljudi koji organizuju te događaje
++ Ljudi koji govore na događajima
++ Sponzori
++ Ljudi koji posećuju događaje
+
+## Prilika za Učenje
+
+Priključivanje tech zajednici pruža priliku za učenjem. Kao član zajednice, imate priliku da učite nešto novo. Odlaskom na događaje i konferencije dobijate priliku da slušate savete o različitim tehnologijama ili bilo čemu što vas zanima, ali takođe imate priliku da popričate sa iskusnijim ljudima od vas o čemu god želite.
+
+
+
+## Upoznavanje Novih Ljudi
+
+Zajednice su najbolje mesto za upoznavanje ljudi sličnih interesovanja i razmišljanja. Moći ćete da upoznate nove ljude, nađete ljude sa zajedničkim interesovanjima ili one koji se bave istim stvarima.
+
+
+
+## Biti u Toku sa Dešavanjima
+
+Tech zajednice i njihova događanja su odlično mesto da budete u toku sa najnovijim vestima i dešavanjima oko vas. Tech zajednice ti daju uvid u ono što se dešava u tech industriji ali i u samoj zajednici. Može se desiti i da budete u toku sa dešavanjima i saznate nešto novo o mestima u kojima van svog grada ili čak u gradovima i državama u kojima još niste bili. Interakcijom u tech zajednici, imaćete uvid u sva dešavanja i novosti koje vas mogu interesovati.
+
+
+
+## Deljenje Mišljenja i Rešavanje Problema
+
+Imaćete priliku da izađete iz svoje zone komfora i nađete se u grupi ljudi gde ćete moći da delite svoje mišljenje i čujete šta drugi misle o određenoj temi koja i vas interesuje. Koji je bolji način da oblikujete vašu industriju i okolinu nego razmenom mišljenja sa ljudima istih ili sličnih interesovanja? Promene u svim industrijama su neizbežne, ali zahvaljujući ljudima u zajednici, možete lako podeliti vaša mišljenja, zapažanja i probleme koje imate.
+
+
+
+## Pomaganje Drugima
+
+Samom razmenom mišljenja ćeš moći da pomogneš u rešavanju nekog problema - bilo svog ili tuđeg. Ali pored toga, moćeš i da postaviš neki problem, da se raspitaš kod svoje zajednice oko rešavanja nekog problema. Bilo da si zapeo na nekoj liniji koda ili želiš da rešiš neki problem u društvu, možeš očekivati podršku svoje lokalne zajednice u tome.
+
+
+
+# Promocija i Stvaranje Imena
+
+Događaji u kojima učestvujete su takođe prilika da stvorite svoje ime i da promovišete vas i ono čime se bavite. Iako ovo nije primarni benefit niti razlog zašto ljudi ostaju članovi zajednica, svakako je vrlo koristna stvar biti u mogučnosti da izgradite sebe i svoje ime ljudima koji vam mogu pomoći u tome.
+
+
+
+## Zabavi Se
+
+Tech zajednice nisu uštogljene, te slobodno možeš očekivati da se zabaviš svakom prilikom. Svaki događaj i konferencija se prave sa ciljem da posetiocima učini to iskustvo poučnim, ali i zabavnim i pamtljivim. Učestvovanjem u događajima organizovanim od strane tvoje lokalne tech zajednice, možeš očekivati jedinstveno iskustvo.
+
+
diff --git a/src/site/blog/_.js b/src/site/blog/_.js
new file mode 100644
index 0000000..b30c298
--- /dev/null
+++ b/src/site/blog/_.js
@@ -0,0 +1,19 @@
+"use strict";
+
+const slugify = require('slugify');
+
+module.exports = (fileRef) => {
+ const slug = fileRef.attr('slug');
+ if (!slug) {
+ fileRef.setAttr('slug', slugify(fileRef.attr('title')).toLowerCase());
+ }
+ let post = true;
+ if (fileRef.hasAttr('post')) {
+ post = fileRef.attr('post');
+ }
+ return {
+ menu: 20,
+ post,
+ slug
+ };
+};
diff --git a/src/site/index.njk b/src/site/index.njk
new file mode 100644
index 0000000..19f7f53
--- /dev/null
+++ b/src/site/index.njk
@@ -0,0 +1,41 @@
+---
+title: "Heapspace"
+layout: "home"
+home: true
+---
+
+
+
+ Mi smo Heapspace organizacija. Od 2004. se udružujemo i ostvarujemo ideje kroz inovativne akcije i projekte koji rezonuju sa našim vrednostima s ciljem povezivanja i razvoja timova i pojedinaca.
+
+
+
+
+
+
+ {% set posts = site.pages() | pagesWithinSubdirs('/blog/') | sortBy('date') | reverse %}
+ {% for p in posts %}
+ {% if loop.index == 3 %}
+
+
+ {% set news = site.pages() | pagesWithinSubdirs('/vesti/') | sortBy('date') | reverse %}
+ {% for n in news %}
+
+
+
diff --git a/src/site/kontakt/logo.png b/src/site/kontakt/logo.png
new file mode 100644
index 0000000..fac4747
Binary files /dev/null and b/src/site/kontakt/logo.png differ
diff --git a/src/site/organizacija/_.json b/src/site/organizacija/_.json
new file mode 100644
index 0000000..7fb251c
--- /dev/null
+++ b/src/site/organizacija/_.json
@@ -0,0 +1,3 @@
+{
+ "menu": 100
+}
diff --git a/src/site/organizacija/index.md b/src/site/organizacija/index.md
new file mode 100644
index 0000000..bed0c57
--- /dev/null
+++ b/src/site/organizacija/index.md
@@ -0,0 +1,19 @@
+---
+title: Organizacija
+description: Heapspace nosi bogato nasleđe svog prethodnika, zajednice JavaSvet, i od 2004. godine neprekidno je gradimo okupljeni oko ideje da sticanje novih znanja menja sve(s)t.
+barimg: logo.png
+barcolor: bg-red
+---
+
+
+Možda ste imali prilike da nas upoznate kao organizatore prve Devoxx konferencije u ovom delu Evrope – **Voxxed Days Belgrade**, ili kao autore **Tehnološkog doručka**. Znaju nas i kao organizatore velike tehnološke konferencije: **Heapcon**.
+
+Kako bilo, tu smo jer živimo strast za delanjem. Na tom putu nismo sami! Naši projekti uključuju partnere, mnogobrojne dobrovoljce, entuzijaste... godine _zajedničkog_ delovanja.
+
+Organizacija je nastala 2004. godine kao `JavaSvet`. Bila je to prva zvanična "Java User Group" (JUG) na ovim prostorima. Organizovali smo pregršt okupljanja, mahom da bi delili dragocena iskustva vezana za razvoj softvera. Brzo smo prerasli Java tehnologije i počeli da se bavimo i ostalim aktuelnim tehnologijama i, uopšte, razvojem softvera. Držali smo besplatne radionice na fakultetima i drugim non-profitabilnim ustanovama. Slušali su nas puni amfiteatri ili pak svega par ljudi.
+
+Orgnizavali smo i dve edicije IT konferencije "IT Days". To je bila prva takva konferencija nakon burnih geo-političkih dešavanja. Pamtimo ove konferencije kao skromne, ali vrlo drage: energija prisutnih je bila na zavidnom nivou, a teme su bile u to doba sasvim aktuelne i kvalitetne.
+
+No JavaSvet nije mogao da (po)stoji na ramenima jednog člana. Krajem 2014. godine, JavaSvet prerasta u ono što je sada **Heapspace**. Od tada se organizacija uvećava, širi svoje aktivnosti i interesovanja.
+
+Trudimo se da kroz rast budemo bolji i da bude bolje. Ponosni smo što već godinama ne odustajemo od iste vizije. Imam ointegritet i radimo punim srcem. Na kraju, ponosni smo što već godinama ne odustajemo od iste vizije, imamo integritet, i radimo punim srcem.
diff --git a/src/site/organizacija/logo.png b/src/site/organizacija/logo.png
new file mode 100644
index 0000000..ca471cf
Binary files /dev/null and b/src/site/organizacija/logo.png differ
diff --git a/content/partneri/index.md b/src/site/partneri/index.md
similarity index 74%
rename from content/partneri/index.md
rename to src/site/partneri/index.md
index dda4d75..fa48836 100644
--- a/content/partneri/index.md
+++ b/src/site/partneri/index.md
@@ -1,22 +1,16 @@
---
-title: "Partneri"
-translationKey: "partners"
+title: Partneri
+description: "Sarađujemo sa kompanijama, institucijama i drugim organizacijama sa kojima delimo iste vrednosti i vidimo benefit u povezivanju i podršci zajednice u oblasti tehnologijie i preduzetništva. Realizujemo nove projekte i osnažujemo postojeće."
+menu: 40
+barimg: partner.png
+barcolor: bg-beige
---
-{{% section red %}}
+Naši partneri su (po abecednom redu):
-# Partneri
+[CyberAvocado](#CyberAvocado) | [Hooloovoo](#Hooloovoo) | [SpiceFactory](#SpiceFactory) | [Zühlke](#Zuhlke)
-Kroz saradnju sa kompanijama omogućavamo povezivanje privatnog i civilnog sektora u tehnologiji.
-
-{{% /section %}}
-
-{{% section white %}}
-
-[CyberAvocado](#cyberavocado)
-[Hooloovoo](#hooloovoo)
-[SpiceFactory](#spicefactory)
-[Zühlke](#zühlke)
+Hvala vam na poverenju.
---
@@ -59,17 +53,3 @@ Podržavanjem Heapspace-a želimo da podstaknemo zajednicu i ideje koje iz nje p
Verujemo da postojeće i buduće akitvnosti ove zajednice mogu da unaprede i obogate naše IT tržište.
Drago nam je da imamo priliku da doprinesemo i budemo deo ovog rasta.
-
-{{% /section %}}
-{{% section beige %}}
-
-Heapspace radi uz pomoć:
-
-{{% flex %}}
-{{% flex-column %}}[](https://airtable.com){{% /flex-column %}}
-{{% flex-column %}}[](https://netlify.com){{% /flex-column %}}
-{{% flex-column %}}[](https://slack.com){{% /flex-column %}}
-{{% flex-column %}}[](https://zapier.com){{% /flex-column %}}
-{{% /flex %}}
-
-{{% /section %}}
\ No newline at end of file
diff --git a/src/site/partneri/partner.png b/src/site/partneri/partner.png
new file mode 100644
index 0000000..299d912
Binary files /dev/null and b/src/site/partneri/partner.png differ
diff --git a/content/politika-privatnosti.md b/src/site/politika-privatnosti.md
similarity index 96%
rename from content/politika-privatnosti.md
rename to src/site/politika-privatnosti.md
index f7abdde..852827a 100644
--- a/content/politika-privatnosti.md
+++ b/src/site/politika-privatnosti.md
@@ -1,12 +1,9 @@
---
title: "Politika privatnosti"
+description: "Ova stranica sadrži politiku privatnosti, naše obaveze prema korisnicima vezane za zaštitu ličnih podataka (GDPR) i informacije o upotrebi kolačića."
+titleup: true
---
-{{% section %}}
-# Politika privatnosti
-
-Ova stranica sadrži politiku privatnosti, naše obaveze prema korisnicima vezane za zaštitu ličnih podataka (GDPR) i informacije o upotrebi kolačića.
-
Heapspace poštuje i čuva lični integritet osoba koje posećuju naš sajt i to na sledeći način:
+ garantujemo da podatke koje ste nam ustupili nećemo ni ukom slučaju zloupotrebiti, prodati niti proslediti trećim licima.
@@ -94,5 +91,3 @@ Registracijom i korišćenjem sajta Heapspace.rs, smatra se da je korisnik proč
Više informacija o tome šta je GDPR pročitajte ovde: [GDPR](https://eur-lex.europa.eu/legal-content/HR/TXT/?uri=celex%3A32016R0679).
Ova Politika privatnosti i Pravila zaštite ličnih podataka donešeni su 31.01.2019. i stupaju na snagu danom objavljivanja.
-
-{{% /section %}}
diff --git a/src/site/projekti/_.json b/src/site/projekti/_.json
new file mode 100644
index 0000000..4338738
--- /dev/null
+++ b/src/site/projekti/_.json
@@ -0,0 +1,3 @@
+{
+ "menu": 10
+}
diff --git a/src/site/projekti/heapcon/hc.jpg b/src/site/projekti/heapcon/hc.jpg
new file mode 100644
index 0000000..90c6f85
Binary files /dev/null and b/src/site/projekti/heapcon/hc.jpg differ
diff --git a/src/site/projekti/heapcon/heapcon.png b/src/site/projekti/heapcon/heapcon.png
new file mode 100644
index 0000000..70d0fea
Binary files /dev/null and b/src/site/projekti/heapcon/heapcon.png differ
diff --git a/src/site/projekti/heapcon/index.md b/src/site/projekti/heapcon/index.md
new file mode 100644
index 0000000..5d42ade
--- /dev/null
+++ b/src/site/projekti/heapcon/index.md
@@ -0,0 +1,17 @@
+---
+title: Heapcon
+description: "Konferencija za softverske inženjere, tehnološke biznise, digitalne umetnike i vizionare koja promoviše globalnu ekspertizu u Beogradu."
+prj: 2
+web: https://heapcon.io/
+facebook: https://www.facebook.com/heapcon/
+instagram: https://www.instagram.com/heapcon/
+twitter: https://twitter.com/heapconf?lang=sr
+linkedin: https://www.linkedin.com/showcase/heapcon-2020/
+barimg: heapcon.png
+barcolor: bg-blue
+---
+
+Regionalna tehnološka konferencija namenjena softverskim inženjerima i tehnološkim biznisima, održava se svake jeseni u Beogradu. Naslednik Voxxed Days Belgrade konferencije, [Heapcon](http://heapcon.io/) donosi sjajan line-up govornika, nove formate razmene znanja i predstavlja regionalnu ekspertizu u domenu razvoja softvera.
+
+
+{ .center }
diff --git a/src/site/projekti/index.njk b/src/site/projekti/index.njk
new file mode 100644
index 0000000..e821f2b
--- /dev/null
+++ b/src/site/projekti/index.njk
@@ -0,0 +1,29 @@
+---
+title: Projekti
+description: "Heapspace ostvaruje svoju misiju kroz inovativne akcije i projekte i u tome računamo na srodne ljude i organizacije. Kroz vrednosti i aktivnosti povezujemo i razvijamo timove i pojedince u oblasti informacionih tehnologija, preduzetništva, umetnosti."
+barimg: logo.png
+barcolor: bg-blue
+
+---
+
+
+
+ {% if p.twitter %}{% endif %}
+ {% if p.instagram %}{% endif %}
+ {% if p.linkedin %}{% endif %}
+ {% if p.facebook %}{% endif %}
+
+
+
+
+{% endfor %}
+
diff --git a/src/site/projekti/logo.png b/src/site/projekti/logo.png
new file mode 100644
index 0000000..fac4747
Binary files /dev/null and b/src/site/projekti/logo.png differ
diff --git a/src/site/projekti/opendata/index.md b/src/site/projekti/opendata/index.md
new file mode 100644
index 0000000..6c48213
--- /dev/null
+++ b/src/site/projekti/opendata/index.md
@@ -0,0 +1,10 @@
+---
+title: OpenData
+description: "Inicijativa za unapređenje postojećih skupova otvorenih podataka Republike Srbije i uspostavljanje platforme za lakšu objavu novih skupova."
+prj: 3
+web: https://opendata.rs/
+---
+
+"Otvoreno" podrazumeva da svako može slobodno pristupati, koristiti, modifikovati i deliti podatke. to je zajedničko "otvoreno" dobro u kom svako može da učestvuje i doprinese. Otvoreni podaci predstavljaju dostupan sadržaj za distribuciju I korištenje bez društvenih, pravnih i tehnoloških ograničenja.
+
+Našom [inicijativom]((https://opendata.rs)) i doprinosom hoćemo da utičemo na širenje svesti važnosti otvaranja podataka. Ukoliko želite da doprinesete istom, javite nam se!
diff --git a/src/site/projekti/tehnoloski-dorucak/index.md b/src/site/projekti/tehnoloski-dorucak/index.md
new file mode 100644
index 0000000..875f6d5
--- /dev/null
+++ b/src/site/projekti/tehnoloski-dorucak/index.md
@@ -0,0 +1,23 @@
+---
+title: Tehnološki doručak
+description: "Promocija preduzetničkih inicijativa u formi petominutnog prezentovanja ideje pred publikom koja je uvek raspoložena da sazna više, uz kafu i @domaće kiflice."
+prj: 1
+web: https://tehnoloskidorucak.io
+facebook: https://www.facebook.com/tehnoloskidorucak/
+instagram: https://www.instagram.com/techdorucak/
+twitter: https://twitter.com/hashtag/tehnoloskidorucak
+barimg: td.png
+barcolor: bg-beige
+---
+
+Pokrenut u decembru 2015. godine, Tehnološko doručak ima za cilj brzu razmenu preduzetničkih ideja u prijatnoj atmosferi prve jutarnje kafe. Četiri-pet predavanja od 5 minuta, 2 minuta za pitanja uz networking upotpunjen ukusom [Domaćih kiflica](http://domacekiflice.rs/) je sjajan način da se započne dan.
+
+Od septembra 2018. godine, širimo inicijativu na Zagreb i Novi Sad, a u 2019. godini Doručak se održavao u Nišu, Osijeku i Subotici.
+
+
+{.center}
+
+[Tehnološki doručak](https://tehnoloskidorucak.io/) je mesto za razmenu ideja i kao i svaki Heapspace projekat, otvoren je za prijave. Nije važno da li si programer, dizajner, preduzetnik ili marketar, prijavi svoju ideju i budi inspiracija drugima!
+
+Ako imaš ideju koju želiš da podeliš na doručku, piši nam na: [dorucak@heapspace.rs](mailto:dorucak@heapspace.rs).
+
diff --git a/src/site/projekti/tehnoloski-dorucak/td.jpg b/src/site/projekti/tehnoloski-dorucak/td.jpg
new file mode 100644
index 0000000..d534d3a
Binary files /dev/null and b/src/site/projekti/tehnoloski-dorucak/td.jpg differ
diff --git a/src/site/projekti/tehnoloski-dorucak/td.png b/src/site/projekti/tehnoloski-dorucak/td.png
new file mode 100644
index 0000000..2e14e0e
Binary files /dev/null and b/src/site/projekti/tehnoloski-dorucak/td.png differ
diff --git a/src/site/rubrika/blog.png b/src/site/rubrika/blog.png
new file mode 100644
index 0000000..e3ca9c0
Binary files /dev/null and b/src/site/rubrika/blog.png differ
diff --git a/src/site/rubrika/index.njk b/src/site/rubrika/index.njk
new file mode 100644
index 0000000..6a9dfaa
--- /dev/null
+++ b/src/site/rubrika/index.njk
@@ -0,0 +1,19 @@
+---
+title: Rubrika
+description: Predstavljamo naše aktivnosti i aktuelnosti iz IT sveta, preduzetništva, kulture.
+barimg: blog.png
+barcolor: bg-black
+post: false
+menu: 20
+---
+
+{% set posts = site.pages() | pagesInRubrika | sortBy('date') | reverse %}
+
+
+{% for p in posts | sortBy('date') | reverse %}
+
diff --git a/src/site/tim/_.json b/src/site/tim/_.json
new file mode 100644
index 0000000..69fdf48
--- /dev/null
+++ b/src/site/tim/_.json
@@ -0,0 +1,3 @@
+{
+ "menu": 110
+}
diff --git a/src/site/tim/dimitrije.jpg b/src/site/tim/dimitrije.jpg
new file mode 100644
index 0000000..00790b0
Binary files /dev/null and b/src/site/tim/dimitrije.jpg differ
diff --git a/src/site/tim/filip.jpg b/src/site/tim/filip.jpg
new file mode 100644
index 0000000..6b13fa0
Binary files /dev/null and b/src/site/tim/filip.jpg differ
diff --git a/src/site/tim/igor.jpg b/src/site/tim/igor.jpg
new file mode 100644
index 0000000..2434b86
Binary files /dev/null and b/src/site/tim/igor.jpg differ
diff --git a/src/site/tim/index.njk b/src/site/tim/index.njk
new file mode 100644
index 0000000..65fba79
--- /dev/null
+++ b/src/site/tim/index.njk
@@ -0,0 +1,19 @@
+---
+title: Tim
+description: "Naš tim čine entuzijasti iz različitih oblasti tehnlogije, menadžmenta, marketinga, umetnosti, kulture. Zajedno širimo impuls znanja, motivacije i inspiracije i kreiramo dobre prilike za razvoj našeg društva."
+barimg: team.png
+barcolor: bg-black
+---
+
+
+
+ {% for t in site.data.team %}
+
+
+
+
{{ t.name }}
+
+
+ {% endfor %}
+
+
diff --git a/src/site/tim/janja.jpg b/src/site/tim/janja.jpg
new file mode 100644
index 0000000..c520f35
Binary files /dev/null and b/src/site/tim/janja.jpg differ
diff --git a/src/site/tim/kaca.jpg b/src/site/tim/kaca.jpg
new file mode 100644
index 0000000..2f69fad
Binary files /dev/null and b/src/site/tim/kaca.jpg differ
diff --git a/src/site/tim/maja.jpg b/src/site/tim/maja.jpg
new file mode 100644
index 0000000..ff4264f
Binary files /dev/null and b/src/site/tim/maja.jpg differ
diff --git a/src/site/tim/marija.jpg b/src/site/tim/marija.jpg
new file mode 100644
index 0000000..b601f71
Binary files /dev/null and b/src/site/tim/marija.jpg differ
diff --git a/src/site/tim/nevena.jpg b/src/site/tim/nevena.jpg
new file mode 100644
index 0000000..a6241c2
Binary files /dev/null and b/src/site/tim/nevena.jpg differ
diff --git a/src/site/tim/nino.jpg b/src/site/tim/nino.jpg
new file mode 100644
index 0000000..ed9cfbb
Binary files /dev/null and b/src/site/tim/nino.jpg differ
diff --git a/src/site/tim/pszus.jpg b/src/site/tim/pszus.jpg
new file mode 100644
index 0000000..354e1be
Binary files /dev/null and b/src/site/tim/pszus.jpg differ
diff --git a/src/site/tim/team.png b/src/site/tim/team.png
new file mode 100644
index 0000000..e3ca9c0
Binary files /dev/null and b/src/site/tim/team.png differ
diff --git a/content/uslovi-koriscenja.md b/src/site/uslovi-koriscenja.md
similarity index 85%
rename from content/uslovi-koriscenja.md
rename to src/site/uslovi-koriscenja.md
index 478014e..470217d 100644
--- a/content/uslovi-koriscenja.md
+++ b/src/site/uslovi-koriscenja.md
@@ -1,11 +1,9 @@
---
title: Uslovi korišćenja
+description: "Vaš pristup, kao i korišćenje našeg internet sajta (u daljem tekstu: internet sajt) podleže ovim uslovima korišćenja i važećim zakonskim propisima koji uređuju ovu oblast."
+titleup: true
---
-
-{{% section %}}
-# Uslovi korišćenja
-
-Vaš pristup, kao i korišćenje našeg internet sajta (u daljem tekstu: internet sajt) podleže ovim uslovima korišćenja i važećim zakonskim propisima koji uređuju ovu oblast. Pristupom i korišćenjem internet sajta, prihvatate bez ograničenja, ove uslove korišćenja. Ukoliko ne prihvatate ove uslove korišćenja bez ograničenja, molimo vas da napustite internet sajt.
+Pristupom i korišćenjem internet sajta, prihvatate bez ograničenja, ove uslove korišćenja. Ukoliko ne prihvatate ove uslove korišćenja bez ograničenja, molimo vas da napustite internet sajt.
## Vlasništvo sadržaja
@@ -26,6 +24,3 @@ Internet sajt može sadržati linkove drugih internet sajtova čiji vlasnik ili
## Sadržaj dostupan na ovom internet sajtu
Prava intelektualne svojine i ostala prava na bilo koji Sadržaj koji je dostupan za preuzimanje sa internet sajta (u daljem tekstu Sadržaj), pripadaju Autoru, osim ako drugačije nije izričito određeno. Vaša upotreba Sadržaja podleže uslovima Zakona o zaštiti autorskih prava Republike Srbije. Nemojte preuzimati niti koristiti Sadržaj ako se ne slažete sa ovim odredbama. Kada preuzimate ili koristite Sadržaj sa internet sajta, to činite na sopstveni rizik.
-
-
-{{% /section %}}
\ No newline at end of file
diff --git a/src/site/vesti/2020-03-15-sparkme/index.md b/src/site/vesti/2020-03-15-sparkme/index.md
new file mode 100644
index 0000000..f75cb5e
--- /dev/null
+++ b/src/site/vesti/2020-03-15-sparkme/index.md
@@ -0,0 +1,20 @@
+---
+title: "JONAS RIDERSTRALE, KOAUTOR BESTSELERA 'FUNKY BUSINESS', JE PRVI GLAVNI GOVORNIK NA SPARK.ME 2020"
+date: 2020-03-15
+slug: "2020-03-15-spark-me"
+description: "SAOPŠTENJE ZA JAVNOST"
+---
+
+
+
+Organizacioni tim [Spark.me](http://spark.me/), jedne od najvećih marketinških konferencija u Jugoistočnoj Evropi, koja je zakazana za 30. i 31. maj u Auditorijumu [Porto Montenegra](https://portomontenegro.com/) u Tivtu, je objavio ime prvog glavnog govornika konferencije Spark.me 2020. U pitanju je Jonas Riderstrale (Jonas Ridderstråle), jedan od najuticajnijih i najpoštovanijih poslovnih mislilaca na svijetu i koautor bestselera “Funky Business“.
+
+Dr Riderstrale je stekao svjetsku slavu knjigom “Funky Business” koja je brzo doživjela međunarodni uspjeh i koja je prodata u 300 hiljada primjeraka. Knjiga se, u anketi izdavačke kuće Bloomsbury, našla na 16. mjestu liste najpopularnijih poslovnih knjiga svih vremena. Nastavci, “Karaoke kapitalizam“ i “Funky Business zauvijek”, su takođe postali globalno priznati manifesti o tome kako ostvariti uspjeh u novom poslovnom svijetu. Sve tri knjige su napisane u koautorstvu sa Kjelom Nordstromom, a prevedene su na više od 30 jezika i objavljene su u preko 50 država.
+
+Dr Riderstrale je svjetski poznati švedski akademik, sa doktoratom u oblasti međunarodnog biznisa i gostujući je profesor na Ashridge poslovnoj školi u Velikoj Britaniji. Istraživačka kompanija Global Gurus ga je izabrala kao jednog od Top 30 menadžment profesionalaca na svijetu i rangirala ga među Top 5 u Evropi. Njegova originalna, provokativna, inspirativna i dinamična predavanja su ga učinila govornikom koji je predavao na događajima od Moskve do Mumbaija i od San Franciska do Šangaja. Angažovan je kao konsultant za mnoge multinacionalne kompanije, državne institucije, sportske klubove i sindikate. Riderstraleove ideje privlače ogromnu pažnju medija širom svijeta, pa se njegov rad može naći i u globalnim publikacijama kao što su Fortune, Fast Company, Time magazine, Financial Times, The Times, Stern, Newsweek, Paris Match i mnoge druge.
+
+Karte za konferenciju Spark.me 2020 se mogu kupiti na zvaničnom sajtu konferencije - www.spark.me. Puna cijena karte iznosi 300€, ali zainteresovani trenutno mogu kupiti svoju kartu po specijalnoj cijeni od 100€, jer je u prodaju pušteno 50 promotivnih karata. Kao motivacija za sve mlade ljude željne znanja, u ponudi su i studentske karte po cijeni od svega 50€, koje su namijenjene srednjoškolcima i studentima redovnih, postdiplomskih i doktorskih studija koji su mlađi od 27 godina. Cijena karte uključuje pristup svim predavanjima (30-31. maja), startap takmičenju (30-31. maja), ručak na bazi švedskog stola za oba dana konferencije, osvježenje na svim kafe pauzama u toku oba dana konferencije, kao i koktel prijem (30. maja). Cijena karte ne uključuje troškove prevoza i smještaja. Kupljene karte se mogu naknadno prenijeti na drugu osobu (“name change”), ali se uplaćeni novac ne može refundirati.
+
+Spark.me, jedna od najvećih marketinških konferencija u Jugoistočnoj Evropi, koja je zakazana za 30. i 31. maj, se organizuje u Auditorijumu Porto Montenegra u Tivtu, jednom od najvećih auditorijuma u Crnoj Gori. Ovo je drugi put da će se Spark.me održati u Porto Montenegru, srcu nautičkog turizma Crne Gore i jednoj od najekskluzivnijih marina na Jadranskom primorju. Organizator Spark.me je kompanija doMEn d.o.o, agent registracije crnogorskog nacionalnog internet domena - .ME, koja od 2013. godine organizuje konferenciju jednom godišnje. Spark.me nudi priliku učesnicima da o aktuelnim trendovima u oblasti marketinga, tehnologije i biznisa uče od svjetski poznatih eksperata, te da ostvare kontakt sa liderima iz poslovnog svijeta, svijeta tehnologije i inovacija, marketarima, startapovima i ljudima željnih znanja. U 2019. godini, konferenciji Spark.me je prisustvovalo preko 720 učesnika iz 21 države širom svijeta.
+
+Za više informacija o Spark.me 2020 posjetite zvanični sajt konferencije na adresi www.spark.me, Facebook stranicu [www.facebook.com/sparkdotme](http://www.facebook.com/sparkdotme), Twitter nalog [www.twitter.com/sparkdotme](http://www.twitter.com/sparkdotme) i Instagram nalog [www.instagram.com/sparkdotme/](http://www.instagram.com/sparkdotme/).
diff --git a/src/site/vesti/2020-03-15-sparkme/jonas.jpg b/src/site/vesti/2020-03-15-sparkme/jonas.jpg
new file mode 100644
index 0000000..d58e2c1
Binary files /dev/null and b/src/site/vesti/2020-03-15-sparkme/jonas.jpg differ
diff --git a/src/site/vesti/_.js b/src/site/vesti/_.js
new file mode 100644
index 0000000..90fb5ac
--- /dev/null
+++ b/src/site/vesti/_.js
@@ -0,0 +1,19 @@
+"use strict";
+
+const slugify = require('slugify');
+
+module.exports = (fileRef) => {
+ const slug = fileRef.attr('slug');
+ if (!slug) {
+ fileRef.setAttr('slug', slugify(fileRef.attr('title')).toLowerCase());
+ }
+ let news = true;
+ if (fileRef.hasAttr('news')) {
+ news = fileRef.attr('news');
+ }
+ return {
+ menu: 20,
+ news,
+ slug
+ };
+};
diff --git a/src/site/vrednosti/_.json b/src/site/vrednosti/_.json
new file mode 100644
index 0000000..756b833
--- /dev/null
+++ b/src/site/vrednosti/_.json
@@ -0,0 +1,3 @@
+{
+ "menu": 120
+}
diff --git a/src/site/vrednosti/index.njk b/src/site/vrednosti/index.njk
new file mode 100644
index 0000000..a3447fc
--- /dev/null
+++ b/src/site/vrednosti/index.njk
@@ -0,0 +1,71 @@
+---
+title: Naše vrednosti
+description: Mi smo ekipa motivisanih entuzijasta sa jakom voljom za stvaranjem dobrih prilika u okruženju. Pulsiramo istom idejom, raznoliki smo, empatični i otvorenog uma. Da, kao pojedinci imamo različite ciljeve, ali gledamo istom vizijom.
+barimg: values.png
+barcolor: bg-beige
+---
+
+
+
+
1
+
+
Delimo istu viziju
+
+
Delimo mišljenja, nekada se ne slažemo, slušamo se i uvažavamo različite stavove.
+
+
Gradimo merdevine i zajedno se uspinjemo.
+
+
Imamo i mi loše dane. Naše greške su deo našeg puta iz kojih učimo. Opraštamo sebi i drugima i brzo idemo dalje.
+
+
+
+
+
+
2
+
+
Iskreni
+
Negujemo iskrenost. Važno nam je međusobno poštovanje i način komunikacije. Direktni smo, transparentni, zahvalni na konstruktivnoj kritici i učimo kako da činimo bolje.
+
+
Ne podržavamo priče iza leđa, već ohrabrujemo istinu u oči!
+
+
Važan nam je uzrok i rešenje iz kog zajedno rastemo.
+
+
+
+
+
+
+
+
3
+
+
Idemo dalje
+
Svakodnevno nailazimo na promene, prihvatamo ih čak i kada ne znamo kako da se nosimo sa njima. Izazov nam je upravo izlazak iz poznatog.
+
+
Brzo učimo. Najbolji smo u stvaranju nečega što pre nismo radili.
+
+
+
+
+
+
+
+
4
+
+
Korak više
+
Važni su nam detalji. Mislimo unapred i pružamo drugima više nego što očekuju. Ne zaustavljamo se, uvek idemo dalje. Ne stajemo kada je gotovo.
+
+
Znamo da uvek postoje načini da se bude bolji. I bolji. I bolji.
+
+
+
+
+
+
+
5
+
+
Život je kratak, zato uživamo u putu
+
Kroz lični rast i razvoj organizacije ne zaboravljamo na vrednost življenja. Ne uzimamo stvari lično. Ne živimo u prošlosti, a ne opterećujemo se s onim šta će doći. Razigrani smo, na dobar način.
+
+
Ovde i sada loži nas da živimo svoju strast!
+
+
diff --git a/src/site/vrednosti/values.png b/src/site/vrednosti/values.png
new file mode 100644
index 0000000..493db8c
Binary files /dev/null and b/src/site/vrednosti/values.png differ
diff --git a/static/android-icon-144x144.png b/src/static/android-icon-144x144.png
similarity index 100%
rename from static/android-icon-144x144.png
rename to src/static/android-icon-144x144.png
diff --git a/static/android-icon-192x192.png b/src/static/android-icon-192x192.png
similarity index 100%
rename from static/android-icon-192x192.png
rename to src/static/android-icon-192x192.png
diff --git a/static/android-icon-36x36.png b/src/static/android-icon-36x36.png
similarity index 100%
rename from static/android-icon-36x36.png
rename to src/static/android-icon-36x36.png
diff --git a/static/android-icon-48x48.png b/src/static/android-icon-48x48.png
similarity index 100%
rename from static/android-icon-48x48.png
rename to src/static/android-icon-48x48.png
diff --git a/static/android-icon-72x72.png b/src/static/android-icon-72x72.png
similarity index 100%
rename from static/android-icon-72x72.png
rename to src/static/android-icon-72x72.png
diff --git a/static/android-icon-96x96.png b/src/static/android-icon-96x96.png
similarity index 100%
rename from static/android-icon-96x96.png
rename to src/static/android-icon-96x96.png
diff --git a/static/apple-icon-114x114.png b/src/static/apple-icon-114x114.png
similarity index 100%
rename from static/apple-icon-114x114.png
rename to src/static/apple-icon-114x114.png
diff --git a/static/apple-icon-120x120.png b/src/static/apple-icon-120x120.png
similarity index 100%
rename from static/apple-icon-120x120.png
rename to src/static/apple-icon-120x120.png
diff --git a/static/apple-icon-144x144.png b/src/static/apple-icon-144x144.png
similarity index 100%
rename from static/apple-icon-144x144.png
rename to src/static/apple-icon-144x144.png
diff --git a/static/apple-icon-152x152.png b/src/static/apple-icon-152x152.png
similarity index 100%
rename from static/apple-icon-152x152.png
rename to src/static/apple-icon-152x152.png
diff --git a/static/apple-icon-180x180.png b/src/static/apple-icon-180x180.png
similarity index 100%
rename from static/apple-icon-180x180.png
rename to src/static/apple-icon-180x180.png
diff --git a/static/apple-icon-57x57.png b/src/static/apple-icon-57x57.png
similarity index 100%
rename from static/apple-icon-57x57.png
rename to src/static/apple-icon-57x57.png
diff --git a/static/apple-icon-60x60.png b/src/static/apple-icon-60x60.png
similarity index 100%
rename from static/apple-icon-60x60.png
rename to src/static/apple-icon-60x60.png
diff --git a/static/apple-icon-72x72.png b/src/static/apple-icon-72x72.png
similarity index 100%
rename from static/apple-icon-72x72.png
rename to src/static/apple-icon-72x72.png
diff --git a/static/apple-icon-76x76.png b/src/static/apple-icon-76x76.png
similarity index 100%
rename from static/apple-icon-76x76.png
rename to src/static/apple-icon-76x76.png
diff --git a/static/apple-icon-precomposed.png b/src/static/apple-icon-precomposed.png
similarity index 100%
rename from static/apple-icon-precomposed.png
rename to src/static/apple-icon-precomposed.png
diff --git a/static/apple-icon.png b/src/static/apple-icon.png
similarity index 100%
rename from static/apple-icon.png
rename to src/static/apple-icon.png
diff --git a/static/browserconfig.xml b/src/static/browserconfig.xml
similarity index 100%
rename from static/browserconfig.xml
rename to src/static/browserconfig.xml
diff --git a/static/favicon-16x16.png b/src/static/favicon-16x16.png
similarity index 100%
rename from static/favicon-16x16.png
rename to src/static/favicon-16x16.png
diff --git a/static/favicon-180x180.png b/src/static/favicon-180x180.png
similarity index 100%
rename from static/favicon-180x180.png
rename to src/static/favicon-180x180.png
diff --git a/static/favicon-192x192.png b/src/static/favicon-192x192.png
similarity index 100%
rename from static/favicon-192x192.png
rename to src/static/favicon-192x192.png
diff --git a/static/favicon-270x270.png b/src/static/favicon-270x270.png
similarity index 100%
rename from static/favicon-270x270.png
rename to src/static/favicon-270x270.png
diff --git a/static/favicon-32x32.png b/src/static/favicon-32x32.png
similarity index 100%
rename from static/favicon-32x32.png
rename to src/static/favicon-32x32.png
diff --git a/static/favicon-96x96.png b/src/static/favicon-96x96.png
similarity index 100%
rename from static/favicon-96x96.png
rename to src/static/favicon-96x96.png
diff --git a/static/favicon.ico b/src/static/favicon.ico
similarity index 100%
rename from static/favicon.ico
rename to src/static/favicon.ico
diff --git a/static/fonts/HS Grotesk.otf b/src/static/fonts/HS Grotesk.otf
similarity index 100%
rename from static/fonts/HS Grotesk.otf
rename to src/static/fonts/HS Grotesk.otf
diff --git a/static/fonts/Menoe-Grotesque-Std-Regular.otf b/src/static/fonts/Menoe-Grotesque-Std-Regular.otf
similarity index 100%
rename from static/fonts/Menoe-Grotesque-Std-Regular.otf
rename to src/static/fonts/Menoe-Grotesque-Std-Regular.otf
diff --git a/static/gfx/hs.png b/src/static/gfx/hs.png
similarity index 100%
rename from static/gfx/hs.png
rename to src/static/gfx/hs.png
diff --git a/src/static/gfx/hs.svg b/src/static/gfx/hs.svg
new file mode 100644
index 0000000..c724a2e
--- /dev/null
+++ b/src/static/gfx/hs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/gfx/hs2.png b/src/static/gfx/hs2.png
similarity index 100%
rename from static/gfx/hs2.png
rename to src/static/gfx/hs2.png
diff --git a/static/gfx/hs_logo_beige.svg b/src/static/gfx/hs_logo_beige.svg
similarity index 100%
rename from static/gfx/hs_logo_beige.svg
rename to src/static/gfx/hs_logo_beige.svg
diff --git a/src/static/gfx/m1.svg b/src/static/gfx/m1.svg
new file mode 100644
index 0000000..966842c
--- /dev/null
+++ b/src/static/gfx/m1.svg
@@ -0,0 +1,34 @@
+
+
+
diff --git a/src/static/gfx/m2.svg b/src/static/gfx/m2.svg
new file mode 100644
index 0000000..4e138da
--- /dev/null
+++ b/src/static/gfx/m2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/static/gfx/m3.svg b/src/static/gfx/m3.svg
new file mode 100644
index 0000000..0a96050
--- /dev/null
+++ b/src/static/gfx/m3.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/google2d5ec088dd09cca2.html b/src/static/google2d5ec088dd09cca2.html
similarity index 100%
rename from static/google2d5ec088dd09cca2.html
rename to src/static/google2d5ec088dd09cca2.html
diff --git a/static/googleb66039ea1532692f.html b/src/static/googleb66039ea1532692f.html
similarity index 100%
rename from static/googleb66039ea1532692f.html
rename to src/static/googleb66039ea1532692f.html
diff --git a/static/hs-og.png b/src/static/hs-og.png
similarity index 100%
rename from static/hs-og.png
rename to src/static/hs-og.png
diff --git a/content/partneri/airtable.png b/src/static/logo/airtable.png
similarity index 100%
rename from content/partneri/airtable.png
rename to src/static/logo/airtable.png
diff --git a/content/partneri/netlify.png b/src/static/logo/netlify.png
similarity index 100%
rename from content/partneri/netlify.png
rename to src/static/logo/netlify.png
diff --git a/content/partneri/slack.png b/src/static/logo/slack.png
similarity index 100%
rename from content/partneri/slack.png
rename to src/static/logo/slack.png
diff --git a/content/partneri/zapier.png b/src/static/logo/zapier.png
similarity index 100%
rename from content/partneri/zapier.png
rename to src/static/logo/zapier.png
diff --git a/static/manifest.json b/src/static/manifest.json
similarity index 100%
rename from static/manifest.json
rename to src/static/manifest.json
diff --git a/static/ms-icon-144x144.png b/src/static/ms-icon-144x144.png
similarity index 100%
rename from static/ms-icon-144x144.png
rename to src/static/ms-icon-144x144.png
diff --git a/static/ms-icon-150x150.png b/src/static/ms-icon-150x150.png
similarity index 100%
rename from static/ms-icon-150x150.png
rename to src/static/ms-icon-150x150.png
diff --git a/static/ms-icon-310x310.png b/src/static/ms-icon-310x310.png
similarity index 100%
rename from static/ms-icon-310x310.png
rename to src/static/ms-icon-310x310.png
diff --git a/static/ms-icon-70x70.png b/src/static/ms-icon-70x70.png
similarity index 100%
rename from static/ms-icon-70x70.png
rename to src/static/ms-icon-70x70.png
diff --git a/static/read-more.png b/src/static/read-more.png
similarity index 100%
rename from static/read-more.png
rename to src/static/read-more.png
diff --git a/static/sng2019/hs.otf b/src/static/sng2019/hs.otf
similarity index 100%
rename from static/sng2019/hs.otf
rename to src/static/sng2019/hs.otf
diff --git a/static/sng2019/index.html b/src/static/sng2019/index.html
similarity index 100%
rename from static/sng2019/index.html
rename to src/static/sng2019/index.html
diff --git a/static/gfx/hs.svg b/static/gfx/hs.svg
deleted file mode 100644
index adc0e63..0000000
--- a/static/gfx/hs.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file