stellalph / MY-PORTFOLIO

Portfolio update and other materials featuring my works and deployed projects using Node SASS, HTML, and Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

16 Project 2: Professional Materials

License: MIT

Description

The task is to provide an update to the portfolio page and materials to build toward being employer-competitive. The portfolio is updated to show the projects that I have done. This is displayed on "My Work" in my deployed portfolio application, that is, the URL of the deployed application is:-

https://stellalph.github.io/MY-PORTFOLIO/.

The URL of the GitHub repository for the updated professional materials is :-

https://github.com/stellalph/MY-PORTFOLIO.git.

The name of the repository is MY-PORTFOLIO.

Table of Contents

Portfolio

The technologies used for this portfolio application :-

*   HTML5
*   CSS3
*   Javascript
*   Node.js
*   npm (node-sass)

This application requires the installation of node.js and npm package, node-sass. Node Package Manager (npm) is a software manager and installer which puts the modules in place so that the node project can utilize it, and also, it manages dependency conflicts intelligently and initialized using npm init. The package.json will be generated and will contains all the details of the application in which the user have inputted during the npm initialization.

This application requires the installation of npm install node-sass and the following structure. The code written in scss folder will be imported to the main.css at the command prompt, npm run sass and the deployment command for this application is npm run ghdeploy.

The steps to view my portfolio application :-

  • Click on the link below to view my portfolio application:-

  • Click on the hamburger icon will bring on the menu :-

    • Home (the introduction page)

    • About Me (Who Am I page and the skills acquired)

    • My Work (I have displayed eight of my favourite works)

    • Contact (display of my contact information, email address, phone number and current location)

    • Link to my GitHub profile (which will open up to a new tab)

    • Link to my Linkedln profile (which will open up to a new tab)

    • Link to a downloadable PDF of my resume

    • alt text

  • Click on the "Home" will bring back the Introduction Page and clicking on "About Me" will bring on the page below :-

    • alt text
  • Click on "My Work" will bring the list of projects or homeworks that I have completed. The projects listed have link to the deployed version or video walkthrough (grey area) and GitHub URL :-

    • alt text

    The projects listed have link to the deployed version or video walkthrough (grey area) and GitHub URL, for example, the Note Taker and they open up to a new tab for easy viewing.

    • alt text
  • The application is also responsive and caters for mobile, tablets, desktop and large screens.

    • alt text
    • alt text
  • To further demonstrate the responsiveness of the application :-

    • alt text

Github Profile

Clicking on the "Github Profile" in portfolio application will bring on a new tab to my Github profile:-

  • alt text

  • alt text

Here, my profile picture, biography, email address, link to my deployed portfolio and pinned repositories have been updated. Every pinned respository have least at 20 commits and include all the criteria as listed.

The URL of Github Profile is https://github.com/stellalph

Linkedln

Clicking on the "Linkedln" in portfolio application will bring on a new tab to my Linkedln:-

  • alt text

A brief mention on building up my skillsets.

  • alt text

The URL of my Linkedln is https://www.linkedin.com/in/stella-ling-46246476

Resume

Clicking on the "Resume" in portfolio application will bring on a new tab to my downloadable PDF copy of the resume:-

  • alt text

References

License

This project is licensed under the terms of the MIT license.

About

Portfolio update and other materials featuring my works and deployed projects using Node SASS, HTML, and Javascript.

License:MIT License


Languages

Language:HTML 53.7%Language:SCSS 24.9%Language:CSS 18.7%Language:JavaScript 2.7%