-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask1.1.html
More file actions
211 lines (180 loc) · 6.52 KB
/
task1.1.html
File metadata and controls
211 lines (180 loc) · 6.52 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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<style>
.navigationbar {
background-color: rgb(110, 210, 199);
border-radius: 6px;
height: 50px;
}
.navigationbar li {
float: left;
list-style: none;
}
.navigationbar ul {
overflow: auto;
}
.navigationbar li {
margin: 10px 10px;
}
.navigationbar li a {
padding: 5px 5px;
text-decoration: none;
color: black;
}
.img1 {
width: 1828px;
height: 900px;
opacity: 1;
display: block;
transition: 0.5s ease;
backface-visibility: hidden;
}
.middle {
transition: 0.5s ease;
opacity: 0;
position: absolute;
top: 80%;
left: 18%;
text-align: center;
}
.container:hover .img1 {
opacity: 0.3;
}
.container:hover .middle {
opacity: 1;
}
.text {
background-color: rgb(168, 162, 162);
color: white;
font-size: 20px;
padding: 3px 600px;
}
.img2 {
margin-top: 100px;
margin-left: 800px;
width: 250px;
height: 300px;
border-radius: 150px;
object-fit: cover;
}
.img3 {
margin-top: 15px;
width: 300px;
margin-left: 550px;
height: auto;
border-radius: 30px;
}
.img4 {
margin-top: 25px;
margin-left: 550px;
width: 300px;
height: auto;
border-radius: 30px;
}
h1 {
margin-top: 130px;
text-align: center;
font-size: 25px;
}
h2 {
color: rgb(79, 114, 114);
margin-left: 215px;
padding-top: 50px;
}
h3 {
color: antiquewhite;
padding-top: 50px;
margin-left: 780px;
font-size: 27px;
}
h4 {
color: antiquewhite;
padding-top: 50px;
margin-left: 780px;
font-size: 27px;
}
.projects {
border: 1px solid;
}
.desc1 {
position: absolute;
right: 40px;
margin-top: 50px;
}
.desc2 {
position: absolute;
right: 130px;
margin-top: 50px;
}
.photogallery {
width: 1000px;
margin: auto;
border: 1px solid;
}
.imgp {
width: 200px;
height: 200px;
border-radius: 30px;
margin: 2.2%;
}
@media screen and (min-width:200px) and (max-width:500px) {
.imgp {
width: 29%;
}
}
</style>
</head>
<body style="background-color: rgb(159, 203, 221);">
<header>
<nav class="navigationbar">
<ul>
<li>
<a href="#">About</a></li>
<li>
<a href="#">Work</a> </li>
<li>
<a href="#">Contact</a></li>
</ul>
</nav>
<div>
<div class="container"><img src="task1.1.jpg" alt="Deakin Univeristy" class="img1">
<div class="middle">
<div class="text">Hi, I'm Hitesh Bhatia</div>
</div>
</div>
<div>
<img src="task1.1_2.jpeg" alt="Profile not loaded" class="img2"></div>
<h1 style="color: rgb(103, 153, 153);" class="intro">I am a student studying in Deakin University,Burwood. I am studying a course on web-development.
</h1>
<div>
<h2>
______________________________________________________________________________________________________________________
</h2>
</div>
<div>
<h3>What i have done so far!!</h3>
</div>
<div class="projects">
<div>
<img src="task1.1_5.jpeg" alt="Project 1 not uploaded" class="img3">
<b class="desc1">Project 1: A dispenser is a device that uses RFID sensors to automatically deliver items based on tags. <br> It's powered by servo motors and comes with an Arduino UNO,<br> which acts as the microcontroller. The sensor detects each item and sends out a signal to the servo motors, which then deliver the item. <br> You can program the system to recognize specific tags, keep track of your inventory, and manage your dispensing process. <br> It's a great way to automate item dispensing in a variety of ways, like a vending machine or an inventory management system.</b>
</div>
<div>
<img src="task1.1_4.jpeg" alt="project 2 not loaded" class="img4">
<b class="desc2">Project 2: The swimming pool monitoring system integrates a rain sensor, TDS sensor, <br>and pH sensor to ensure water quality and safety. The system continuously measures TDS levels, <br>pH balance, and detects rainfall, transmitting real-time data to a central monitoring unit. If any parameter exceeds <br>predefined thresholds, the system triggers alarms and notifications for immediate action, helping maintain a clean, safe, <br>and comfortable swimming environment. </b>
</div>
</div>
<h4>My photogallery!!</h4>
<div class="photogallery">
<img src="task1.1_3.jpeg" alt="Photogallery1" class="imgp">
<img src="task1.1_6.jpeg" alt="Photogallery2" class="imgp">
<img src="task1.1_7.jpeg" alt="Photogallery3" class="imgp">
<img src="task1.1_8.jpeg" alt="Photogallery4" class="imgp">
</div>
</header>
</body>
</html>