Giter Club home page Giter Club 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

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

Stargazers

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

Watchers

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

girlscodingday's Issues

READ ME的描述

ReadMe开头有一句切换到分支master,我感觉不太准确,是不是指的是切换到自己的分支上呢?

大部分人是没有当前这个代码仓库的master分支的写权限的,如果是切换到自己的代码仓库的话,那也不一定要是master分枝啊

美化学员作品展示页面

添加合作伙伴&赞助商单页

添加一个新页面展示

  • Partners 全国性的
  • Funders
    • Platinum Sponsors 全国性的
    • GOLD SPONSOR 分城市
    • SILVER SPONSOR 分工作坊
  • Supporters
  • Community Partners
  • MEDIA PARTNERS

添加学员作品到portfolio页面

我们有一个模板页面 https://girlscodingday.org/portfolios.html ,也有许多学员的作品,但是现在还都没有挪过去。

哪位热心人,可以先把学员的作品添加进去呢?

下面是武汉和上海的作品哈:
#武汉#

#上海#

上面是张丹收集的,下面是文洋找的,有重复。

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.