-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: base
title: HTML & CSS Workshop
page_name: home
overview:
duration: 2.5 to 4 hrs
level: Beginner
author: BRG
contributors:
takeaways_text: |-
By having hands-on (instructor or self-paced), you will gain following knowledge:
takeaways:
- Widely used HTML tags
- Semantic Web page using HTML5
- Foundations of CSS (_selectors, typography, colors, units_ etc)
- Basics usage of Developer Tools
- Basics of advanced CSS like flexbox, transitions, transforms and animations
- Learn to make web page responsive - media queries
notes:
The workshop will be conducted strictly based on the syllabus so that most of
the topics could be covered in time.
It is upto the instructor to respond to 'OUT of SYLLABUS' type queries of the student.
prerequisites:
- Laptop or desktop with working computer knowledge
- Enthusiasm to learn
- A web browser (_Chrome is preferred_)
- <a href="https://codepen.io" target="_blank">CodePen</a> account (_good to have_)
---
{% include episode_title.html %}
{% include overview.html %}
{% include key_takeaways.html %}
{% include prerequisites.html %}
{% include syllabus.html %}