Skip to content

Commit f945579

Browse files
authored
Added github pages - README.md (#15)
* Create pages.yml * Update README.md
1 parent 7c54b37 commit f945579

File tree

2 files changed

+83
-18
lines changed

2 files changed

+83
-18
lines changed

.github/workflows/pages.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2+
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
3+
4+
on:
5+
# Runs on pushes targeting the default branch
6+
push:
7+
branches: ["main"]
8+
9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
11+
12+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13+
permissions:
14+
contents: read
15+
pages: write
16+
id-token: write
17+
18+
# Allow one concurrent deployment
19+
concurrency:
20+
group: "pages"
21+
cancel-in-progress: true
22+
23+
jobs:
24+
# Build job
25+
build:
26+
runs-on: ubuntu-latest
27+
steps:
28+
- name: Checkout
29+
uses: actions/checkout@v3
30+
- name: Setup Pages
31+
uses: actions/configure-pages@v2
32+
- name: Build with Jekyll
33+
uses: actions/jekyll-build-pages@v1
34+
with:
35+
source: ./
36+
destination: ./_site
37+
- name: Upload artifact
38+
uses: actions/upload-pages-artifact@v1
39+
40+
# Deployment job
41+
deploy:
42+
environment:
43+
name: github-pages
44+
url: ${{ steps.deployment.outputs.page_url }}
45+
runs-on: ubuntu-latest
46+
needs: build
47+
steps:
48+
- name: Deploy to GitHub Pages
49+
id: deployment
50+
uses: actions/deploy-pages@v1

README.md

Lines changed: 33 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Design-and-Code/Quick-projects/issues)
77
[![issues](https://img.shields.io/github/issues/Design-and-Code/Quick-projects?color=6CC621)](https://github.com/Design-and-Code/Quick-projects/issues)
88

9-
![Banner](https://github.com/Design-and-Code/Quick-projects/blob/8a7e9da681ad9c59139f0d791919b6b3ba57c7c0/.github/quick-projects-banner.png)
9+
10+
<img alt="Banner" src="https://github.com/Design-and-Code/Quick-projects/raw/8a7e9da681ad9c59139f0d791919b6b3ba57c7c0/.github/quick-projects-banner.png">
11+
1012

1113
---
1214

@@ -41,7 +43,7 @@ Whether it be Vanilla JavaScript, React, Python or any other technology, if you'
4143

4244
- The repo will be of value for those looking for simple project ideas (check the list below).
4345
- Original author has full credit for their work due to the use of git submodules.
44-
- We accept projects that are already exisiting on **your** GitHub account.
46+
- We accept projects that are already exisiting on **your** GitHub account.
4547
- **We donot accept any project's code in the repo, only the submodules**. Essentially, all projects are links to your project's code.
4648

4749
## Projects List 📝
@@ -62,10 +64,12 @@ EXAMPLE:
6264
| react-shopping-cart | Webpage to store social links, using TailwindCSS and JS |
6365

6466
<!-- ### [go](/go/) -->
67+
6568
### [node](/node/)
66-
| Project Name (as is) | Description |
67-
| -------------------- | ------------------------------------------------------- |
68-
| Blogging-Website | A Complete Blogging Website made with - Express, Nodejs, MongoDB |
69+
70+
| Project Name (as is) | Description |
71+
| -------------------- | ---------------------------------------------------------------- |
72+
| Blogging-Website | A Complete Blogging Website made with - Express, Nodejs, MongoDB |
6973

7074
<!-- ### [python](/python/) -->
7175
<!-- ### [rust](/rust/) -->
@@ -80,10 +84,9 @@ EXAMPLE:
8084

8185
### [Android](/android/)
8286

83-
| Project Name (as is) | Description |
84-
| -------------------- | ------------------------------------------------------------ |
85-
| gitcheatfinder | GitCheatFinder is an app that helps you to find Git commands.|
86-
87+
| Project Name (as is) | Description |
88+
| -------------------- | ------------------------------------------------------------- |
89+
| gitcheatfinder | GitCheatFinder is an app that helps you to find Git commands. |
8790

8891
## Folder Structure 📁
8992

@@ -98,15 +101,27 @@ root
98101
**We have projects related to following technologies:**
99102

100103
<div align="left">
101-
102-
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
103-
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
104-
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
105-
![Rust Badge](https://img.shields.io/badge/Rust-000?logo=rust&logoColor=fff&style=for-the-badge)
106-
![Go Badge](https://img.shields.io/badge/Go-00ADD8?logo=go&logoColor=fff&style=for-the-badge)
107-
![Vue.js Badge](https://img.shields.io/badge/Vue.js-4FC08D?logo=vuedotjs&logoColor=fff&style=for-the-badge)
108-
![Python Badge](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff&style=for-the-badge)
109-
104+
<a style="text-decoration:none">
105+
<img height="30" src="https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E" />
106+
</a>
107+
<a style="text-decoration:none">
108+
<img height="30" src="https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB" />
109+
</a>
110+
<a style="text-decoration:none">
111+
<img height="30" src="https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white" />
112+
</a>
113+
<a style="text-decoration:none">
114+
<img height="30" src="https://img.shields.io/badge/Rust-000?logo=rust&logoColor=fff&style=for-the-badge" />
115+
</a>
116+
<a style="text-decoration:none">
117+
<img height="30" src="https://img.shields.io/badge/Go-00ADD8?logo=go&logoColor=fff&style=for-the-badge" />
118+
</a>
119+
<a style="text-decoration:none">
120+
<img height="30" src="https://img.shields.io/badge/Vue.js-4FC08D?logo=vuedotjs&logoColor=fff&style=for-the-badge" />
121+
</a>
122+
<a style="text-decoration:none">
123+
<img height="30" src="https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff&style=for-the-badge" />
124+
</a>
110125
</div>
111126

112127
## Contribution Guidelines 🏗

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy