-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·131 lines (118 loc) · 5.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
layout: default
title: WhibOx
---
<main role="main">
<!-- Start Intro -->
<div id="fh5co-intro">
<div class="container">
<h1>Wh<span class="orange">i</span>b<span class="orange">O</span>x</h1>
<div class="row">
<div class="col-md-11 col-md-push-1 fh5co-intro-sub">
<p>Wh<span class="orange">i</span>b<span class="orange">O</span>x is a collection of events on white-box cryptography, coordinated by <a href="https://cryptoexperts.com">CryptoExperts</a> and organized by many partners.</p>
</div>
</div>
</div>
</div>
<!-- End Intro -->
<!-- Start Work -->
<div id="fh5co-work">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="h2">Latest Events</h2>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 fh5co-work-wrap">
<a href="contests/2024/" class="fh5co-work-item js-fh5co-work-item">
<img src="images/contest_2024.png" alt="Image" class="img-responsive">
<div class="fh5co-overlay-bg js-fh5co-overlay-bg"></div>
<div class="fh5co-overlay-text js-fh5co-overlay-text">
<h2>Wh<span class="orange">i</span>b<span class="orange">O</span>x Contest 2024</h2>
<ul class="fh5co-categories">
<li>CHES 2024 CTF</li>
</ul>
</div>
</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 fh5co-work-wrap">
<a href="contests/2021/" class="fh5co-work-item js-fh5co-work-item">
<img src="images/contest_2021.png" alt="Image" class="img-responsive">
<div class="fh5co-overlay-bg js-fh5co-overlay-bg"></div>
<div class="fh5co-overlay-text js-fh5co-overlay-text">
<h2>Wh<span class="orange">i</span>b<span class="orange">O</span>x Contest 2021</h2>
<ul class="fh5co-categories">
<li>CHES 2021 CTF</li>
</ul>
</div>
</a>
</div>
</div>
<!-- Start More Works -->
<div class="row">
<div class="col-md-12 fh5co-more-works js-fh5co-more-works">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6 fh5co-work-wrap">
<a href="contests/2019/" class="fh5co-work-item js-fh5co-work-item">
<img src="images/contest_2019.png" alt="Image" class="img-responsive">
<div class="fh5co-overlay-bg js-fh5co-overlay-bg"></div>
<div class="fh5co-overlay-text js-fh5co-overlay-text">
<h2>Wh<span class="orange">i</span>b<span class="orange">O</span>x Contest 2019</h2>
<ul class="fh5co-categories">
<li>CHES 2019 CTF</li>
</ul>
</div>
</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 fh5co-work-wrap">
<a href="https://www.cryptoexperts.com/whibox2019/" class="fh5co-work-item js-fh5co-work-item">
<img src="images/workshop_2019.png" alt="Image" class="img-responsive">
<div class="fh5co-overlay-bg js-fh5co-overlay-bg"></div>
<div class="fh5co-overlay-text js-fh5co-overlay-text">
<h2>Wh<span class="orange">i</span>b<span class="orange">O</span>x Workshop 2019</h2>
<ul class="fh5co-categories">
<li>18-19 May 2019</li>
<li>Darmstadt</li>
<li>Germany</li>
</ul>
</div>
</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 fh5co-work-wrap">
<a href="contests/2017/" class="fh5co-work-item js-fh5co-work-item">
<img src="images/contest_2017.png" alt="Image" class="img-responsive">
<div class="fh5co-overlay-bg js-fh5co-overlay-bg"></div>
<div class="fh5co-overlay-text js-fh5co-overlay-text">
<h2>Wh<span class="orange">i</span>b<span class="orange">O</span>x Contest 2017</h2>
<ul class="fh5co-categories">
<li>CHES 2017 CTF</li>
<li>ECRYPT Competition</li>
</ul>
</div>
</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 fh5co-work-wrap">
<a href="https://www.cryptoexperts.com/whibox2016/" class="fh5co-work-item js-fh5co-work-item">
<img src="images/workshop_2016.png" alt="Image" class="img-responsive">
<div class="fh5co-overlay-bg js-fh5co-overlay-bg"></div>
<div class="fh5co-overlay-text js-fh5co-overlay-text">
<h2>Wh<span class="orange">i</span>b<span class="orange">O</span>x Workshop 2016</h2>
<ul class="fh5co-categories">
<li>14 August 2016</li>
<li>Santa-Barbara</li>
<li>California</li>
</ul>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-12 text-center">
<a href="#" class="fh5co-view js-fh5co-view"><span class="fh5co-icon-view"><i class="ti-plus"></i></span> <span class="js-fh5co-view-text">View All Previous Events</span></a>
</div>
</div>
<!-- End More Works -->
</div>
</div>
<!-- End Work -->
<div class="fh5co-spacer fh5co-spacer-md"></div>
</main>