-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (49 loc) · 2.35 KB
/
index.html
File metadata and controls
85 lines (49 loc) · 2.35 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>MY POTFOLIO</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class = "header">
<h1>NIHAL</h1>
<div class = "menu">
<a href="https://mail.google.com/mail/u/0/#inbox?compose=CllgCHrkVwcCsqGbCPbxnZhXxQMtbCgjfKPmdQxDVkhnpzpgbmQgMXJVtJBjGDdfxLqrVMFTqqB">Contact us</a>
<a href="inde.html">About Me</a>
</div>
</div>
<h2>These are some of the projects I made with my friend ASHIK</h2>
<p>If you are intrested watch my project videos by clicking those pictures</p>
<div class="grid">
<div>
<a href="https://youtu.be/5MQbCd-wOsU">
<img src= "umask.png"/>
</a>
<p>Umask is a smartmask which will protect you from covid 19</p>
</div>
<div>
<a href="https://youtu.be/oWk2by7yy1I">
<img src= "smartcart.jpg"width=640 height=360/>/>
</a>
<p>This is a demo model of a smart shopping cart usefull at this corona time </p>
</div>
<div>
<a href="https://youtu.be/U1ddnsD9FzY">
<img src= "sanitizer.jpg"width=640 height=360/>/>
</a>
<p>This is a automatic sanitizerdispensor with 20 second washing timer </p>
</div>
<div>
<a href="https://youtu.be/MYv35YEdcG8">
<img src= "password.jpg"width=640 height=360/>/>
</a>
<p>This is a password door locking system to protect our home </p>
</div>
</div>
<div class="footer">
<a href="#"><img src="fb.png" width=50 height=50/></a>
<a href="https://www.instagram.com/esploader/?igshid=1np6hw9sxgw7y"><img src="insta.png" width=50 height=50/></a>
<a href="https://youtube.com/channel/UCFM8eqU_OgcsPh1uY_n3zTg"><img src="youtube.png" width=50 height=50/></a>
</div>
</body>
</html>