-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
118 lines (114 loc) · 5.49 KB
/
project.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="pj_styles.css">
<style>
.pbox2b img {
max-width: 90%;
height: auto;
animation: fadeIn 1s ease-in-out forwards;
}
.pbox1,.pbox2{
animation: fadeIn 1s ease-in-out forwards;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
</style>
</head>
<body>
<header>
<a href="./index.html">Home</a> |
<a href="./resume.html">Resume</a> |
<a href="./project.html">Projects</a> |
<a href="./contact.html">Contacts</a>
</header>
<h3 class="pbox1">Projects</h3>
<div class="pbox2">
<div class="pbox2a">
<h3>DECODE DIMAG (E-learning Website)</h3>
Led a team of 3 and designed a prototype for an eLearning platform using HTML, CSS and JavaScript in 2 days that help learners of all ages and skill
levels to access high-quality education content. <br> <br> Link- <a href="https://spiffy-torte-fe11cf.netlify.app/home">https://spiffy-torte-fe11cf.netlify.app/home</a>
</div>
<div class="pbox2b">
<img src="./pic/prj1.png" alt="" >
</div>
</div>
<br><br><br>
<div class="pbox2">
<div class="pbox2a">
<h3>UNI-FITS(“E-Commerce Website”)</h3>
Developed a responsive e-commerce website "Unifits" featuring six key pages (Home, Shop, Login, Signup, Customer Care, ) using HTML, CSS,
JavaScript, jQuery, and PHP. Implemented secure user registration and login functionality. The project enhanced the user experience and enabled
seamless online shopping. <br> <br> Link- <a href="https://2161034-sonali.000webhostapp.com/home.php">https://2161034-sonali.000webhostapp.com/home.php</a>
</div>
<div class="pbox2b">
<img src="./pic/prj2.png" alt="" >
</div>
</div>
<br><br><br>
<div class="pbox2">
<div class="pbox2a">
<h3>SECUREMILES(Android Development)</h3>
Created a user-friendly personal safety app in Kotlin using Android Studio. Features included contact management, real-time location tracking, and
safety invites. Designed an intuitive front-end interface, emphasizing skills in mobile app development and enhancing user safety through technology.
<br> <br> Link- <a href="https://github.com/sonalisdas/SecureMiles">https://github.com/sonalisdas/SecureMiles</a>
</div>
<div class="pbox2b">
<img src="./pic/prj3a.jpg" alt="" >
</div>
</div>
<br> <br><br>
<div class="pbox2">
<div class="pbox2a">
<h3>DATA VISUALIZATION OF SUPERSTORE DATASET(Data Analysis)</h3>
It focused on data cleaning, statistical analysis, data visualization, and customer behavior analysis within a real-world superstore dataset. The
initiative showcased proficiency in data preprocessing, revenue analysis by state, and the ability to draw actionable insights through statistical
methods and advanced data visualization.<br> <br> Link- <a href="https://colab.research.google.com/drive/1NwfTCQTAuRH6L-4SW0_9PUCNMa3GKp21?usp=sharing">https://colab.research.google.com/drive</a>
</div>
<div class="pbox2b">
<img src="./pic/prj4.png" alt="">
</div>
</div>
<div class="pbox2">
<div class="pbox2a">
<h3>ANIMAL INTRUSION DETECTION SYSTEM(Image Processing and IoT Integration)</h3>
Engineered an Animal Intrusion Detection System incorporating YOLOv3, PIR, and Ultrasonic sensors. The system employs computer
vision for real-time animal identification with a 50% confidence threshold. Integrated motion detection using Arduino triggers
alerts, and email notifications with attached images are sent. Demonstrated skills in computer vision, object detection, and sensor
integration for a comprehensive security solution.<br> <br>
Link- <a href="https://github.com/sonalisdas/Animal-Intrusion-Detection-System">https://github.com/sonalisdas/Animal-Intrusion-Detection-System</a>
</div>
<div class="pbox2b">
<video width="90%" height="240" controls>
<source src="./pic/iot.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</div>
</div>
<hr style="margin: 2%;">
<div class="box5">
<div class="box6">
<b>Email</b> <br><p style="font-size: 11.5px;">[email protected]</p>
</div>
<div class="box7">
<b>Follow Me</b> <br>
<a href="https://www.linkedin.com/in/sonali-subhasmita-das-92338b233/"> <img src="./linkedin.png" alt="" style="width: 15px; height: 15px;margin-top: 10px;"></a>
</div>
<div class="box8" style="font-size: 10px;">
© 2024 By Sonali Subhasmita Das.
</div>
</div>
</body>
</html>