<!doctype html>
< html lang = "tr" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< meta name = "description" content = "CryptoParty Istanbul" >
< meta name = "author" content = "Hackerspace İstanbul" >
< link rel = "icon" href = "../img/favicon.ico" >
< title > CryptoParty Istanbul< / title >
< link href = "../css/bootstrap.min.css" rel = "stylesheet" >
< link href = "../css/cryptoparty.css" rel = "stylesheet" >
< link href = "../css/jumbotron.css" rel = "stylesheet" >
< link href = "../css/roboto-mono.css" rel = "stylesheet" >
< link rel = "stylesheet" type = "text/css" media = "screen" href = "../css/fixedsys-excelsior.css" / >
< script type = "text/javascript" >
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt Expat
(function() {
var blinks = document.getElementsByTagName('blink');
var visibility = 'hidden';
window.setInterval(function() {
for (var i = blinks.length - 1; i >= 0; i--) {
blinks[i].style.visibility = visibility;
}
visibility = (visibility === 'visible') ? 'hidden' : 'visible';
}, 750);
})();
// @license-end
< / script >
< / head >
< body >
< header >
< nav class = "navbar navbar-expand-md navbar-custom fixed-top" >
< span class = "sr-only" >
< pre >
_ _
___ _ __ _ _ _ __ | |_ ___ _ __ __ _ _ __| |_ _ _
/ __| '__| | | | '_ \| __/ _ \| '_ \ / _` | '__| __| | | |
| (__| | | |_| | |_) | || (_) | |_) | (_| | | | |_| |_| |
\___|_| \__, | .__/_\__\___/| .__/ \__,_|_| \__|\__, |
(_)___| |_ |___/|_|_ | |__ _ |_| | |___/
| / __| __/ _` | '_ \| '_ \| | | | |
| \__ \ || (_| | | | | |_) | |_| | |
|_|___/\__\__,_|_| |_|_.__/ \__,_|_|
< / pre >
< / span >
< div class = "collapse navbar-collapse" id = "navbarCollapse" >
< ul class = "navbar-nav ml-auto nav-pills" >
< li class = "nav-item" >
< a class = "nav-link" href = "." > What is it?< span class = "sr-only" > (you are here)< / span > < / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "schedule.html" > Schedule< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "sponsors.html" > Sponsors< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "coc.html" > Code of Conduct< / a >
< / li >
< li class = "nav-item dropdown" >
< a class = "nav-link dropdown-toggle" data-toggle = "dropdown" href = "#" role = "button" aria-haspopup = "true" aria-expanded = "false" style = "background-color: #000000;" > English< / a >
< div class = "dropdown-menu dropdown-menu-right" >
< h6 class = "dropdown-header" > Language< / h6 >
< a class = "dropdown-item" href = "../index.html" > Türkçe< / a >
< a class = "dropdown-item dr-active" href = "." > English< / a >
< / div >
< / li >
< / ul >
< / div >
< / nav >
< / header >
< main role = "main" >
< div class = "container" >
< div class = "row" >
< div class = "col" >
< div class = "jumbotron" >
< div class = "container" >
< h1 class = "display-3" > < span style = "color: #DE00F6;" > crypto< / span > < span style = "color: #FF0093;" > party< / span > < br > < span style = "color: #00FF00;" > istanbul< blink > _< / blink > < / span > < / h1 >
< / div >
< div class = "container" >
< p > 28< sup > th< / sup > September 2019, Boğaziçi University < / p >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "jumbotron" >
< div class = "container" >
< p > Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.< / p >
< a class = "btn btn-outline-light btn-lg" href = "register.html" role = "button" > Register< / a >
< / div >
< / div >
< / div >
< / div >
< br >
< / main >
< footer class = "footer" >
< div class = "container" >
< span class = "text-muted" > © 2019 Hackerspace İstanbul. < a href = "../lisans.html" target = "_blank" > CC BY-ND< / a > < a href = "../javascript.html" rel = "jslicense" > JavaScript license information< / a > < / span >
< / div >
< / footer >
< script src = "../js/jquery-3.2.1.slim.min.js" > < / script >
< script src = "../js/bootstrap.min.js" > < / script >
< / body >
< / html >