/about-me

試著用前端網頁的技術做一份線上履歷出來

Primary LanguageCSS

元兒~ 的個人履歷

這是我用前端網頁的技術嘗試做出一份線上履歷出來,順便當作是我的練習 (笑)。

Foundation - 採用Framework

http:////foundation.zurb.com/

這個專案如何開始,基本上看照著以下做就是了(以下是直接貼上Foundation的說明):

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower

Quickstart

npm install -g grunt-cli bower
npm install && bower install

While you're working on your project, run:

grunt

And you're set!

Directory Structure

  • scss/_settings.scss: Foundation configuration settings go in here
  • scss/app.scss: Application styles go here