-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (78 loc) · 2.76 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<title>Modern-React-with-Redux</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="extraFiles/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="extraFiles/main.css">
</head>
<body>
<div class="limiter" style="margin-top: 100px;">
<div class="table100 ver1 m-b-110" style="height: inherit;">
<div class="table100-head">
<table>
<thead>
<tr class="row100 head">
<th class="column3">Project Name</th>
<th class="column1">GitHub Repository</th>
<th class="column5">Live Link</th>
</tr>
</thead>
</table>
</div>
<div style="margin-top: 20px; background: none;"></div>
<div class="table100-body js-pscroll">
<table>
<tbody>
<tr class="row100 body">
<td class="column3">1. Comment</td>
<td class="column1">
<a target="_blank" href="https://github.com/arifpro/Modern-React-with-Redux/tree/main/1-comment">
https://github.com/arifpro/Modern-React-with-Redux/tree/main/1-comment
</a>
</td>
<td class="column5">
<a target="_blank" href="http://arifpro.github.io/Modern-React-with-Redux/1-comment/build">Visit</a>
</td>
</tr>
<tr class="row100 body">
<td class="column3">2. Seasons</td>
<td class="column1">
<a target="_blank" href="https://github.com/arifpro/Modern-React-with-Redux/tree/main/2-seasons">
https://github.com/arifpro/Modern-React-with-Redux/tree/main/2-seasons
</a>
</td>
<td class="column5">
<a target="_blank" href="https://arifpro.github.io/Modern-React-with-Redux/2-seasons/build">Visit</a>
</td>
</tr>
<tr class="row100 body">
<td class="column3">3. Pictures</td>
<td class="column1">
<a target="_blank" href="https://github.com/arifpro/Modern-React-with-Redux/tree/main/3-pictures">
https://github.com/arifpro/Modern-React-with-Redux/tree/main/3-pictures
</a>
</td>
<td class="column5">
<a target="_blank" href="https://arifpro.github.io/Modern-React-with-Redux/3-pictures/build">Visit</a>
</td>
</tr>
<tr class="row100 body">
<td class="column3">4. Videos</td>
<td class="column1">
<a target="_blank" href="https://github.com/arifpro/Modern-React-with-Redux/tree/main/4-videos">
https://github.com/arifpro/Modern-React-with-Redux/tree/main/4-videos
</a>
</td>
<td class="column5">
<a target="_blank" href="https://arifpro.github.io/Modern-React-with-Redux/4-videos/build">Visit</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>