diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/content/blog/hackathon-2023.md b/content/blog/hackathon-2023.md new file mode 100644 index 0000000..bcb3db4 --- /dev/null +++ b/content/blog/hackathon-2023.md @@ -0,0 +1,39 @@ ++++ +title = "Hackathon 2023" +date = "2023-04-24" +tags = ["2023", "events"] +categories = ["hackathon"] +banner = "img/banners/hackathon_logo_square_small_400x_2023.png" ++++ + +## Hackathon Serres 2023 - Algorithms in practice + +![Hackathon 2023 promo](/img/banners/hackathon_2023.png) + + +Η τεχνολογική κοινότητα Σερρών **SerresTech.gr και το ΔΙΠΑΕ Σερρών - Τμήμα Μηχανικών Πληροφορικής, Υπολογιστών και Τηλεπικοινωνιών** διοργανώνουν το **5ο Hackathon Serres** με θέμα "**Algorithms in practice**" από την **Παρασκευή 5 έως και την Κυριακή 7 Μαΐου 2023**. + + +Μετά την επιτυχή διοργάνωση του 2019 και το "διάλειμμα" μερικών ετών λόγω COVID19 ο διαγωνισμός επαναλαμβάνεται +αυτή τη φορά με την εμπειρία 4 επιτυχών διοργανώσεων (2016, 2017, 2018, 2019) καθώς και +με την υποστήριξη περισσότερων φορέων και εταιρειών. + +Στις **5, 6 και 7 Μαΐου** και **για 42 συνεχόμενες ώρες (όσο διαρκεί ο Κλασικός Μαραθώνιος)** 30 και +πλέον άτομα - φοιτητές, προγραμματιστές και άνθρωποι που αγαπούν την τεχνολογία και τον +προγραμματισμό - συγκεντρώνονται στο χώρο του ΔΙΠΑΕ Σερρών με **στόχο την δημιουργία εφαρμογών +ανοιχτού κώδικα** (open source) web, κινητών τηλεφώνων αλλά και άλλων τεχνολογιών με στόχο +την **επίλυση πραγματικών προβλημάτων με ρεαλιστικά δεδομένα**. + +Στους νικητές θα δοθούν **πλούσια έπαθλα** ενώ όλοι οι συμμετέχοντες θα λάβουν έντυπη βεβαίωση συμμετοχής, μετάλλιο και αναμνηστικά. + +Την διοργάνωση υποστηρίζουν πλήθος τοπικών και όχι μόνο εταιρειών, φορέων, μέσων μαζικής ενημέρωσης και εθελοντών. + +Μάθετε περισσότερα στο http://hackathon.serrestech.gr. + +--- + +Hackathon Serres No5 - 2023 + +--- + +- [Download - Hackathon 2023 media kit](/files/hackathon_media_kit_2023.zip) diff --git a/data/teasers/hackathon.yaml b/data/teasers/hackathon.yaml index 647b4b9..b1a66ce 100644 --- a/data/teasers/hackathon.yaml +++ b/data/teasers/hackathon.yaml @@ -1,6 +1,6 @@ weight: 1 -name: "Hackathon 2019" +name: "Hackathon 2023" icon: "fas fa-trophy" -description: "One of the most successful events we organize is the 2 days Hackathon.
See what happened last year and get prepared for the 2019's one." -link: "http://hackathon.serrestech.gr" +description: "One of the most successful events we organize is the 2+ days Hackathon.
Get prepared for the 2023's one." +link: "https://hackathon.serrestech.gr" linktext: "View Hackathon website" diff --git a/data/teasers/speakers.yaml b/data/teasers/speakers.yaml index 4444188..b41c723 100644 --- a/data/teasers/speakers.yaml +++ b/data/teasers/speakers.yaml @@ -1,5 +1,5 @@ weight: 1 -name: "2019 Presentations" +name: "Presentations" icon: "fa fa-microphone-alt" description: "Want to make a presentation, a workshop or an open discussion.
Let us know by fulfilling the call for speakers form." link: "https://goo.gl/NZv6SG" diff --git a/static/files/hackathon_media_kit_2023.zip b/static/files/hackathon_media_kit_2023.zip new file mode 100644 index 0000000..068bdce Binary files /dev/null and b/static/files/hackathon_media_kit_2023.zip differ diff --git a/static/img/banners/hackathon_2023.png b/static/img/banners/hackathon_2023.png new file mode 100644 index 0000000..16a954f Binary files /dev/null and b/static/img/banners/hackathon_2023.png differ diff --git a/static/img/banners/hackathon_logo_square_small_400x_2023.png b/static/img/banners/hackathon_logo_square_small_400x_2023.png new file mode 100644 index 0000000..e565a68 Binary files /dev/null and b/static/img/banners/hackathon_logo_square_small_400x_2023.png differ diff --git a/themes/serrestech/static/css/style.red.css b/themes/serrestech/static/css/style.red.css index f328ee6..5b81c13 100644 --- a/themes/serrestech/static/css/style.red.css +++ b/themes/serrestech/static/css/style.red.css @@ -2168,6 +2168,11 @@ fieldset[disabled] .btn-template-primary.active { #blog-post #post-content { margin-bottom: 20px; } + +#blog-post p { + font-size: 16px; +} + #blog-post .comment { margin-bottom: 25px; }