Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 42 additions & 6 deletions css/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ th{
max-width: $maxwidth;
margin: 0 auto;
}

#surround{
display: inline-block;
width:100%;
Expand Down Expand Up @@ -157,11 +157,47 @@ th{
}

.code {
border-style:dashed;
border-width:1px;
background-color:#dddddd;
padding:5px;
margin:5px;
border-style:dashed;
border-width:1px;
background-color:#dddddd;
padding:5px;
margin:5px;
font-family:monospace;
}

#sponsors-box {
display: flex;
flex-direction: column;
margin-left: 3rem;
}

@media only screen and (max-width: 768px) {
#sponsors-box {
margin-left: 0;
}
}

#lead-sponsors-box {
display: flex;
list-style-type: none;
flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
#lead-sponsors-box {
display: flex;
flex-direction: column;
margin-left: 0;
padding: 0;
}
}

#lead-sponsors-box li {
margin-left: 2rem;
margin-top: 1rem;
}

#lead-sponsors-box li a img {
width: 200px;
margin: 0;
}
49 changes: 26 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ <h3>HACS organizers</h3>
<li>Diane Hosfelt,</li>
<li><a href="https://twitter.com/BenLaurie">Ben Laurie</a>,</li>
<li>Trevor Perrin,</li>
<li><a href="https://cryptojedi.org">Peter Schwabe, and</a>
<li><a href="https://cryptojedi.org">Peter Schwabe</a>, and</li>
<li><a href="https://cathieyun.github.io/">Cathie Yun</a>
</ul>

<h3>HACS 2023</h3>
<p>
HACS 2023 will be in Tokyo, March 30-31. You can read more about the workshop plans <a href="data/HACS_2023_Overview.pdf">here</a>.
HACS is an invite-only event, but for 2023 we are accepting self-nominations. If you would like to attend, please apply <a href="https://docs.google.com/forms/d/e/1FAIpQLSeroGHoqqzjyCp-74F-GhMAhJ9U6x_pbzMRgf9OwF-OarqRLw/viewform?usp=sf_link">here</a>.
HACS is an invite-only event, but for 2023 we are accepting self-nominations. If you would like to attend, please apply <a href="https://forms.gle/29UmyWJBBqpqAbYL6">here</a>.
</p>

<h3>Event Expectations / Code of Conduct</h3>
Expand All @@ -51,26 +51,29 @@ <h3>Event Expectations / Code of Conduct</h3>
</p>


<h3>Sponsors of HACS</h3>
<p>
HACS would not be possible without the generous support of our sponsors.
The following companies have supported or are supporting HACS:
</p>

<div id="sponsors-box">
<div>
<p>Lead sponsors:</p>
<ul id="lead-sponsors-box">
<li><a href="https://www.amazon.com/"><p>Amazon</p></a></li>
<li><a href="https://www.apple.com/"><p>Apple</p></a></li>
<li><a href="https://www.mpi-sp.org/"><p>Max Planck Institute (MPI)</p></a></li>
<li><a href="https://www.oracle.com/"><p>Oracle</p></a></li>
</ul>
</div>


<!--
<h3>Sponsors of HACS</h3>
<p>
HACS would not be possible without the generous support of our sponsors.
The following companies have supported or are supporting HACS:
</p>

<a href="https://www.cwi.nl">
<img src="./src/logos/cwi.png"
style="height:80px;max-width:95%;padding-right:20px;padding-bottom:20px"
alt="Centrum voor Wiskunde en Informatica">
</a>

<a href="https://www.ens-lyon.fr">
<img src="./src/logos/enslyon.png"
style="height:80px;max-width:95%;padding-right:20px;padding-bottom:20px"
alt="ENS Lyon">
</a>

-->
<div>
<p>Other sponsors:</p>
<ul id="lead-sponsors-box">
<li><a href="https://chaincode.com/"><p>Chaincode Labs</p></a></li>
<li><a href="https://www.cloudflare.com/"><p>CloudFlare</p></li>
<li><a href="https://paulkocher.com/"><p>Paul Kocher</p></li>
</ul>
</div>
</div>
12 changes: 11 additions & 1 deletion pasthacs.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
---
layout: default
title: Past editions of HACS
title: Past editions of HACS
date: 2019-06-04
---

<h3>HACS 2022</h3>

<p>
HACS 2022 was held in April 2022.
At HACS 2022, we consolidated the focus of the workshop to expand into formal
verification of security proofs, secure distributed computation, topics
relevant to cryptocurrencies and security issues at the hardware/software
boundary.
</p>

<h3>HACS 2021</h3>

<p>
Expand Down
Binary file added src/logos/amazon-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
953 changes: 953 additions & 0 deletions src/logos/apple-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/logos/chaincode-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/logos/cloudflare-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading