Skip to main content

Creating an online portfolio


Another crucial element of assembling an online personality behind a brand is creating an accessible portfolio (or e-portfolio) which demonstrates skills and previous experience in a specific field. For that purpose I developed my own online portfolio using Bootstrap. But before I dive into the process, here is an example of my previous attempt of creating a live website concentrating on my ambition to become a web designer
 

The prototype was designer in Adobe Muse but was never published online. It was mainly built for one of my university units during the first year of my studies. My career goals and ambitions were still a bit vague and needed more clarification (which came eventually by looking further into the industry and acquiring work experience).
The presentation mainly relies on using dark visuals which in some cases might be considered as a trademark for one's creative work (e.g. photography or filmography). However, for a web designer, creating content which catches the eye and demonstrates creativity by using abstract shapes, iconography and vibrant colours is crucial for making their work stand out. This is why the portfolio design above would not be beneficial when it comes to applications.
In terms of its technical performance, several aspects should be mentioned:

  • Heavy use of images - this would cause longer loading times (with images being the biggest asset of websites in terms of their size)
  • No actual demonstration of knowledge in CSS and HTML - the prototype as mentioned was designed on Adobe Muse - a software package which acts just like Photoshop but instead of graphics it creates whole websites using a drag and drop technique
  • Likely to cause issues if being made responsive - ensuring that the website is accessible on all devices would result in some of the visuals being resized - a technique that would not look very good with the logo for instance or the background note for the About section
These outcomes led to the consideration of creating a whole new portfolio design (georgi-g.com). The process for that consisted of determining the following elements:

  • Framework - being more aware of responsive design building methodologies, I decided to use Bootstrap as the foundation for my website. Bootstrap's functionality would oositively benefit the website in terms of the support of responsive design and Bootstrap elements (Modal Box plugins, sections, fixed navigation)

  • Interactivity - Adding animations to the site after laying out all the content was accomplished by using another framework called Animate on Scroll. Initially I had planned to stick with Animate.css which I was used to by implementing it on another project. However, when adding it to the website it did not quite interact with the HTML elements the way I expected it to and despite looking for ways to change the functionality it would still not load the animation at the time of the scrolling. Instead, Animate on Scroll seemed to be just as effective and had better support for scrolling elements
Another interactive feature that can be noticed on the website is the parallax scrolling technique. It was accomplished by using CSS rules to define the behaviour of the section background.
Also, when doing more testing on the mobile navigation it was discovered that when clicking on the links, the page scrolls down to the selected section but that overlay navigation remains on top. The issue was solved with a Javascript code.

  • Navigation
Ensuring that the user has instant access to all elements of the website was done by adding a fixed navigation. Enhanced by smooth scrolling features (again accessible via Bootstrap functionality), it results in improved user experience

  • Layout
Across most sections of the website, there is not much complexity surrounding the structure of the content. However, the Projects section is displayed in a grid-like design (again using Bootstrap,s responsive features) with a hovering effect.


Final Result:

Intro section

About Me section

Skills section

Projects section

Contact Section

Mobile view of the Skills section

Mobile menu



Comments

Popular posts from this blog

Skills Gap & Job Analysis

Another step that I took which helped me visualise the steps I need to take in order to get a job in the field I have chosen was to look into current web design vacancies. Understanding what skills employers seek from candidates would help me analyse my understanding of how prepared I am at the moment to get a job in web design and what I need to do to increase the chances of getting employed. For the purpose I spent some time researching web design job specifications and came across a wide range of skills that are primarily required for the job. Here is a list of the vacancies which the content below is based on: Creative Web Designer - Atlantic Group (advertised by Indeed)  - optional screenshot Graphic Designer / Web Designer - Hays Specialist (advertised by Reed)  - optional screenshot Junior Web Designer - Become (Advertised by The Guardian Jobs)  - optional screenshot Web Designer - Dixons Carphone (advertised by TotalJobs)  - optional sc...

The importance of a (live) Portfolio

During my first visit at Bate Brand’s studio I encountered a situation that made me feel quite nervous initially. After summarizing the idea of doing work experience, I was asked by Mr. Bate to show the team a representation of my work. I assumed that Mr. Bate wanted to see a live portfolio with excerpts that I have created – a necessity for any designer that works with web technologies and graphics. For the time being I did not have a portfolio that was available online. I had researched hosting options but did not go any further than that. This made me feel quite insecure and I felt almost ashamed that I had not proceeded with the task before.  I explained to Mr. Bate that at the present time I was not able to showcase my previous work in a remotely accessed format. I also mentioned that I had looked into domain availability and pricing plans and explained that at the time I could not afford them. However, I remembered that when approaching Bate Brand for a first time by an ...