Removing raw HTML

This commit is contained in:
Brandon Rozek 2025-02-16 22:04:56 -05:00
parent e06d45e053
commit 572d587b8e
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
33 changed files with 373 additions and 386 deletions

View file

@ -7,16 +7,15 @@ layout: revision
guid: http://brandonrozek.com/2016/10/362-revision-v1/
permalink: /2016/10/362-revision-v1/
---
<img src="https://brandonrozek.com/wp-content/uploads/2016/10/Math-I-O.png" alt="Screenshot of the Math I/O Website" width="1208" height="604" class="alignnone size-full wp-image-30" />
### [Math I/O](http://math-io.com) {.project-title}
![Screenshot of the Math I/O Website](https://brandonrozek.com/wp-content/uploads/2016/10/Math-I-O.png)
### [Math I/O](http://math-io.com)
Math I/O is a website I founded with [David Thames](http://davidcthames.com) and Stephen Shamaiengar. The goal of this website is to help reinforce high school level math concepts in the form of enjoyable games. Most of the games are made using HTML5 Canvas and Javascript. You can check them out [here](http://math-io.com/).
<!--more-->
I ran Math I/O for a year until I moved away from the area. During that year, I worked on the Darts game, Speed Transformations, and Theta. I then took about a year off to get adjusted to my new place when I moved.
While I was away, Math I/O gained many new people, making it hard for them to work as one large group. David then decided to split the group up into smaller teams, inviting me to come back and lead one. I never ran a team remotely before, so I was excited to see how it would be like.
The team I lead are mostly full of people starting out in programming. To help them out, I started giving lectures once a week to introduce concepts, and posted them here on my writings page. We would then practice these concepts while making a new game during the meetings. I couldn&#8217;t ask for a better team, their enthusiasm drives me to keep working at Math I/O.
The team I lead are mostly full of people starting out in programming. To help them out, I started giving lectures once a week to introduce concepts, and posted them here on my writings page. We would then practice these concepts while making a new game during the meetings. I couldn't ask for a better team, their enthusiasm drives me to keep working at Math I/O.

View file

@ -7,14 +7,10 @@ layout: revision
guid: http://brandonrozek.com/2016/10/360-revision-v1/
permalink: /2016/10/360-revision-v1/
---
<img class="alignnone size-full wp-image-176" src="https://brandonrozek.com/wp-content/uploads/2016/10/SentenceWorthy.jpg" alt="SentenceWorthy" width="1264" height="964" />
![](https://brandonrozek.com/wp-content/uploads/2016/10/SentenceWorthy.jpg)
### [Sentence Worthy](http://sentenceworthy.com) {.project-title}
### [Sentence Worthy](http://sentenceworthy.com)
Sentence Worthy is a side project created by [Tori Dayton](http://toridayton.com) and I. We combine both of our passions, writing and photography, and make something for others to enjoy. Have a look at our [creation](http://sentenceworthy.com).
<!--more-->
I am the main developer and photographer of this site. I head out every so often and take pictures of whatever interests me. Then, I email Tori my choice picks and she tells me what she wants to do with the pictures and what ideas she has for them. I then edit the picture with her ideas in mind. After we go back and forth on the picture edits, Tori sends me a one sentence story she made that goes along with the picture. The picture and story then get published together onto the website. Hence the tagline, every picture is worth a sentence.
<!--more-->

View file

@ -7,12 +7,11 @@ layout: revision
guid: http://brandonrozek.com/2016/10/364-revision-v1/
permalink: /2016/10/364-revision-v1/
---
<img class="alignnone size-full wp-image-14" src="https://brandonrozek.com/wp-content/uploads/2016/10/Tori-Dayton-1.png" alt="Screenshot of Tori Dayton's website" width="1430" height="944" />
![Screenshot of Tori Dayton's website](https://brandonrozek.com/wp-content/uploads/2016/10/Tori-Dayton-1.png)
### [Tori Dayton](http://toridayton.com) {.project-title}
Tori Dayton is a great friend and poet, this is the site I made for her to showcase her writings. It&#8217;s the first WordPress project I worked on and it set the tone for all the future ones I did. Check out her [writings!](http://toridayton.com/work) I&#8217;m a fan of her work. (Not biased at all)
<!--more-->
Tori Dayton is a great friend and poet, this is the site I made for her to showcase her writings. It's the first WordPress project I worked on and it set the tone for all the future ones I did. Check out her [writings!](http://toridayton.com/work) I'm a fan of her work. (Not biased at all)
Fun Fact: I also worked on the [Tori Bot](http://toridayton.com/category/tori-bot/) on the site. Tori Bot takes existing poems and tries to generate a new one using the [Natural Language Toolkit](http://www.nltk.org/) library made for Python.