-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (88 loc) · 4.01 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Internship projects</title>
<link rel="stylesheet" href="static/reset.css">
<link rel="stylesheet" href="static/style.css">
</head>
<body>
<h1 class ="title">Internship projects</h1>
<p> Name: Roshani Poudel</p>
<table>
<tr>
<th>Date</th>
<th>projects title</th>
<th>code</th>
<th>demo</th>
</tr>
<tr>
<td>30 th october</td>
<td>div design</td>
<td><a href="https://github.com/roshni73/div-design-layout">Div-design repository</a></td>
<td><a href ="https://roshni73.github.io/div-design-layout/"> Div-design-demo</a></td>
</tr>
<tr>
<td>1 st Novmber</td>
<td>The Hackernews replica</td>
<td><a href="https://github.com/roshni73/Hackernews-replica">Hackernews-replica-repository</a></td>
<td><a href ="https://roshni73.github.io/Hackernews-replica/"> Hackernews-replica-demo</a></td>
</tr>
<tr>
<td>3 rd November</td>
<td>the Hackernews responsive</td>
<td><a href="https://github.com/roshni73/Hackernews_responsive">The hackers news -repository -link</a></td>
<td><a href ="https://roshni73.github.io/Hackernews_responsive/">The hackernews responsive-demo</a></td>
</tr>
<tr>
<td>7th november</td>
<td>inhsor-restaurent</td>
<td><a href="https://github.com/roshni73/Inhsor_restaurent_template/" target="_blank"> restaurent-repository link</a></td>
<td><a href ="https://roshni73.github.io/Inhsor_restaurent_template/" target="_blank">Restaurent-template-demo</a></td>
</tr>
<tr>
<td>17 th November</td>
<td>github-hosting</td>
<td><a href="https://github.com/roshni73/Togglecorp-internship-projects_2023" target="_blank"> git-repository link</a></td>
<td><a href ="https://roshni73.github.io/Togglecorp-internship-projects_2023/" target="_blank">Intership projects-demo</a></td>
</tr>
<tr>
<td>19 th November</td>
<td>javascript-task-1</td>
<td><a href="https://github.com/roshni73/My-javascript-task1" target="_blank"> git-repository link</a></td>
<td><a href ="https://github.com/roshni73/My-javascript-task1" target="_blank">javascript task-1 Demo</a></td>
</tr>
<tr>
<td>22 nd November</td>
<td>javascript-task-2</td>
<td><a href="https://github.com/roshni73/My-javascript-task2" target="_blank"> git-repository link</a></td>
<td><a href ="https://github.com/roshni73/My-javascript-task2" target="_blank">javascript task-2 Demo</a></td>
</tr>
<tr>
<td>22 nd November</td>
<td>To-Do list</td>
<td><a href="https://github.com/roshni73/Js_todo-list" target="_blank"> To-do link</a></td>
<td><a href ="https://roshani.tech/Js_todo-list/" target="_blank">To-doDemo</a></td>
</tr>
<tr>
<td>22 nd November</td>
<td>Bug-tracker</td>
<td><a href="https://github.com/roshni73/Bug-tracker" target="_blank"> bug-tracker link</a></td>
<td><a href ="https://bugtracker.roshani.tech/" target="_blank">bug-tracker Demo</a></td>
</tr>
<tr>
<td>26 th December</td>
<td>react task 2</td>
<td><a href="https://github.com/roshni73/Typescript-task1">react task 2 repository</a></td>
<td><a href ="https://github.com/roshni73/Typescript-task1"> react task 2</a></td>
</tr>
<tr>
<td>26 th December</td>
<td>Admin-panel</td>
<td><a href="https://github.com/roshni73/Admin-panel"> Admin-Panel link</a></td>
<td><a href ="https://panel.roshani.tech/"> Admin-panel Demo</a></td>
</tr>
</table>
</body>
</html>