Skip to content

Commit

Permalink
Merge pull request #68 from thuongtruong1009/applied-accessbility
Browse files Browse the repository at this point in the history
feat: add lession 01 + 02 + 03 to Applied Accessbility lessions
  • Loading branch information
thuongtruong1009 authored Jun 27, 2022
2 parents 7bc200d + 7737099 commit c56d8e3
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lession 01</title>
</head>

<body>
<img src="doingKarateWow.jpeg" alt="This is empty image">
</body>

</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lession 02</title>
</head>

<body>
<h1>Deep Thoughts with Master Camper Cat</h1>
<article>
<h2>Defeating your Foe: the Red Dot is Ours!</h2>
<p>To Come...</p>
</article>

<img src="samuraiSwords.jpeg" alt="">

<article>
<h2>Is Chuck Norris a Cat Person?</h2>
<p>To Come...</p>
</article>
</body>

</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lession 03</title>
</head>

<body>
<h1>How to Become a Ninja</h1>
<main>
<h2>Learn the Art of Moving Stealthily</h2>
<h3>How to Hide in Plain Sight</h3>
<h3>How to Climb a Wall</h3>

<h2>Learn the Art of Battle</h2>
<h3>How to Strengthen your Body</h3>
<h3>How to Fight like a Ninja</h3>

<h2>Learn the Art of Living with Honor</h2>
<h3>How to Breathe Properly</h3>
<h3>How to Simplify your Life</h3>
</main>
</body>

</html>

0 comments on commit c56d8e3

Please # to comment.