Skip to content

Commit 3f176b2

Browse files
authored
Merge pull request #567 from naher94/development
My Tech Stack Resource Collection Added
2 parents 4ce037a + 2fa31de commit 3f176b2

File tree

11 files changed

+77
-1
lines changed

11 files changed

+77
-1
lines changed

β€Ž_config.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:"
1313
1414
baseurl: "" # the subpath of your site, e.g. /blog
1515
url: "https://rehanbutt.com" # the base hostname & protocol for your site
16-
version: 6.21.0
16+
version: 6.22.0
1717
version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig]
1818

1919
# Build settings
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: resources-collection
3+
title: My Tech Stack
4+
sub-header: behind the curtain
5+
intro: "Some of tools I use to make this site and lots of others."
6+
tile-image: my-tech-stack.png
7+
tile-image-alt: A stylized illustration of a stack of computers and phones
8+
text-color: "#ffffff"
9+
featured: true
10+
resources: [jekyll,foundation-framework,vscode,github,image-optim,figma,sketch,codepen]
11+
date: 2023-01-16
12+
---

β€Ž_resources/codepen.markdownβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Codepen'
3+
link: https://codepen.io
4+
description: CodePen is a social development environment for front-end designers and developers. Build and deploy a website, show off your work, build test cases to learn and debug, and find inspiration.
5+
tags: [tools,web dev]
6+
content-type: tool
7+
date: 2023-01-16
8+
---

β€Ž_resources/figma.markdownβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Figma'
3+
link: https://www.figma.com
4+
description: Figma is a collaborative interface design tool. Design, prototype, and gather feedback all in one place.
5+
tags: [tools]
6+
content-type: tool
7+
date: 2023-01-16
8+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Foundation CSS'
3+
link: https://get.foundation/sites.html
4+
description: Foundation CSS is a light weight front end framework
5+
tags: []
6+
content-type: tool
7+
date: 2023-01-16
8+
---

β€Ž_resources/github.markdownβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'GitHub'
3+
link: https://github.com
4+
description: GitHub is an online software development platform. It's used for storing, tracking, and collaborating on software projects.
5+
tags: []
6+
content-type: tool
7+
date: 2023-01-16
8+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'ImageOptim'
3+
link: https://imageoptim.com/mac
4+
description: ImageOptim makes images load faster by removes bloated metadata and compressing images without losing quality.
5+
tags: [tools]
6+
content-type: tool
7+
date: 2023-01-16
8+
---

β€Ž_resources/jekyll.markdownβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Jekyll'
3+
link: https://jekyllrb.com
4+
description: A static site generator written in Ruby
5+
tags: []
6+
content-type: tool
7+
date: 2023-01-16
8+
---

β€Ž_resources/sketch.markdownβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Sketch'
3+
link: https://www.sketch.com
4+
description: Sketch is the all-in-one platform for digital design β€” with collaborative design tools, prototyping and developer handoff.
5+
tags: [tools]
6+
content-type: tool
7+
date: 2023-01-16
8+
---

β€Ž_resources/vscode.markdownβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'VS Code'
3+
link: https://code.visualstudio.com
4+
description: Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.
5+
tags: []
6+
content-type: tool
7+
date: 2023-01-16
8+
---

0 commit comments

Comments
Β (0)