Git Product home page Git Product logo

girlscodingday's Introduction

添加志愿者和作品步骤

  1. fork 到自己的库
  2. 将自己的库 pull 下来(这时候 origin 是自己的地址,不是公共地址)
  3. checkout 子分支,本地修改
  4. git add & commit
  5. push 到自己的地址,也就是当前的 origin 地址
  6. 在 github 上提交 pr

若有疑问,可以发邮件到 [email protected]

如何提交PR

Contirbution Guide

  • 本项目使用compass作为sass的构建工具,请先安装好相关环境。

    compassRuby的包管理工具gem安装,所以请先安装好Ruby环境,具体可以参考Ruby语言的官方安装教程

    $ gem install compass
  • 修改样式时,请不要直接改动css/style.css文件,compass编译时会覆盖其中的内容。在./scss/文件夹中添加修改你的样式,输入compass指令便会把所有样式一并编译到css/style.css文件中。

    # 监听scss文件夹的修改并编译
    $ compass watch
    # 编译scss
    $ compass compile

如何添加学员作品

portfolios.html中添加学员作品,该界面使用了React进行渲染,添加作品时只需修改head中嵌入的javascript. example

var data = [
  {
    // 以武汉为例,在city名为Wuhan的json的portfolios数组中添加作品信息
    city: "Wuhan",
    portfolios: [
      {
        img: "./images/portfolios/wuhan/Responsive-Portfolio-Template-for-Developers.jpg", // 作品截图的路径
        name: "Responsive-Portfolio", // 作品名
        author: "SZ", // 学员姓名
        tutor: "名字", // 教练姓名
        des: "Keep leaning, keep challenging. There is no way to happiness,happiness is the way.", // 作品描述
        link: "https://stacy369.github.io/MyBlog/" // 作品链接
      }
  }
]

girlscodingday's People

Contributors

sundevilyang avatar lokyoung avatar ikbear avatar zhangwen1932 avatar y00rb avatar shiningray avatar zhaozhiming avatar littlepxy avatar baixiaoji avatar zhanghandong avatar windsooon avatar daggerjames avatar double66 avatar lei-grabtaxi avatar kilerd avatar coolrun007 avatar zmcnotafraid avatar yanwydxf avatar shanyuer avatar ruiming avatar roostinghawk avatar liuhuiiris126 avatar lightszero avatar chenzhitong avatar 0xding avatar zhang-jia-chen avatar wendywonggirl avatar waterstrong avatar maluscore avatar lisali85 avatar

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.