diff --git a/src/app.rs b/src/app.rs index 61fca11..e490cb7 100644 --- a/src/app.rs +++ b/src/app.rs @@ -624,7 +624,6 @@ impl Portfolio { #[cfg(target_arch = "wasm32")] fn update_state(&mut self, ui: &mut egui::Ui) { if let Some(state) = self.next_state.load().deref() { - log::info!("update_state"); match state.deref() { State::Home => { self.zoomed = true; diff --git a/src/java.jot b/src/java.jot index 72e0bce..37f6a0d 100644 --- a/src/java.jot +++ b/src/java.jot @@ -2,7 +2,7 @@ I've taken *AP Computer Science A*, as well as my school's post-AP course: *CS Data Structures*. Both courses are in Java. -- This is a painting of Saul Goodman using the [code.org](https://code.org) Neighborhood Painter. It's done using only it's named colors, and was made by generating Java code from an image file. [You can run it here](https://studio.code.org/projects/javalab/fsGVkmFdUWUeePTV6rYXnb21BD3bAjq6oVTMtKd13lE). +- This is a painting of Saul Goodman using the [code.org](https://code.org) Neighborhood Painter. It's done using only it's named colors, and was made by generating Java code from an image file pre-processed with [GIMP](#gimp). [You can run it here](https://studio.code.org/projects/javalab/fsGVkmFdUWUeePTV6rYXnb21BD3bAjq6oVTMtKd13lE). ![Saul Goodman](images/saul_goodman.jpg#256x256) diff --git a/src/scratch.jot b/src/scratch.jot index b09eb10..defcce7 100644 --- a/src/scratch.jot +++ b/src/scratch.jot @@ -1,6 +1,6 @@ # Scratch Experience -Every software developer worth their salt can say they're proficient in Scratch, but very few can say that they've made an award winning Scratch project. In 3rd grade, [my Scratch project](https://scratch.mit.edu/projects/144210368/) won 3rd place in the The Discovery's 2017 Scratch Code Challenge, hosted by the [Terry Lee Wells Discovery Museum](https://nvdm.org) in Reno, Nevada. To my memory, the competition was separated by grade level, and had ~1,000 international participants. +Every software developer worth their salt can say they're proficient in Scratch, but very few can say that they've made an award winning Scratch project. In 6th grade, [my Scratch project](https://scratch.mit.edu/projects/144210368/) won 3rd place in the The Discovery's 2017 Scratch Code Challenge, hosted by the [Terry Lee Wells Discovery Museum](https://nvdm.org) in Reno, Nevada. To my memory, the competition was separated by grade level, and had ~1,000 international participants. ![Scratch Winner Image 1](images/scratch_winner1.jpg#256x192) ![Scratch Winner Image 2](images/scratch_winner2.jpg#256x192)