Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b00fe6e
Аутоматска промена гондине у copyright-у.
akymaky Nov 10, 2023
aadccce
Ситне исправке текста, употреба црте и цртице.
akymaky Nov 10, 2023
d0438f2
Линк решења апликација са 9. Хакатона
akymaky Nov 10, 2023
40c443a
Уклањање сувишног кода и исправно затварање тагова
akymaky Nov 11, 2023
b3d459d
Промена форматирања кода
akymaky Nov 11, 2023
94d3a30
Променда описа такмичења
akymaky Nov 11, 2023
299cba6
Тема Хакатона
akymaky Nov 11, 2023
872de67
Размак између садржаја и наслова секције
akymaky Nov 11, 2023
2b8c361
Промена описа да буде више генерична
akymaky Nov 12, 2023
71cb888
Сређивање покровитеља/подршке/пријатеља догађаја
akymaky Nov 13, 2023
80912ad
Уклони беспотребан коментар
akymaky Nov 13, 2023
6c77f06
Нове фотографије
akymaky Nov 13, 2023
1c62597
?2
akymaky Nov 13, 2023
ed1da7e
Сређивање галерије
akymaky Nov 13, 2023
48ca22d
Исправска СДЛ имена
akymaky Nov 13, 2023
32d4f19
Исправно линковање за отварање у новој картици
akymaky Nov 13, 2023
b16fdbb
Уређивање навигације
akymaky Nov 13, 2023
6658a63
Додатне ситне исправке навигације
akymaky Nov 13, 2023
2831fac
Померање медијске подршке изнад
akymaky Nov 13, 2023
58a6f4c
Употреба „правих” наводника
akymaky Nov 14, 2023
d0393bc
Мета таг промена
akymaky Nov 14, 2023
ef83198
Исправка за фотографије жирија на мањим екранима
akymaky Nov 14, 2023
6bbdb94
Размак код Cubic MotionDSP имена
akymaky Nov 14, 2023
4a44d55
Мањи пединг дугмића агенде
akymaky Nov 14, 2023
c4c2b09
Уклони беспотребне странице
akymaky Nov 14, 2023
d9efb53
Претходни Хакатони
akymaky Nov 14, 2023
c82d684
Исправак: Родна -> Робна
akymaky Nov 15, 2023
ad1f95c
Поспреми Хакатон #9
akymaky Nov 17, 2023
b16b11a
Хакатон #4 фотке за Хакатон #5 сајт
akymaky Nov 17, 2023
b81e806
Хакатон #7 фотке за Хакатон #8 сајт
akymaky Nov 17, 2023
4ee38fb
Исправак форматирања броја телефона
akymaky Nov 17, 2023
7598dff
Додати натраг Робну подршку за 9. Хакатон
akymaky Nov 17, 2023
076352e
Наранџаста сенка дугмета за наранџасту тему
akymaky Nov 18, 2023
67f24ff
Чишћење…
akymaky Nov 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions assets/css/colors/blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,8 @@ a:hover{
}
.reply-link{
color: #516eb5;
}

.text-highlight {
color: #516eb5;
}
4 changes: 4 additions & 0 deletions assets/css/colors/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ a:hover{
.reply-link{
color: #E91E63;
}

.text-highlight {
color: #E91E63;
}
4 changes: 4 additions & 0 deletions assets/css/colors/green.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ a:hover{
.reply-link{
color: #9EC333;
}

.text-highlight {
color: #9EC333;
}
10 changes: 7 additions & 3 deletions assets/css/colors/orange.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a{
background: #ed853a;
}
.btn-common:hover{
box-shadow: 0 14px 26px -12px rgba(3, 169, 244, 0.42), 0 4px 23px 0px rgba(3, 169, 244, 0.12), 0 8px 10px -5px rgba(3, 169, 244, 0.02);
box-shadow: 0 14px 26px -12px rgba(237, 133, 58, 0.42), 0 4px 23px 0px rgba(237, 133, 58, 0.12), 0 8px 10px -5px rgba(237, 133, 58, 0.02);
}
/* Back to Top */
.back-to-top i {
Expand Down Expand Up @@ -115,7 +115,7 @@ a{
color: #ed853a;
}
.pricing-table .table-icon i{
background: rgba(3, 169, 244, 0.07);
background: rgba(237, 133, 58, 0.07);
}
/* Contact */
#contact .title-header .icon i{
Expand Down Expand Up @@ -151,7 +151,7 @@ a{
}
/* Speakers others */
#team .team-img::before{
background: rgba(3, 169, 244, 0.7);
background: rgba(237, 133, 58, 0.7);
}

/* Blog page */
Expand Down Expand Up @@ -195,4 +195,8 @@ a{
}
.reply-link{
color: #ed853a;
}

.text-highlight {
color: #ed853a;
}
4 changes: 4 additions & 0 deletions assets/css/colors/purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,7 @@ a:hover{
.reply-link{
color: #7C4DFF;
}

.text-highlight {
color: #7C4DFF;
}
4 changes: 4 additions & 0 deletions assets/css/colors/red.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ a:hover{
.reply-link{
color: #D32F2F;
}

.text-highlight {
color: #D32F2F;
}
4 changes: 4 additions & 0 deletions assets/css/colors/rose_quartz_pink.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,7 @@ a:hover{
.reply-link{
color: #AF5092;
}

.text-highlight {
color: #AF5092;
}
4 changes: 4 additions & 0 deletions assets/css/colors/yellow.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ a:hover{
.reply-link{
color: #FFC107;
}

.text-highlight {
color: #FFC107;
}
22 changes: 20 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ fieldset[disabled] .btn {
}
.countdown-timer .text h4 {
color: #e91e63;
margin-bottom: 10px;
line-height: 24px;
}
.countdown-timer .text p {
Expand Down Expand Up @@ -808,7 +807,7 @@ fieldset[disabled] .btn {
}
.main-board .day > li > a {
color: #777777;
padding: 8px 106.9px;
padding: 8px 40px;
margin-right: 0px;
font-weight: 400;
border: none;
Expand Down Expand Up @@ -1228,6 +1227,7 @@ h1 {
margin-bottom: 30px;
margin-top: 30px;
z-index: 99;
position: relative;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
Expand Down Expand Up @@ -2536,3 +2536,21 @@ dialog > div h3 {
font-weight: bold;
margin: 0;
}

.nivo-lightbox-prev {
top: unset !important;
bottom: 2rem;
right: unset !important;
left: 10% !important;
width: 14ch;
margin: 0 !important;
}

.nivo-lightbox-next {
top: unset !important;
bottom: 2rem;
left: unset !important;
right: 10% !important;
width: 14ch;
margin: 0 !important;
}
Binary file removed assets/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 0 additions & 288 deletions assets/fonts/glyphicons-halflings-regular.svg

This file was deleted.

Binary file removed assets/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file removed assets/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file removed assets/fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
Binary file removed assets/img/awards/nagrada2.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/img/sicef/SicefLogoHQ.png
Binary file not shown.
Binary file removed assets/img/slider/hack_slide6.png
Binary file not shown.
Binary file removed assets/img/slider/hack_slide8.png
Binary file not shown.
Binary file removed assets/img/sponsors/sicef/Artboard 1 silver.png
Binary file not shown.
Binary file not shown.
Binary file removed assets/img/sponsors/sicef/Ingsoftware.png
Binary file not shown.
Binary file removed assets/img/sponsors/sicef/MVPW-Logo platinum.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/img/sponsors/sicef/accordia.png
Binary file not shown.
Binary file removed assets/img/sponsors/sicef/bc_gold.png
Binary file not shown.
Binary file removed assets/img/sponsors/sicef/flow-ninja.png
Binary file not shown.
Binary file removed assets/img/sponsors/sicef/logo-cubic-mdsp gold.png
Binary file not shown.
Binary file modified assets/img/sponsors/sicef/nightnday.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/sponsors/sicef/nignite.png
Binary file not shown.
66 changes: 0 additions & 66 deletions assets/img/sponsors/sicef/producthive.svg

This file was deleted.

Binary file added assets/img/sponsors/sicef/smilies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading