+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium obcaecati eos expedita natus temporibus, soluta illum alias aspernatur ullam officiis autem dolore error voluptatem nisi a culpa corrupti voluptates quis! +
+diff --git a/css/styles.css b/css/styles.css index fee57cf..e61558f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -663,3 +663,74 @@ a.button:hover { opacity: 0.8; } .program table td, .program table th { padding: 1em 0; } +/********************************************* + * Team members + *********************************************/ +.schedule { + width: 100%; + font-size: 0.8em; + margin: 0 0 3em 0; + clear: both; +} +.schedule-legend { + width: 300px; +} +.schedule th, .schedule td { + border-bottom: 1px solid #000; + border-right: 1px dotted #999; + padding: 0.6em 0.4em; + text-align: center; + vertical-align: middle; +} +.schedule-legend td { + padding: 0.4em; +} +.schedule tr td:first-child { + min-width: 82px; +} +.schedule-day { + font-weight: bold; +} +.schedule-empty { + background: #FFF; +} +.schedule-social { + background: #EDD7A7; +} +.schedule-technical { + background: #A4D183; +} +.schedule-workshop { + background: #E2E0E9; +} +.schedule-english::after { + content: " "; + background: url('../img/en_US.png'); + width: 16px; + height: 11px; + display: block; + margin: 0.3em auto 0.3em auto; +} +.schedule-bg::after { + content: " "; + background: url('../img/bg_BG.png'); + width: 16px; + height: 11px; + display: block; + margin: 0.3em auto 0.3em auto; +} +.schedule-civic { + background: #E8AAAB; +} +.schedule-advanced-technical { + background: #91C4DF; +} +.schedule-open-biz { + background: #DECDCB; +} +.schedule-misc { + background: #B0E9EC; +} +.schedule-open-art { + background: #ED9134; +} diff --git a/html/css/styles.css b/html/css/styles.css index e15bb73..d077c59 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -235,16 +235,17 @@ nav ul { margin: 0; padding: 0; } -nav ul > li { +nav ul li { + position: relative; +} + +nav .menu > li { float: left; margin: 0; padding: 0; } -nav ul a { - color: #000; - text-decoration: none; - display: block; - padding: 1.5em 0.4em; + +nav .menu > li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -252,9 +253,56 @@ nav ul a { -webkit-transition: border-top 200ms; border-top: 0 solid #FFF; } -nav ul a:hover { + +nav .menu > li:hover { border-top: 0.4em solid #A8D6FF; } + +.menu li.fa::before { + display: block; + padding: 30px 4px 0 4px; +} + + +.menu li.fa a { + padding-top: 0; + position: absolute; + display: block; + top: 0; + left: 0; + height: 52px; + width: 10px; +} + +nav ul a { + color: #000; + text-decoration: none; + display: block; + padding: 1.5em 0.4em; +} + +nav ul .sub-menu { + display: none; + position: absolute; + background: #fff; + width: 200px; + left: 50%; + margin-left: -100px; + box-shadow: 0 3px 5px -3px #000 +} + +nav ul li:hover .sub-menu { + display: block; + position: absolute; +} + +nav ul .sub-menu li, +nav ul .sub-menu li a { display: block; width: 100%; } + +nav ul .sub-menu li a { padding: 1em 0; text-align: center; } + +nav ul .sub-menu li { border-bottom: 1px solid #ccc; } + nav ul .separator { display: block; width: 0.05em; @@ -306,15 +354,15 @@ nav .selected { /* Banner */ .banner { - height: 245px; + height: 258px; background: url("../img/banner.jpg") no-repeat; background-size: cover; - padding: 4em 0 0 0; + padding: 0.2em 0 0 0; } .banner img { display: block; max-width: 100%; - height: 157px; + height: 247px; margin: 0 auto; } @media all and (max-width: 840px) { @@ -350,6 +398,10 @@ nav .selected { -moz-box-sizing: border-box; box-sizing: border-box; } +.grid .col3:nth-child(3n + 1) { + clear: both; + padding: 0; +} .grid .col4 { width: 25%; float: left; @@ -357,6 +409,10 @@ nav .selected { -moz-box-sizing: border-box; box-sizing: border-box; } +.grid .col4:nth-child(4n + 1) { + clear: both; + padding: 0; +} .grid .col-left { width: 70%; float: left; @@ -368,10 +424,15 @@ nav .selected { .grid .col-right { width: 30%; float: left; + margin-bottom: 2em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.grid .col-right .content { + width: 100%; +} + @media all and (max-width: 600px) { .grid .col2, .grid .col3, .grid .col4, .grid .col-left, .grid .col-right { width: 100%; @@ -415,7 +476,7 @@ h4 { /* Footer */ footer { - margin: 2em 0 0 0; + margin: -0.3em 0 0; padding-top: 1em; padding-bottom: 1em; -webkit-box-sizing: border-box; @@ -424,16 +485,26 @@ footer { background: #ddd; } +footer .content li { list-style: none; } + +#copyright { + text-align: center; +} + /* Sub navigation */ .subnav { margin-top: 1.6em; list-style: none; padding-left: 0; } +.subnav .menu { + margin-left: -2.2em; +} .subnav li { float: left; padding: 0; margin: 0 1em 0 0; + list-style: none outside; } .subnav li.selected { font-weight: bold; @@ -462,9 +533,9 @@ footer { float: left; padding: 0.3em; background: #FFF; - -moz-box-shadow: 0px 0px 1px 1px #999; + -moz-box-shadow: 0px 0px 1px 1px #999; -webkit-box-shadow: 0px 0px 1px 1px #999; - box-shadow: 0px 0px 1px 1px #999; + box-shadow: 0px 0px 1px 1px #999; margin: 0 1em 2em 0; } .speaker .icons { @@ -491,4 +562,78 @@ footer { .sponsors-item .col2 > img { display: inline-block; margin: 0 0 2em 0; -} \ No newline at end of file +} + +/* Plugins */ +.gmp_map_opts { + float: none !important; + margin-top: 2em !important; +} + + +/********************************************* + * GLOBAL STYLES (Small style changes) + *********************************************/ + +h1 { font-size: 1.8em; } +h2 { font-size: 1.8em; } +h3 { font-size: 1.6em; } +h4 { font-size: 1.4em; } +h5 { font-size: 1.2em; } +h6 { font-size: 1.0em; } + +h1, h2, h3, h4, h5, h6 { font-weight: normal; } + +a { color: #428bca; text-decoration: none; } +a:hover { text-decoration: underline; } + + +/********************************************* + * Navigation + *********************************************/ + +nav .menu > li { margin: 1px 10px; } + +/********************************************* + * Tagline & Sponsors + *********************************************/ + +.col2.tagline { width: 70%; } + +.col2.sponsors { width: 30%; } + +.separator { margin: 2.4em 0; height: 1px; background: #DBDBDB; } + +section.content.grid.homepage { margin-top: 2em; } + +h4 { margin: 1em 0; } + +a.footer { color: #333; } + +a.button { text-decoration: none; color: #333; } + +a.button:hover { opacity: 0.8; } + +/********************************************* + * Team members + *********************************************/ + +.members { + margin: 0 0 2em 0; +} +.member { + margin: 0 0 1em 0; +} +.member a { + display: block; +} +.member a > img { + padding: 0.3em; + background: #FFF; + -moz-box-shadow: 0px 0px 1px 1px #999; + -webkit-box-shadow: 0px 0px 1px 1px #999; + box-shadow: 0px 0px 1px 1px #999; +} +.member span { + display: block; +} diff --git a/html/schedule.html b/html/schedule.html new file mode 100644 index 0000000..62ab0a9 --- /dev/null +++ b/html/schedule.html @@ -0,0 +1,282 @@ + + +
+ + + + + + + + + + + + + ++ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium obcaecati eos expedita natus temporibus, soluta illum alias aspernatur ullam officiis autem dolore error voluptatem nisi a culpa corrupti voluptates quis! +
++ | Зала 1 | +Зала Варна | +Зала Г1 | +workshops | +
---|---|---|---|---|
Събота | ++ | |||
10:00-10:15 | +Откриване (Яна и Мариян) | ++ | ||
10:15-11:11 | +Encryption as social change (ze germans) | ++ | ||
11:15-12:00 | +ES6: The Good Parts (Симандов) | +Отворени инструменти за независима журналистика (Петя и | +uinput-mapper (Merlijn Wajer) | +How To CryptoParty | +
12:15-13:00 | +Програмируем Дом (Олимекс) | +Виртуализирай това... (Мартин Иванов) | +Re-usable components for civic tech (Dave) | +|
13:00-14:30 | +Обяд | +|||
14:30-15:15 | +I reject your reality and substitute my own (Iliyan) | +Node.js going to be native (Валентин Николов) | ++ | The web hacking competition | +
15:30-16:15 | +Отворен код в държавата (Божо) | +RIPE Atlas data processing backend (Sergey) | +Приложение на Linux в управлението на минния добив | +|
16:30-17:15 | +UI design for open data (Hollie) | +ATA over Ethernet (krosnov) | +Lightning talks | ++ |
17:30-18:15 | +Висше образование, университети, проблеми и решения (r | +LUKS, TPM and full disk encryption without password (Никола Колев) | ++ |
+ | Зала 1 | +Зала Варна | +Зала Г1 | +workshops | +
---|---|---|---|---|
Неделя | ++ | |||
10:15-11:00 | +За свободата, програмиста, и менажерията (Николай Цвет | +Aggressive DevOps (core-ix) | +Open не е достатъчно (Тони) | ++ |
11:15-12:00 | +Clojure (skanev) | +SIM card protocol tracing using Osmocom SIMtrace (Harald) | +Peer-to-peer streaming & file storage (Иво Георгиев) | +Да хакнем дрон | +
11:15-12:00 | +The future is open (Chiara & Carlo) | +Адаптация на Linux за ARM устройства (Леон Анави) | +Polymer (Пламен) | +|
13:00-14:30 | +Обяд | +|||
14:30-15:15 | +За програмирането (краси) | +Лесни стъпки към по-добра Уеб сигурност (Явор) | +Lightning talks | +Olimex workshop ? | +
15:30-16:15 | +Интерактивни технологии в контекста на съвременните из | +Maintaining custom Kernel builds (mm) | +FFmpeg от 0 до x264 (Емил Иванов) | +|
16:30-17:15 | +Software Defined Radio and rtl-sdr (harald) | +Mind patterns and anti-patterns (Djuvi) | ++ | |
17:30-18:15 | +The Elements of Style in Programming (batsov) | +OpenCL: Как програмата ми стана 1500 пъти по-бърза (боби) | ++ | |
18:15-18:30 | +закриване (Мариян и Яна) | ++ |
Technical |
Advanced technical |
Social |
Open art |
Open biz |
Civic hacking |
Misc |
English |
Български |