CryptoParty Istanbul, Konya, Lite vb. için web sitesi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cryptoparty-web/en/index.html

129 lines
4.7 KiB

6 years ago
<!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">
4 years ago
<link rel="stylesheet" type="text/css" media="screen" href="../css/stencil.css" />
6 years ago
<script type="text/javascript">
6 years ago
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
6 years ago
(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);
})();
6 years ago
// @license-end
6 years ago
</script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-custom fixed-top">
<span class="sr-only">
<pre>
6 years ago
_ _
___ _ __ _ _ _ __ | |_ ___ _ __ __ _ _ __| |_ _ _
/ __| '__| | | | '_ \| __/ _ \| '_ \ / _` | '__| __| | | |
| (__| | | |_| | |_) | || (_) | |_) | (_| | | | |_| |_| |
\___|_| \__, | .__/_\__\___/| .__/ \__,_|_| \__|\__, |
6 years ago
(_)___| |_ |___/|_|_ | |__ _ |_| | |___/
| / __| __/ _` | '_ \| '_ \| | | | |
| \__ \ || (_| | | | | |_) | |_| | |
|_|___/\__\__,_|_| |_|_.__/ \__,_|_|
6 years ago
</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>
6 years ago
<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">
4 years ago
<h1 class="display-3"><span style="color: #982EB3;">crypto</span><span style="color: #CC2581;">party</span> <br><span style="color: #5D9C0F;">istanbul<blink>_</blink></span></h1>
6 years ago
</div>
<div class="container">
4 years ago
<p> 11<sup>st</sup> December 2019, TAK (Tasarım Atölyesi Kadıköy) </p>
6 years ago
</div>
</div>
</div>
<div class="col">
<div class="jumbotron">
<div class="container">
4 years ago
<p> CryptoParty is a decentralized world wide movement. </p>
<p>
The purpose of CryptoParties are to learn how to protect one's self in digital (partially physical) environments. Encrypted communication, protection from trackers while browsing the Web and Internet, account management, generating and protecting strong passwords are the main topics. Installation of GnuPG, Tor, OTR, OMEMO to computers and smartphones will be covered regarding those topics.
</p><p>
CryptoParty is also a key signing party. Every participant will sign each others keys to take the first step of web-of-trust.
</p>
6 years ago
</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>