Skip to content

Commit

Permalink
Merge branch 'main' into ankan/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ank4n committed Jan 16, 2024
2 parents e1f0588 + ad9db48 commit 5485239
Show file tree
Hide file tree
Showing 21 changed files with 1,131 additions and 788 deletions.
1 change: 0 additions & 1 deletion assets/img/5-Substrate/4.4-pool-context.svg

This file was deleted.

2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-1-comms-format.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-1-comms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-1-contracts.svg
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 assets/img/5-Substrate/dev-4-1-smoldot-browser.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-1-smoldot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-1-state-code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-1-state-opaque.svg
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.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-1-substrate-meta-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-1-substrate-meta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-1-substrate.svg
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 assets/img/5-Substrate/dev-4-3-block-opaqueu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-3-full-comm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/img/5-Substrate/dev-4-3-full.svg
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 assets/img/5-Substrate/dev-pool-context.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
227 changes: 114 additions & 113 deletions assets/styles/PBA-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,120 @@
* More info https://github.com/webpro/reveal-md#theme & https://revealjs.com/themes/
**/

/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls {
color: var(--r-color-controls);
}

/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
color: var(--r-color-controls);
height: 0.15em;
}

/*********************************************
* PRINT BACKGROUND
*********************************************/
@media print {
.backgrounds {
background-color: var(--r-background-color);
}
}

/*********************************************
* FONTS
*********************************************/
/* font: unbounded https://unbounded.polkadot.network/ */
@font-face {
font-family: 'Unbounded';
font-style: normal;
font-weight: 300;
src: url('./fonts/unbounded/Unbounded-Light.woff2');
src: local(''),
url('./fonts/unbounded/Unbounded-Light.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/unbounded/Unbounded-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
font-family: 'Unbounded';
font-style: normal;
font-weight: 400;
src: url('./fonts/unbounded/Unbounded-Regular.woff2');
src: local(''),
url('./fonts/unbounded/Unbounded-Regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/unbounded/Unbounded-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
font-family: 'Unbounded';
font-style: normal;
font-weight: 700;
src: url('./fonts/unbounded/Unbounded-Bold.woff2');
src: local(''),
url('./fonts/unbounded/Unbounded-Bold.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/unbounded/Unbounded-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* fonts: work-sans-regular - latin https://google-webfonts-helper.herokuapp.com/fonts/work-sans/work-sans?subsets=latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: local(''),
url('./fonts/work-sans/work-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/work-sans/work-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/work-sans/work-sans-v17-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-800 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 800;
src: url('./fonts/work-sans/work-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
src: local(''),
url('./fonts/work-sans/work-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/work-sans/work-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/work-sans/work-sans-v17-latin-800.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-italic - latin */
@font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 400;
src: url('./fonts/work-sans/work-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('./fonts/work-sans/work-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/work-sans/work-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/work-sans/work-sans-v17-latin-italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-800italic - latin */
@font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 800;
src: url('./fonts/work-sans/work-sans-v17-latin-800italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('./fonts/work-sans/work-sans-v17-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/work-sans/work-sans-v17-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-800italic.woff') format('woff'), /* Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/work-sans/work-sans-v17-latin-800italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/*********************************************
* GLOBAL STYLES
*********************************************/
Expand Down Expand Up @@ -506,116 +620,3 @@ a {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls {
color: var(--r-color-controls);
}

/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
color: var(--r-color-controls);
height: 0.15em;
}

/*********************************************
* PRINT BACKGROUND
*********************************************/
@media print {
.backgrounds {
background-color: var(--r-background-color);
}
}

/*********************************************
* FONTS
*********************************************/
/* font: unbounded https://unbounded.polkadot.network/ */
@font-face {
font-family: 'Unbounded';
font-style: normal;
font-weight: 300;
src: url('./fonts/unbounded/Unbounded-Light.woff2');
src: local(''),
url('./fonts/unbounded/Unbounded-Light.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/unbounded/Unbounded-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
font-family: 'Unbounded';
font-style: normal;
font-weight: 400;
src: url('./fonts/unbounded/Unbounded-Regular.woff2');
src: local(''),
url('./fonts/unbounded/Unbounded-Regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/unbounded/Unbounded-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
font-family: 'Unbounded';
font-style: normal;
font-weight: 700;
src: url('./fonts/unbounded/Unbounded-Bold.woff2');
src: local(''),
url('./fonts/unbounded/Unbounded-Bold.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/unbounded/Unbounded-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* fonts: work-sans-regular - latin https://google-webfonts-helper.herokuapp.com/fonts/work-sans/work-sans?subsets=latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: local(''),
url('./fonts/work-sans/work-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/work-sans/work-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/work-sans/work-sans-v17-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-800 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 800;
src: url('./fonts/work-sans/work-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
src: local(''),
url('./fonts/work-sans/work-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/work-sans/work-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/work-sans/work-sans-v17-latin-800.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-italic - latin */
@font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 400;
src: url('./fonts/work-sans/work-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('./fonts/work-sans/work-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/work-sans/work-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/work-sans/work-sans-v17-latin-italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-800italic - latin */
@font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 800;
src: url('./fonts/work-sans/work-sans-v17-latin-800italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('./fonts/work-sans/work-sans-v17-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./fonts/work-sans/work-sans-v17-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-800italic.woff') format('woff'), /* Modern Browsers */
url('./fonts/work-sans/work-sans-v17-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('./fonts/work-sans/work-sans-v17-latin-800italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
33 changes: 31 additions & 2 deletions frontpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,35 @@
<link rel="icon" href="./assets/favicon.svg" />
<link rel="shortcut icon" href="./assets/favicon.png" />
<style>
@font-face {
font-family: 'Unbounded';
font-style: normal;
font-weight: 300;
src: url('./fonts/unbounded/Unbounded-Light.woff2');
src: local(''),
url('./fonts/unbounded/Unbounded-Light.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/unbounded/Unbounded-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
font-family: 'Unbounded';
font-style: normal;
font-weight: 400;
src: url('./fonts/unbounded/Unbounded-Regular.woff2');
src: local(''),
url('./fonts/unbounded/Unbounded-Regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/unbounded/Unbounded-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
font-family: 'Unbounded';
font-style: normal;
font-weight: 700;
src: url('./fonts/unbounded/Unbounded-Bold.woff2');
src: local(''),
url('./fonts/unbounded/Unbounded-Bold.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/unbounded/Unbounded-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* local variables */
html {
--font-size: 16px;
Expand Down Expand Up @@ -170,7 +199,7 @@ <h1>PBA Slides</h1>
</header>

<main class="site-main">
<div class="slide-list">
<ul class="slide-list">
<li>
<a href="cambridge-2022&#x2F;index.html" title="Lectures during Cambridge (U.K.) - 2022" class="slide-card" target="_blank">
<img src="./assets/1-cambridge.jpg" width="400" /><br />
Expand All @@ -191,7 +220,7 @@ <h1>PBA Slides</h1>
<span class="slide-card-name">Cohort #4 - Hong Kong (2024)</span>
</a>
</li>
</ul>
</div>
</main>

</body>
Expand Down
Loading

0 comments on commit 5485239

Please sign in to comment.