Skip to content

August 2018 slides #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 16, 2018
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
Binary file added slides/2018/08-aug/images/cloudflare-stickers.jpg
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 slides/2018/08-aug/images/js13k.png
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 slides/2018/08-aug/images/muse-js.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
294 changes: 294 additions & 0 deletions slides/2018/08-aug/index.html

Large diffs are not rendered by default.

431 changes: 431 additions & 0 deletions slides/2018/08-aug/index.pug

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ <h2>Slides</h2>

<h3>2018</h3>
<ul>
<li>July &mdash;
<a href="2018/07-jul">Bleeding Edge Web</a> /
<a href="https://docs.google.com/presentation/d/1c5wU3whpGbhvpKdW-PPDazolUeKjI5Idnc1xFJwv3jc/edit?usp=sharing" target="_blank">Symmetric and Asymmetric Cryptography and RSA Deep Dive</a>
</li>
<li>August &mdash;
<a href="2018/08-aug">Bleeding Edge Web</a> /
<a href="#" target="_blank">Node.js Night!</a>
</li>
<li>July &mdash;
<a href="2018/07-jul">Bleeding Edge Web</a> /
<a href="https://docs.google.com/presentation/d/1c5wU3whpGbhvpKdW-PPDazolUeKjI5Idnc1xFJwv3jc/edit?usp=sharing" target="_blank">Symmetric and Asymmetric Cryptography and RSA Deep Dive</a>
</li>
<li>June &mdash;
<a href="2018/06-jun">Bleeding Edge Web</a> /
<a href="https://docs.google.com/presentation/d/1Uxr1v-nc0vOu8_1vHGWFWCvW7BIrG1p1_eATzYR4mNk/edit?usp=sharing" target="_blank">A Deep Dive into Spectre</a>
Expand Down
Binary file added slides/shared/resources/images/angular-logo.png
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 slides/shared/resources/images/dart-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 slides/shared/resources/images/vue-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions slides/shared/themes/build/skew-dark.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.deck-container { font-family: 'Helvetica Neue', sans-serif; font-size: 3em; font-weight: 600; background: #000000; color: #ffffff; }
.deck-container { font-family: 'Helvetica Neue', sans-serif; font-size: 3.2em; font-weight: 400; background: #000000; color: #ffffff; }

.deck-container .slide { background: #000000; }

.deck-container .slide h1 { color: #888888; letter-spacing: -.05em; }

.deck-container .slide h2 { color: #E91E63; border-bottom: 0; padding: 20px 0 10px 0; letter-spacing: -.05em; font-size: 2.4em; margin-bottom: 20px; }

.deck-container .slide h3 { margin-bottom: .7em; }
.deck-container .slide h3 { margin-bottom: .7em; font-weight: 500; }

.deck-container .slide strong { font-weight: 800; color: #E91E63; }

.deck-container .slide pre code { overflow: hidden; font-size: .9em; letter-spacing: 1.5px; }

Expand All @@ -16,8 +18,6 @@

.deck-container .slide blockquote cite { font-size: .5em; font-style: normal; font-weight: bold; color: #cccccc; }

.deck-container .slide blockquote strong { font-weight: bold; }

.deck-container .slide table.table td { border: 1px solid #ccc; padding: 5px; }

.deck-container .slide thead td { font-weight: 800; }
Expand Down Expand Up @@ -120,7 +120,7 @@ pre[class*="language-"] { background: #1F1F1F; border: 2px solid #333333; border

.browsers td { text-align: center; }

.browsers .ver { font-size: 2.5em; }
.browsers .ver { font-size: 2.5em; font-weight: 600; }

.browsers .build { font-size: 50%; }

Expand Down
15 changes: 9 additions & 6 deletions slides/shared/themes/style/skew-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

.deck-container {
font-family: 'Helvetica Neue', sans-serif;
font-size: 3em;
font-weight: 600;
font-size: 3.2em;
font-weight: 400;
background: #000000;
color: #ffffff;

Expand All @@ -24,6 +24,12 @@
}
h3 {
margin-bottom: .7em;
font-weight: 500;
}

strong {
font-weight: 800;
color: #E91E63;
}

pre {
Expand Down Expand Up @@ -51,10 +57,6 @@
font-weight: bold;
color: #cccccc;
}

strong {
font-weight: bold;
}
}

table.table td {
Expand Down Expand Up @@ -307,6 +309,7 @@ pre[class*="language-"] {
}
.ver {
font-size: 2.5em;
font-weight: 600;
}
.build {
font-size: 50%;
Expand Down