-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojectpage.html
148 lines (108 loc) · 5.57 KB
/
projectpage.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Adas Project Page</title>
<link rel="shortcut icon" href="Adas source folder\ADAS_logo.jpg"/>
<!--'E:/My Project/My webpage/3d-server-serverroom-tech-1490877.jpg'--->
</head>
<body>
<link rel="stylesheet" href="Adas source folder\mainstyle.css">
<div>
<div class="container">
<div class="topnav">
<a style="margin-left:100px;color:blueviolet;" href="#codebear">Codebear</a>
<a style="float:right" href="aboutpage.html">About</a>
<a style="float:right" class="active href="projectpage.html">Projects</a>
<a style="float:right" href="index.html">Home</a>
</div>
</div>
</div>
<div class="text_center">
<div class="text_style2">
<h1 align="left"> Project Stack </h1>
</div>
</div>
<div class="datagrid">
<table border="1"align="center">
<thead>
<tr>
<th>Project Name</th>
<th>Language</th>
<th>Description</th>
<th>Date Started</th>
<th>Status</th>
<th>Link</th>>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="6">
<div id="paging">
<ul>
<li><a href="#"><span>Previous</span></a></li>
<!---- <li><a href="#" class="active"><span>1</span></a></li>
<li><a href="#"><span>2</span></a></li>
<li><a href="#"><span>3</span></a></li>
<li><a href="#"><span>4</span></a></li>
<li><a href="#"><span>5</span></a></li>
-->
<li><a href="#"><span>Next</span></a></li>
</ul>
</div>
</tr>
</tfoot>
<tbody>
<tr>
<td>Encodex v 1.0</td>
<td>Python</td>
<td>Encoding text into binary, ASCII or hex.</td>
<td>Oct, 2019</td>
<td>Completed/Dropped</td>
<td><a style="color:blueviolet;" href="https://github.com/arijit-ship/Encodex---My-very-first-desktop-app">GitHub Repo</a></td>
</tr>
<tr class="alt">
<td>Text Editor</td>
<td>Python</td>
<td>Simple ASCII editor</td>
<td>Dec, 2019</td>
<td>Ongoing</td>
<td>Currently unavailable</td>
</tr>
<tr>
<td>Video frame rgb comparison</td>
<td>Python</td>
<td>Comparing rgb difference </td>
<td>March, 2020</td>
<td>Ongoing/Under development</td>
<td>GitHub Repo</td>
</tr>
</tbody>
</table>
</div>
</div>
<p style="margin-top:5cm;">
<div class="black_box">
<div class="text_center">
<p style="color:rgb(255, 255, 255); align:center;font-size:18px">Stay Connected...</p>
<div style="margin-top:3cm;">
<a href="https://github.com/arijit-ship"> <img src="Adas source folder\github.png" alt="GitHub"></a>
<a href="https://www.youtube.com/channel/UC0BWRqAxh459wmkYtdRtbPA/?guided_help_flow=5"><img src="Adas source folder/youtube.png" alt="YouTube"></a>
<a href="https://www.facebook.com/Adas-106819437659512/?ref=bookmarks"><img src="Adas source folder\facebook.png" alt="Facebook"></a>
<a href="https://www.instagram.com/adas_ok/"><img src="Adas source folder\instagram.png" alt="Instagram"></a>
</div>
<style>
a {
color: rgb(255, 255, 255);
}
a:hover {
color:dimgrey;
}
</style>
<div style="margin-top:5cm;"></div>
<p style="color:rgb(255, 255, 255); align:center;font-size:18px"><a href="index.html">Home</a> <a href="aboutpage.html">About</a></p>
</body>
</html>