diff --git a/presentations/intro-to-rust/custom.css b/presentations/intro-to-rust/custom.css index f0d99130..56b676e6 100644 --- a/presentations/intro-to-rust/custom.css +++ b/presentations/intro-to-rust/custom.css @@ -1,5 +1,5 @@ html, body { - font-family: "Open Sans", sans-serif; + font-family: 'Fira Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; } @@ -49,4 +49,4 @@ h5 { .pull-right { float: right; width: 47%; -} \ No newline at end of file +} diff --git a/presentations/intro-to-rust/globe.html b/presentations/intro-to-rust/globe.html index 6c715095..cd8af44a 100644 --- a/presentations/intro-to-rust/globe.html +++ b/presentations/intro-to-rust/globe.html @@ -43,7 +43,8 @@ // Each entry: [name, lat, lon] var city_data = [ ["Berlin", "52.52", "13.41"], - ["Pittsburgh", "40.44", "-79.99"] + ["Pittsburgh", "40.44", "-79.99"], + ["Mexico City", "19.432608", "-99.133209"], ]; var width = 960, @@ -184,4 +185,4 @@ - \ No newline at end of file + diff --git a/presentations/intro-to-rust/img/cratesio.png b/presentations/intro-to-rust/img/cratesio.png index 50b185c8..299ef447 100644 Binary files a/presentations/intro-to-rust/img/cratesio.png and b/presentations/intro-to-rust/img/cratesio.png differ diff --git a/presentations/intro-to-rust/img/firefox-512-noshadow.png b/presentations/intro-to-rust/img/firefox-512-noshadow.png new file mode 100644 index 00000000..d5b7af63 Binary files /dev/null and b/presentations/intro-to-rust/img/firefox-512-noshadow.png differ diff --git a/presentations/intro-to-rust/img/rust-logo-blk.svg b/presentations/intro-to-rust/img/rust-logo-blk.svg new file mode 100644 index 00000000..de4d53d8 --- /dev/null +++ b/presentations/intro-to-rust/img/rust-logo-blk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/presentations/intro-to-rust/index.html b/presentations/intro-to-rust/index.html index 6a203818..19ea6ecb 100644 --- a/presentations/intro-to-rust/index.html +++ b/presentations/intro-to-rust/index.html @@ -12,6 +12,7 @@ class: middle, center ![ferris](img/ferris.gif) + # A Very Brief Intro to Rust ??? @@ -21,13 +22,13 @@ --- class: middle, center -## 2ND RUSTBRIDGE IN THE WORLD! +## 3RD RUSTBRIDGE IN THE WORLD! -