Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Muskan-creator committed Aug 31, 2021
0 parents commit 586c9ac
Show file tree
Hide file tree
Showing 21 changed files with 114 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# GirlScript Code of Conduct
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Contributing Guidelines
1 change: 1 addition & 0 deletions Android development/Flutter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Flutter
1 change: 1 addition & 0 deletions Android development/Java/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Java for Android
1 change: 1 addition & 0 deletions Android development/Kotlin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Kotlin
13 changes: 13 additions & 0 deletions Android development/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Android development

## Index

- [Java](./Java)
- [Kotlin](./Kotlin)
- [Flutter](./Flutter)

## Learning path

1. Java
2. Kotlin
3. Flutter
1 change: 1 addition & 0 deletions Backend-Web-Development/.Net/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.NET
1 change: 1 addition & 0 deletions Backend-Web-Development/Java/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Java
1 change: 1 addition & 0 deletions Backend-Web-Development/Python/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Python
1 change: 1 addition & 0 deletions Backend-Web-Development/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Backend Web Development
1 change: 1 addition & 0 deletions Data Science/Python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Python
1 change: 1 addition & 0 deletions Data Science/R/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# R
1 change: 1 addition & 0 deletions Data Science/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Data Science
1 change: 1 addition & 0 deletions Frontend-Web-Development/CSS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Cascading Style Sheets
12 changes: 12 additions & 0 deletions Frontend-Web-Development/HTML/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# HTML
**HTML** (HyperText Markup Language) is a descriptive language that specifies webpage structure.

List of topics
- [Semantic Tags](./semantic-elements);
- others topics

```html
<html>
<title>Salil Naik</title>
</html>
```
2 changes: 2 additions & 0 deletions Frontend-Web-Development/HTML/semantic-elements/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Semantic Elements
Content will come here
1 change: 1 addition & 0 deletions Frontend-Web-Development/Javascript/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Javascript
15 changes: 15 additions & 0 deletions Frontend-Web-Development/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Frontend Web Development

## Index

- [HTML](./HTML)
- [CSS](./CSS)
- [JavaScript](./Javascript)

## Learning path

1. HTML
2. CSS
3. JavaScript


21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 GirlScript Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# GirlScript Winter of Contributing

GirlScript Winter of Contributing is a three-month newly established initiative by **[GirlScript Foundation](https://www.girlscript.tech/home)** to be conducted during winters. GWOC encourages individuals to share their knowledge and ideas to develop technical skills and gain valuable experience in the field of tech education. Over the course of the program, participants can contribute to a variety of themes under the guidance of an expert facilitator. GWOC aims to create world's largest multilingual repository

## Explore the topics
- [Frontend Web Development](./Frontend-Web-Development)
- [Backend Web Development](./Backend-Web-Development)
- [Android Development](./Android-development)

## Contributing Guidelines
Please follow the [contributing guidelines](./.github/CONTRIBUTING.md) to contribute to the project.

## Code of Conduct
This project and everyone participating in it is governed by the [GirlScript Code of Conduct](./.github/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code
23 changes: 23 additions & 0 deletions templates/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--
1. Every major folder, for example, Frontend Web Development, Backend Web Development, Data Structures and Algorithm, etc, will have an index page.
2. Every index page should have a title, index with a link to all the language/topic folders, and a Learning path.
3. The learning path should act as a roadmap to the learners. The learners should not be clueless after coming to the repository.
-->

# Title (name of the field)

## Index

<!-- this is just an example -->

- [HTML](./html)
- [CSS](./css)
- [JavaScript](./javascript)

## Learning path

<!-- this is just an example -->

1. HTML
2. CSS
3. JavaScript

0 comments on commit 586c9ac

Please sign in to comment.