Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions courses/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,5 +628,13 @@ let data = [
description:'Baisc concepts related to cloud services including containers; VMs; public, private, hybrib cloud; microservices; DevOps; etc',
image: 'Cloud.png',
tags:['cloud', 'containerization', 'virtualization', 'cloud services']
},
{
name:'CSS - The Complete Guide 2020 (incl. Flexbox, Grid & Sass)',
instructor: 'Maximilian Schwarzmüller, Manuel Lorenz',
url:'https://www.udemy.com/course/css-the-complete-guide-incl-flexbox-grid-sass/',
description:'Starter course for anyone to get started with CSS, has a very gradual and step learning curve',
image: '',
tags:['Technology', 'CSS', 'SASS', 'Flexbox', 'Frontend']
}
];