CSS

Cascading Style Sheets. CSS controls the design of a webpage. Without it, all you would see is text. The text may be of different sizes and be in the form of lists or links, but everything else is created through styles. CSS stylesheets are made up of selectors and properties. A selector points to an element on a page and the property specifies what to change. All websites should use CSS.

All Posts

Savvy Gaming

Go to Site Github Repository What is it? The Savvy Gaming Network (or Savvy Gaming for short) is a gaming blog by Erik and Savvy Danielson. The site launched on June 8th, 2023, and almost one hundred articles have been written for the site since its launch. The articles are made up of several categories: Reviews, First Impressions, Lists and Rankings, Events, News, Recipes, and Podcasts. All of these were written by Savvy or her friend Elise. The design of Savvy Gaming started...

Categories: Bootstrap, CSS, HTML, JavaScript, PHP, WordPress

React Portfolio

What is it? This is a website that I created to act as a collection of smaller applications. The purpose of the site is to demonstrate my skill with JavaScript and React. The entire website is powered by React and Node. The routing engine is powered by React Router (BrowserRouter), the webserver is hosted with Node, and all of the logic is written in JavaScript ES6 and JSX. Screenshot of my React Portfolio What does it do? I created three apps in the React Portfolio (one of which i...

Categories: Bootstrap, CSS, HTML, JavaScript, React

Cut or Tap

Go to Site What is it? Cut or Tap is a multi-tiered membership-protected blog for professional tutoring of the Pokemon Trading Card Game or Pokemon TCG. It is a collection of articles and videos that explain and/or demonstrate the tips and tricks needed to have more successful Pokemon TCG matches in professional tournaments. Cut or Tap was a project undertaken by myself and Phinnegan lynch, who had been playing professional Pokemon TCG for the past 5 years. Together, we built Cut or...

Categories: CSS, HTML, PHP, WordPress

Ruhkala PTSC

What was it? Throughout High School, I became fascinated with websites. They were easy to make and I loved the thought of designing something that other people can use. Websites were like desktop applications that you could access from the internet. After I took my first webmaster class in High School, I asked my teacher if there was anything that I could do over the summer and coincidentally, she received an email from the parent-teacher committee at a local elementary school, asking if a s...

Categories: CSS, HTML, WordPress

Bootstrap Demo

What is it? This Bootstrap Demo is a series of web pages that I created as part of a lesson set in a Udemy course taught by Brad Hussey. I wanted to learn Bootstrap, so I took a course on it and created this site as part of the class project. Though I wrote every line of code, it was pretty much a copy of the instructor’s lessons, with a few of my own changes. The site consists of three pages, each using a variety of Bootstrap components and layouts. The Home page consists of a ...

Categories: Bootstrap, CSS, HTML

Web Terminal

What is it? The Web Terminal was an experiment that I attempted after seeing an example of a terminal-like interface online. I reversed engineered the page that I found by examining the source code. I then pieced together the styles of the page until I got something that looked similar. The end result was spectacular. The site looks and feels like a 1960s dumb terminal that you would find at a computer lab at MIT. Web Terminal Interface What does it do? At the time of this wri...

Categories: CSS, HTML, JavaScript