Giter Club home page Giter Club logo

portfolio2020-2's Introduction

Hiroki Kobayashi Design Portfolio

Welcome to my portfolio repository.

  • This is a Next.js project bootstrapped with create-next-app.
  • For css coding, Material-ui is used as a CSS-in-js modules.
  • For development, no javascript files are allowed: you should write in typescript unless you have inevitable reason.

Getting Started

In this project, yarn is utilized to manage packages.

On cloning the repository, run

yarn

to install dependencies into node_modules directory.

Then, for development build, run

yarn dev

to see the result on http://localhost:3000.

Directories

  • components to store definitions of component. Files should be categorized.
  • lib to store custom libraries.
  • pages to store page-defining tsx files.
  • public to store image and typeface files. For example, you can access a file at public/img/example.png with the path "/img/example.png" in html attributes.
  • styles to store global style data. Even though Material-ui is used, this website does not follow the rule of material design. Thus, some files are out of Theme provided by material-ui, such as colours data.

How to add a work or blog:

  • You can add a new work by (1) adding a new element into worksData array at components/works/data.ts, (2) creating a new article file (which will be displayed at the top of individual page) in components-works-each directory, and (3) importing the article tsx file to components/works/each/index.ts and adding it to articleData object.
  • You can add a new blog by (1) creating a new tsx file in components/blog/each directory to export the written content as an array of BlogContent, and (2) adding the exported array to blogList object in components/blog/blogProvider.tsx.

Deployment on Vercel

This project is automatically deployed via Vercel, using Vercel extensions on GitHub. As pushed to master branch, the newest version will be deployed.

portfolio2020-2's People

Contributors

khsacc avatar dependabot-preview[bot] avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

portfolio2020-2's Issues

rendering as loading

  • ローディングアニメーションの描画前に、ヘッダーなどの要素が見えないようにする。

webfont

  • glow-sansをメインフォントとして使えるようにする。

webfont

内容が落ち着いたら、使用されている文字だけを取り出してウェブフォントを軽量化する

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.