Git Product home page Git Product logo

fossasia.github.io's Introduction

This repository has been created to save files of Google Code-In FOSSASIA's website telling about GCI 2014 mentors and students.

GCI (Google Code-In) is annual contest sponsored by Google, which directed for students of middle and secondary schools. Students have to be between 13 and 17 years old, they also have to upload parental consent and document, which proofs their attendance to pre-university institution. Main goal of contest is to propagate open-source idea between young people and give them possibility to solve tasks for partnering organizations.

There 5 kinds of tasks:

a) Code

b) Documentation/Training

c) Outreach/research

d) Quality assurance

e) User interface

For solving tasks students can get many prizes. Grand Prize is founded by Google four-day trip to San Francisco and Google headquaters.

Contest is hosted on Melange system. Its website is: http://www.google-melange.com/gci/homepage/google/gci2014


FOSSASIA is Free and Open Source Software (FOSS) event for developers, officials and users in South-East Asia. Its main goal is fostering FOSS projects in Asia. This year FOSSASIA is one of mentoring organizations during Google Code-In.


GCI Students guide

There's number of tasks with a wide variety outthere. Feel free to claim and work on!

Remember : It is important that you do many tasks. But doing most tasks is not enough to be a winner. Out of the top ten students the finalists are picked on the quality of work. So in addition to finishing tasks quickly pay attention to submit the best work you can. Help each others out. Engage in conversations. Make friends!. Enjoy!!

Adding images

FOSSASIA invites all students to work on tasks mentored by itself. If you're the student you can add your name and photo to http://fossasia.github.io/ by uploading image and editing index.html file. There you can see guidelines: http://www.google-melange.com/gci/task/view/google/gci2014/4526650616184832 . Below there's simple instruction:

  1. Sign up or login into GitHub (http://github.com/)

  2. Fork this (https://github.com/fossasia/fossasia.github.io) repository using button in right top corner.

  3. Enter in console git clone https://github.com/YOURNICK/fossasia.github.io.git

  4. Go to the folder using cd fossasia.github.io command

  5. Copy your photo to images/students directory rescaling it before (to size about 300px * 300 px)

  6. Enter command git add images/students/nameofyourphoto.yourfilextenstion

  7. Use editor to open index.html file in main directory, look for section for students and using samples add your name and photo to it. You can see example of code below:

<div class="sympl onethird">
	<section class="person person--student">
	  <div class="person__img">
      <div class="person__img__info"><div class="person__img__info__cont">
        <a href="https://twitter.com/YOURTWITTER"><i class="icon-twitter"></i></a> <!-- You can remove this line -->
        <a href="http://github.com/YOURGITHUB"><i class="icon-github"></i></a> <!-- You can remove this line -->
      </div></div>
      <img src="images/students/NAMEOFYOURPHOTO.EXTENSTIONOFYOURPHOTO">
	  </div>
	  <h1 class="person__name">YOUR NAME THERE</h1>
	</section>
</div>
  1. Enter command git add index.html

  2. Commit changes: git commit -m "Added photo"

  3. Send them to the server: git push origin master

  4. Go to the browser and your forked repository and press "Pull request"

  5. Describe what changes have you made and press "Create pull request"

  6. Congrats! Now wait until it will be reviewed!


URL of website: http://fossasia.github.io/
URL of main FOSSASIA's website: http://fossasia.org/
FOSSASIA's Facebook: http://facebook.com/fossasia
FOSSASIA's Twitter: http://twitter.com/fossasia

fossasia.github.io's People

Contributors

aidarbek avatar amramadan avatar amrl avatar andibraeu avatar andunslg avatar birajkarmakar avatar cj1m avatar jtrosclair avatar kokoye2007 avatar krisipironkova avatar legoben avatar mariobehling avatar mbelchev avatar namanyayg avatar roonyh avatar samarsault avatar tradzik avatar udeepak avatar

Watchers

 avatar  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.