-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBhavya.html
31 lines (29 loc) · 979 Bytes
/
Bhavya.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style1.css">
</head>
<body style="text-align:center">
<div class="about-section">
<h1 style="color:rgb(25,0,0,1)">Bhavya Isani</h1>
<p>CSE Student in Vasvai College of Engineering</p>
<p>Date of Birth: 11 Aug 2000</p>
<img src="C:\Users\Admin\Pictures\chinni\photo1.jpeg" alt="Bhavya" style="width:10%">
</div>
<h2 >My Projects</h2>
<p>Online Voting System</p>
<p>Online Book Ordering System</p>
<p>Automatic Street Light Control</p>
<div class="container">
<h2>My Studies</h2>
<p class="title">Intermediate</p>
<p>Sri Chaitanya Jr College, Vijayawada.</p>
<p>CGPA: 9.81/10</p>
<p class="title">10th Class</p>
<p>Dr.KKR's Gowtham Concept School, Gudivada.</p>
<p>CBSE</p>
<p>CGPA: 10/10</p>
</div>
</body>
</html>