All Projects → eggsy → fullpage-portfolio

eggsy / fullpage-portfolio

Licence: GPL-3.0 license
🧬 Basic fullpage portfolio website written in Nuxt. Easily configurable and hostable anywhere!

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fullpage-portfolio

chanyeong
👨‍💻 chanyeong's portfolio and blog webpage
Stars: ✭ 39 (+85.71%)
Mutual labels:  portfolio
beancount-boilerplate-cn
docs.google.com/spreadsheets/d/1jnds3X_-RSTN4ATuOFV-v6tar0KfAla88vC43Vq6ubc/edit#gid=0
Stars: ✭ 186 (+785.71%)
Mutual labels:  portfolio
PickleDesign
Pickle Design - Web Portfolio
Stars: ✭ 11 (-47.62%)
Mutual labels:  portfolio
hugo-toha.github.io
An example hugo static site with Toha theme.
Stars: ✭ 59 (+180.95%)
Mutual labels:  portfolio
gridsome-starter-resume
💾 Gridsome starter resume with bootstrap
Stars: ✭ 17 (-19.05%)
Mutual labels:  portfolio
Elemento
Elemento/ Customizable Portfolio is a website that aims to help people make a fully functional static website in a short amount of time without relying on web developers and that too with very little prior programming experience. This project was started under PSoC (PClub Summer of Code) .
Stars: ✭ 17 (-19.05%)
Mutual labels:  portfolio
site
🏞 My name dot com.
Stars: ✭ 54 (+157.14%)
Mutual labels:  portfolio
portfolio website
Tutorial created by Enyel Sequeira, taught by JavaScript Mastery
Stars: ✭ 2,176 (+10261.9%)
Mutual labels:  portfolio
hackodisha-web
Website for Hackodisha organized on the eve of diamond jubilee celebration of NIT Rourkela
Stars: ✭ 27 (+28.57%)
Mutual labels:  portfolio
govuk-country-and-territory-autocomplete
An autocomplete widget that uses data from Country and Territory Register.
Stars: ✭ 31 (+47.62%)
Mutual labels:  portfolio
template portfolio
A template for your own Portfolio.
Stars: ✭ 15 (-28.57%)
Mutual labels:  portfolio
django-tip-02
#DjangoTip 02
Stars: ✭ 32 (+52.38%)
Mutual labels:  portfolio
SimpleBio
A starter template for beginners.
Stars: ✭ 51 (+142.86%)
Mutual labels:  portfolio
sb2nov.github.io
Sourabh's portfolio
Stars: ✭ 32 (+52.38%)
Mutual labels:  portfolio
sanity-gatsby-portfolio
A Gatsby portfolio site powered by Sanity.io. Watch it get built live:
Stars: ✭ 16 (-23.81%)
Mutual labels:  portfolio
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+419.05%)
Mutual labels:  portfolio
SBTi-finance-tool
This toolkit helps companies and financial institutions to assess the temperature alignment of current targets, commitments, and investment and lending portfolios, and to use this information to develop targets for official validation by the SBTi. See the wiki for a change log.
Stars: ✭ 39 (+85.71%)
Mutual labels:  portfolio
portfolio
🍌 My personal portfolio / homepage / showcase
Stars: ✭ 78 (+271.43%)
Mutual labels:  portfolio
animated-portfolio
Sample for Animated Portfolio.
Stars: ✭ 19 (-9.52%)
Mutual labels:  portfolio
Tech-Writing-Linktree
✨ tech writer portfolio in the style of linktree ✨
Stars: ✭ 26 (+23.81%)
Mutual labels:  portfolio

Fullpage Portfolio

Hey there! Thank you for checking out this project. This is a very basic website boilerplate/template (or however you want to call it) that you can use as an example creating yourself a portfolio website. Nice UI, easily configurable options and more!

first-page

🔧 Demo

If you'd like to skip all the read, just visit the demo here.

Features

  • Easily configurable.
  • With Nuxt's static generation, you can host in anywhere.
  • Ready-to-go: Everything is set for you! You just have to configure it for yourself! Just like you do with HTML!

Installation

  • Clone/fork this repository to your computer.
  • Install modules with yarn or npm:
    • If you have yarn, just run: yarn,
    • If you are using npm, run: npm install.
  • Go to nuxt.config.js and edit the values in head property.
  • Run the code in development mode with: yarn dev or npm run dev.
  • Go to index.vue in src/pages and edit it like you edit a simple HTML.
  • You may want to update social links, social links and the "Skills" section at the end is stored as a component under src/components directory. So just go there and enter your social accounts/skills.
  • When you get everything set, build the code and export it with yarn build && yarn export or npm run build && npm run export.
    • Note: If you are going to publish your website on GitHub pages, run the build:gh script instead and don't forget to change the repository name in nuxt.config.js.
    • Note: You can delete static/CNAME if you are not going to use a custom domain alongside GitHub Pages.
  • 🔥 Now you can upload your dist folder to anywhere and host it!

🤩 Preview

demo-gif

🙏 Thank You

If you liked this project, please check out my other projects from my GitHub profile and don't forget to check my personal website for more cool projects like this.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].