Skip to content

Commit

Permalink
Merge pull request #567 from naher94/development
Browse files Browse the repository at this point in the history
My Tech Stack Resource Collection Added
  • Loading branch information
naher94 authored Jan 16, 2023
2 parents 4ce037a + 2fa31de commit 3f176b2
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://rehanbutt.com" # the base hostname & protocol for your site
version: 6.21.0
version: 6.22.0
version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig]

# Build settings
Expand Down
12 changes: 12 additions & 0 deletions _resources-collection/my-tech-stack.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: resources-collection
title: My Tech Stack
sub-header: behind the curtain
intro: "Some of tools I use to make this site and lots of others."
tile-image: my-tech-stack.png
tile-image-alt: A stylized illustration of a stack of computers and phones
text-color: "#ffffff"
featured: true
resources: [jekyll,foundation-framework,vscode,github,image-optim,figma,sketch,codepen]
date: 2023-01-16
---
8 changes: 8 additions & 0 deletions _resources/codepen.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'Codepen'
link: https://codepen.io
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.
tags: [tools,web dev]
content-type: tool
date: 2023-01-16
---
8 changes: 8 additions & 0 deletions _resources/figma.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'Figma'
link: https://www.figma.com
description: Figma is a collaborative interface design tool. Design, prototype, and gather feedback all in one place.
tags: [tools]
content-type: tool
date: 2023-01-16
---
8 changes: 8 additions & 0 deletions _resources/foundation-framework.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'Foundation CSS'
link: https://get.foundation/sites.html
description: Foundation CSS is a light weight front end framework
tags: []
content-type: tool
date: 2023-01-16
---
8 changes: 8 additions & 0 deletions _resources/github.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'GitHub'
link: https://github.com
description: GitHub is an online software development platform. It's used for storing, tracking, and collaborating on software projects.
tags: []
content-type: tool
date: 2023-01-16
---
8 changes: 8 additions & 0 deletions _resources/image-optim.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'ImageOptim'
link: https://imageoptim.com/mac
description: ImageOptim makes images load faster by removes bloated metadata and compressing images without losing quality.
tags: [tools]
content-type: tool
date: 2023-01-16
---
8 changes: 8 additions & 0 deletions _resources/jekyll.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'Jekyll'
link: https://jekyllrb.com
description: A static site generator written in Ruby
tags: []
content-type: tool
date: 2023-01-16
---
8 changes: 8 additions & 0 deletions _resources/sketch.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'Sketch'
link: https://www.sketch.com
description: Sketch is the all-in-one platform for digital design — with collaborative design tools, prototyping and developer handoff.
tags: [tools]
content-type: tool
date: 2023-01-16
---
8 changes: 8 additions & 0 deletions _resources/vscode.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'VS Code'
link: https://code.visualstudio.com
description: Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.
tags: []
content-type: tool
date: 2023-01-16
---
Binary file added img/resources-collection/my-tech-stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f176b2

Please sign in to comment.