-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtechnology.html
More file actions
46 lines (43 loc) · 1.76 KB
/
technology.html
File metadata and controls
46 lines (43 loc) · 1.76 KB
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 name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Social Distance Monitoring">
<meta property="og:title" content="Social Distance Monitoring" />
<meta property="og:description" content="Social Distance Monitoring" />
<meta property="og:image" itemprop="image" content="social_distance.jfif">
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="/">Home</a>
<a href="/Monitor">Monitor</a>
<a href="/Technology">Technology</a>
<a href="/Future">Future</a>
<h1 style="text-align: center;"> Technology Stack </h1>
<div class="row vl">
<div class="column">
<ul style="text-align: center; list-style-type: none;"> Frontend
<li>HTML</li>
<li>CSS</li>
<li>Javascipt</li>
</ul>
<img src="technologystack.PNG">
</div>
<div class="column">
<ul style="text-align: center; list-style-type: none;"> Backend
<li>Python</li>
<li>OpenCV</li>
<ul style="list-style-type: none;"> Libraries
<li>TensorFlow</li>
</ul>
<ul style="list-style-type: none;"> Frameworks
<li>Flask</li>
</ul>
</ul>
</div>
</div>
</body>
</html>