This portfolio webpage is my most recent project.  After applying for a job, the organization asked if I could send a portfolio of some of my work.  Since the job, I was applying for was looking for someone who had experience in Drupal, I decided to create a portfolio webpage using the CMS.  Over the course of a week, I have worked on setting up the site so that it is ready to submit to the organization.  In order to save time and learn some of the structure of Drupal, I used a theme for this site and focused more on how Drupal sites are structured.  

In order to create the projects page(https://andrewbrutlag.com/projects), I found that I needed a simple way to manage content while keeping it separate from the rest of the site.  In order to accomplish this, I created a custom content type called Project.  I used this content type to create a view that lists all published projects nicely on a page.  

The About Andy page(https://andrewbrutlag.com/About) is a basic page content type with some simple text.  

I decided that I would like the homepage to include my some of my most recent projects, so I edited the front page view to include the four most recent projects of the Project content type.  I left the pagination on in case anyone using the site would like to navigate to my projects directly from the home page.