-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add slides for Impostor Syndrome talk
- Loading branch information
1 parent
2c227d3
commit d5c57ef
Showing
87 changed files
with
668 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.17 MB
...slides/impostor-syndrome/impostor-syndrome/09021135cf237fa19bab88b46d9fcdf0.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
BIN
+216 KB
...slides/impostor-syndrome/impostor-syndrome/2d4185890125ccdb57b96eebed020767.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
BIN
+79.4 KB
...slides/impostor-syndrome/impostor-syndrome/3625eb417cc172e8c5ab1e8ed3dacce8.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
BIN
+319 KB
...slides/impostor-syndrome/impostor-syndrome/55053269a5bc632269cd67f4762f7225.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
BIN
+458 KB
...slides/impostor-syndrome/impostor-syndrome/c7ed23ad053bf997523a0af73c253b15.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
BIN
+27.3 KB
...slides/impostor-syndrome/impostor-syndrome/f955a09b73414363bf8b6bb972826c8c.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
BIN
+279 KB
...slides/impostor-syndrome/impostor-syndrome/fda035f203c180e481e67d18de07324b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 10, 2013 */ | ||
|
||
@font-face { | ||
font-family: 'Asul'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('asul-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Asul'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('asul-bold.woff') format('woff'); | ||
} |
Binary file added
BIN
+205 KB
talk-slides/impostor-syndrome/lib/fonts/cabinsketch/cabinsketch-bold.woff
Binary file not shown.
Binary file added
BIN
+110 KB
talk-slides/impostor-syndrome/lib/fonts/cabinsketch/cabinsketch-regular.woff
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
talk-slides/impostor-syndrome/lib/fonts/cabinsketch/cabinsketch.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@font-face { | ||
font-family: 'Cabin Sketch'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('cabinsketch-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Cabin Sketch'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('cabinsketch-regular.woff') format('woff'); | ||
} |
Binary file added
BIN
+23.1 KB
talk-slides/impostor-syndrome/lib/fonts/josefinsans/josefinsans-bold.woff
Binary file not shown.
Binary file added
BIN
+25.9 KB
talk-slides/impostor-syndrome/lib/fonts/josefinsans/josefinsans-bolditalic.woff
Binary file not shown.
Binary file added
BIN
+27.2 KB
talk-slides/impostor-syndrome/lib/fonts/josefinsans/josefinsans-italic.woff
Binary file not shown.
Binary file added
BIN
+22.7 KB
talk-slides/impostor-syndrome/lib/fonts/josefinsans/josefinsans-regular.woff
Binary file not shown.
28 changes: 28 additions & 0 deletions
28
talk-slides/impostor-syndrome/lib/fonts/josefinsans/josefinsans.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@font-face { | ||
font-family: 'Josefin Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('josefinsans-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Josefin Sans'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('josefinsans-bold.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Josefin Sans'; | ||
font-style: italic; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('josefinsans-italic.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Josefin Sans'; | ||
font-style: italic; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('josefinsans-bolditalic.woff') format('woff'); | ||
} |
Binary file not shown.
Binary file added
BIN
+7.54 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Caligraphic-Bold.woff
Binary file not shown.
Binary file added
BIN
+7.48 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Caligraphic-Regular.woff
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+12.9 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Fraktur-Regular.woff
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+19 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Main-BoldItalic.woff
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+30.1 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Main-Regular.woff
Binary file not shown.
Binary file added
BIN
+18.2 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Math-BoldItalic.woff
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+14.1 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_SansSerif-Bold.woff
Binary file not shown.
Binary file added
BIN
+13.8 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_SansSerif-Italic.woff
Binary file not shown.
Binary file added
BIN
+12 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_SansSerif-Regular.woff
Binary file not shown.
Binary file added
BIN
+10.3 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Script-Regular.woff
Binary file not shown.
Binary file added
BIN
+6.34 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Size1-Regular.woff
Binary file not shown.
Binary file added
BIN
+6.04 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Size2-Regular.woff
Binary file not shown.
Binary file added
BIN
+4.32 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Size3-Regular.woff
Binary file not shown.
Binary file added
BIN
+5.84 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Size4-Regular.woff
Binary file not shown.
Binary file added
BIN
+15.7 KB
talk-slides/impostor-syndrome/lib/fonts/katex/KaTeX_Typewriter-Regular.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('lato-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('lato-bold.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: italic; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('lato-italic.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: italic; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('lato-bolditalic.woff') format('woff'); | ||
} |
8 changes: 8 additions & 0 deletions
8
talk-slides/impostor-syndrome/lib/fonts/league/league_gothic.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@font-face { | ||
font-family: 'League Gothic'; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-display: auto; | ||
|
||
src: url('league_gothic.woff') format('woff'); | ||
} |
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
talk-slides/impostor-syndrome/lib/fonts/league/league_gothic_license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SIL Open Font License (OFL) | ||
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL |
Binary file added
BIN
+46.8 KB
talk-slides/impostor-syndrome/lib/fonts/merriweathersans/merriweathersans-bold.woff
Binary file not shown.
Binary file added
BIN
+46.2 KB
talk-slides/impostor-syndrome/lib/fonts/merriweathersans/merriweathersans-regular.woff
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
talk-slides/impostor-syndrome/lib/fonts/merriweathersans/merriweathersans.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@font-face { | ||
font-family: 'Merriweather Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('merriweathersans-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Merriweather Sans'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('merriweathersans-bold.woff') format('woff'); | ||
} |
Binary file added
BIN
+29.1 KB
talk-slides/impostor-syndrome/lib/fonts/montserrat/montserrat-bold.woff
Binary file not shown.
Binary file added
BIN
+28.6 KB
talk-slides/impostor-syndrome/lib/fonts/montserrat/montserrat-regular.woff
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
talk-slides/impostor-syndrome/lib/fonts/montserrat/montserrat.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@font-face { | ||
font-family: 'Montserrat'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('montserrat-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Montserrat'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('montserrat-bold.woff') format('woff'); | ||
} |
Binary file added
BIN
+74.5 KB
talk-slides/impostor-syndrome/lib/fonts/newscycle/newscycle-bold.woff
Binary file not shown.
Binary file added
BIN
+152 KB
talk-slides/impostor-syndrome/lib/fonts/newscycle/newscycle-regular.woff
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
talk-slides/impostor-syndrome/lib/fonts/newscycle/newscycle.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@font-face { | ||
font-family: 'News Cycle'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('newscycle-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'News Cycle'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('newscycle-bold.woff') format('woff'); | ||
} |
Binary file not shown.
Binary file added
BIN
+113 KB
talk-slides/impostor-syndrome/lib/fonts/opensans/opensans-bolditalic.woff
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+99.9 KB
talk-slides/impostor-syndrome/lib/fonts/opensans/opensans-regular.woff
Binary file not shown.
28 changes: 28 additions & 0 deletions
28
talk-slides/impostor-syndrome/lib/fonts/opensans/opensans.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('opensans-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('opensans-bold.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: italic; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('opensans-italic.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: italic; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('opensans-bolditalic.woff') format('woff'); | ||
} |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+27.4 KB
talk-slides/impostor-syndrome/lib/fonts/overpass/overpass-regular.woff
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
talk-slides/impostor-syndrome/lib/fonts/overpass/overpass.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
@font-face { | ||
font-family: 'Overpass'; | ||
font-style: normal; | ||
font-weight: bold; | ||
font-display: auto; | ||
src: url('overpass-bold.woff') format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Overpass'; | ||
font-style: normal; | ||
font-weight: 500; | ||
font-display: auto; | ||
src: url('overpass-regular.woff') format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Overpass'; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-display: auto; | ||
src: url('overpass-light.woff') format('woff'); | ||
} | ||
|
Binary file added
BIN
+47.9 KB
talk-slides/impostor-syndrome/lib/fonts/overpass2/overpass2-bold.woff
Binary file not shown.
Binary file added
BIN
+54.5 KB
talk-slides/impostor-syndrome/lib/fonts/overpass2/overpass2-bolditalic.woff
Binary file not shown.
Binary file added
BIN
+62.8 KB
talk-slides/impostor-syndrome/lib/fonts/overpass2/overpass2-extralight.woff
Binary file not shown.
Binary file added
BIN
+62.6 KB
talk-slides/impostor-syndrome/lib/fonts/overpass2/overpass2-extralightitalic.woff
Binary file not shown.
Binary file added
BIN
+63.9 KB
talk-slides/impostor-syndrome/lib/fonts/overpass2/overpass2-italic.woff
Binary file not shown.
Binary file added
BIN
+61.8 KB
talk-slides/impostor-syndrome/lib/fonts/overpass2/overpass2-light.woff
Binary file not shown.
Binary file added
BIN
+64.7 KB
talk-slides/impostor-syndrome/lib/fonts/overpass2/overpass2-lightitalic.woff
Binary file not shown.
Binary file added
BIN
+46.3 KB
talk-slides/impostor-syndrome/lib/fonts/overpass2/overpass2-regular.woff
Binary file not shown.
63 changes: 63 additions & 0 deletions
63
talk-slides/impostor-syndrome/lib/fonts/overpass2/overpass2.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
@font-face { | ||
font-family: 'Overpass 2'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('overpass2-bold.woff') format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Overpass 2'; | ||
font-style: italic; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('overpass2-bolditalic.woff') format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Overpass 2'; | ||
font-style: normal; | ||
font-weight: 500; | ||
font-display: auto; | ||
src: url('overpass2-regular.woff') format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Overpass 2'; | ||
font-style: italic; | ||
font-weight: 500; | ||
font-display: auto; | ||
src: url('overpass2-italic.woff') format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Overpass 2'; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-display: auto; | ||
src: url('overpass2-light.woff') format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Overpass 2'; | ||
font-style: italic; | ||
font-weight: normal; | ||
font-display: auto; | ||
src: url('overpass2-lightitalic.woff') format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Overpass 2'; | ||
font-style: normal; | ||
font-weight: 300; | ||
font-display: auto; | ||
src: url('overpass2-extralight.woff') format('woff'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Overpass 2'; | ||
font-style: italic; | ||
font-weight: 300; | ||
font-display: auto; | ||
src: url('overpass2-extralightitalic.woff') format('woff'); | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@font-face { | ||
font-family: 'Oxygen'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('oxygen-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Oxygen'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('oxygen-bold.woff') format('woff'); | ||
} |
Binary file added
BIN
+24.5 KB
talk-slides/impostor-syndrome/lib/fonts/quicksand/quicksand-bold.woff
Binary file not shown.
Binary file added
BIN
+24.2 KB
talk-slides/impostor-syndrome/lib/fonts/quicksand/quicksand-regular.woff
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
talk-slides/impostor-syndrome/lib/fonts/quicksand/quicksand.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@font-face { | ||
font-family: 'Quicksand'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url('quicksand-regular.woff') format('woff'); | ||
} | ||
@font-face { | ||
font-family: 'Quicksand'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: auto; | ||
src: url('quicksand-bold.woff') format('woff'); | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.