Giter VIP home page Giter VIP logo

portfolio-template's Introduction

Portfolio Template ๐Ÿ–

This is a simple, minimal and responsive personal website template, built using vue-js, html and css.

Build Status npm version license vue dependency

๐Ÿš€ New portoflio temaple here


Portfolio Template

๐Ÿ’ป Live demo


Table of Contents


Installation

Dependencies

These are the local dependencies that are needed for development,

  • npm
  • git

Clone

Get this repo to your local machine using,

$ git clone https://github.com/hrishikeshpaul/portfolio-template.git

Setup

To install the node packages used in the project:

$ cd portfolio-template
$ npm install

Compiles and hot-reloads for development

$ npm run serve

Compiles and minifies for production

$ npm run build

Features

A few notable elements that makes the website intuitive to use,

# Feature Screenshot
1 Timeline: Educations and Experiences are the in a timeline format. It shows most of the important details, a small description, and certain important keywords. The code to the timeline component can be found in /src/components/helpers/Timeline.vue, that is placed in the About.vue component.
2 Skills: These display your skills by grouping them together. Along with a logo to depict each group, gives a great perception experience. The code to the skills component can be found in /src/components/Skills.vue.
3 Portfolio: This is the place where you can show off your work samples. It uses responsive cards to display a snippet of your work along with some important tags and a small description. Additional, it also gives you the option to read more, or visit your work sample. Upon clicking read more, a modal dialog is opened, that enlists all the details of your work sample. It also has a gallery that shows various snippets of your work. The code to the portfolio component can be found in /src/components/Portfolio.vue, with the respective components, /helper/Card.vue, /helper/Modal.vue and /helper/Gallery.vue
4 Contact: A contact form has been added to recieve feedback or any sort of message. This form uses an API called emailjs. A detailed guide to set up your own emailing service is mentioned below (don't worry, it's free). All the code for the contact form can be found in src/components/Contact.vue

Usage

This section goes over the tweaks that need to be made, and where can they be made. It also talks about the free emailing service that is been used.

Information

All the information on the template is present in info.js that can be found in the root director, or here. This consists of various parameters that handle the information on the website. To add your own information, just edit the contents of this file, and the changes should be noticed. All the pictures need ot be present in /src/assets (or you can configure the path in the info.js file).

Email.js

The contact section of the template makes use of this API called emailjs. It is a good service that provides 200 email free every month. You will need to configure your own emailjs account for the service to work.

Configuration

  1. Head over to emailjs and create your account.
  2. Once logged in, select a service. In my case I selected gmail.
  3. Head over to Email Templates on the side and click on Email Template Example. Here, there are few changes to be made if you don't want to change the template's javascript code.
    • Change the subject attribute to: New message from {{from_name}}!
    • Change the body to,
    Hello {{to_name}},
    
    You got a new message from {{from_name}}:
    
    {{{message_html}}}
    
    My contact is: {{user_email}}.
    You can configure this however you want, but the attributes in the {{ }} need to be those.
  4. Create a file called config.js in the root of the project. You'll notice that the .gitignore has the name of this file. This is where all the data that links your web app to emailjs will be stores.
  5. Create a object that looks like this,
    let config = {
         emailjs: {
             serviceID: '<serviceID>',
             templateID: '<templateID>',
             userID: '<userID>'
         }
     }
    
     export default config;
  6. You need to get the above mentioned IDs from your emailjs account,
    • serviceID: From Email Services
    • templateID: From Email Templates
    • userID: From Account > API Keys

Make sure your config.js is in .gitignore as you do not want to expose your keys to the public.


Contributing

Option 1

Option 2

  • Create an issue request, and I'll be certain to look at it as soon as possible!

Connect

Reach out to me at one of the following places!


License

license

portfolio-template's People

Contributors

dependabot[bot] avatar hrishikeshpaul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

portfolio-template's Issues

404 in clic refresh or enter

When navigating between the about, contact, etc sections and when refreshing the browser or hitting enter in the url of the page, it generates a 404 error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.