-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 1.52 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
38
39
40
41
42
43
44
45
46
<!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>Ashish Sharma - HTML Knight</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Fundamental Concepts of HTML CSS</h1>
<div class="concepts-container">
<a href="./1. Reponsive Layout using CSS grid/index.html">
<h5>Responsive Layout using CSS Grid</h5>
<div class="tag">RWP</div>
<div class="tag">Grid Layout</div>
</a>
<!-- <a href="./2. Static Website/index.html">
<h5>Static Website</h5>
<div class="tag">Web Storage</div>
<div class="tag">Array</div>
</a> -->
<a href="./2. Grid Practice/index.html">
<h5>Grid Practice 1</h5>
<div class="tag">Network Call</div>
<div class="tag">Fetch</div>
<div class="tag">Web Storage</div>
<div class="tag">Typeahead</div>
</a>
<a href="./3. Grid Practice/index.html">
<h5>Grid Practice 2</h5>
<div class="tag">Grid Layout</div>
<div class="tag">Tests</div>
<div class="tag">Beautiful UI</div>
<div class="tag">Code Structure</div>
</a>
<a href="./4. Box Sizing/index.html">
<h5>Box Sizing</h5>
<div class="tag">Web APIs</div>
<div class="tag">Request Animation Frame</div>
<div class="tag">CSS Transform</div>
</a>
</div>
</body>
</html>