Skip to main content

Making a Website

Hello Everyone and welcome back! As the year comes to a close, I completed a huge undertaking and built an artist website for my portfolio! Being really into computers, I have always wanted to build my own website, and this finally gave me that opportunity. This website was made using Wix, which is a really nice website building tool that doesn't require the user to write any HTML or CSS to build a nice website, however those options are still available.
The first steps I took in building the website was making my "About Me" page. This page would contain my bio and my artist statement. The bio was relatively easy, as writing about my artistic accomplishments was simple since it is all very recent. The artist statement, on the other hand, was a bit tricky to craft. I started with the five words that I thought of when I would think of myself as an artist, and these kind of linked to animation as this is what i would eventually like to do. Those words were: imagination, detail, nature, learning, and teach. Learning and teach went hand-in-hand as I feel that the best way to learn is by teaching others. I think that both my bio and my artist statement turned out really well and I am proud of them.
The next big part of this whole process was figuring out a design for the website. I was messing around with the different options that were available on Wix and just putting them together on the About Me page, until I found something that I really liked. Wix allows one to animate different elements on the page, allowing text or boxes to slide in when the page is loaded. I added these to the text on the about me page and I really liked how clean it made everything look. I also discovered that you can set the background to a video! At first I had it set to a clip of some waves, however this made the text hard to read and made the page a bit too noisy. So I settled on a slow moving background of some triangles that gave the whole page that technology feel.
The most difficult part of this whole process was putting together my portfolio page. This is the page where I put all my the works that I have completed this year. One idea was to make separate pages for all of the different categories of art that I wished to show. But I didn't really like this idea as each page would only have one or two items on them, resulting in an empty feeling page. So I put all of the elements on one page, however this page is very large and requires some scrolling to get to the bottom! But the anchor points make it simple to navigate. In the end, I really like how my website looks, as it has a clean professional feel to it.

jacobschaupp.wixsite.com/simplecube

Comments

Popular posts from this blog

The Art of Game Design: Chapters 6 and 7

    The Art of Game Design  continues to be an intriguing read that surprises me in new ways with each chapter. Chapter 6 focuses on the importance that theme has on games and how theme should be treated in a game's design. Theme isn't just something that the player learns from the game, it is the thought or idea that the game should try to represent in every possible way it can. This chapter covers two forms of themes, experienced and resonant themes. Experienced themes are just that, the themes that are experienced by the player through the game's story and setting, however resonant themes are a bit different. Resonant themes are the ones that are below the surface and aren't really experienced but have some deep truth that parallels those truths that the player holds. These are the themes that resonate deeply with players and make a story truly meaningful to a player's core.      To people who do not really play video games, they can be easily seen as a...

Magazine Columns - Backbone of Every Good Layout Response

There are many aspects that must be considered when designing a magazine. The content is very important, but one aspect of the design that no one really thinks about is the layout of the magazine. The grid is how images and text are placed around the page. It can determine the size of objects and how much white space is between each element on the page.  Most text in magazines appears to be set out into 3 columns. However, one of the most common layouts utilizes 12 columns in order to appear to have 3 columns. This gives much more layout control over what is shown and how it is shown. Its very surprising that a 12 column layout results in 3 columns of main text. However, the goal of this is so that it is modular. In computer science, one of the most important things that you consider when coding is to try and make your code modular. When you can use the same layout on every page, it means that it is dynamic and interesting since each page will feel like it follows the same rules. T...

The Art of Game Design: Chapter 8 and 9

    Chapter 8 in the book The Art of Game Design  is all about the actual production process that is followed after brainstorming is complete and a team has an idea for what game they will be developing. One of the topics that this chapter focuses on are the ideas of software development, waterfall and a more circular idea designed by Barry Boehm. As a computer science major, I have encountered both of these ideas through my time in college and in the busniss world. Both theories have their positives and negatives, but the idea of "waterfall development" is a much stricter way of approaching software development when compared to Boehm's approach.     With a waterfall approach, this does not leave any room to go back and revisit the original idea and add or remove core features. This approach was used in the development of many old forms of windows, which also coincided with how the software was sold. For example, Microsoft's windows operating systems. Win...