forked from GDSC-IIIT-Kalyani/Student-Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (52 loc) · 1.82 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ronita Patra - Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>MY PORTFOLIO</h1>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Education</a>
<li><a href="#">Contact</a></li>
</ul>
<h1>About Me</h1>
<p>
hello,i'm Ronita Patra,1st year B.Tech student at IIIT KALYANI.I have much more interest in web development.I like to explore new things so that i can develop
myself.currently i am learning CSS(cascading style sheet)& c language.
Apart from this , i love music & recitation.
</p>
<h1>Educational Qualification</h1>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR7hjzNYvwdP5JzUW2CfcoENmWyrJtBTIkdqZ1YcaHfrA&s" alt="logo image">
<br/>
<pre id="one">
Indian Institute of Information
Technology
B.Tech CSE (2023-2027)
skill is loading
</pre>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRG80afbjYHWIb2wxTqYOClg-ZkcxDEQH72QJxiHgkhIw&s"alt="school image">
<pre id="two">
Guskara Purnananda Public
Institution
Higher Secondary(2020-2022)
Grade:94.2%
</pre>
<img src="https://directory.edugorilla.com/wp-content/uploads/sites/6/2018/06/fa168208cb33d545494ebf1717457b5e.jpeg"alt="s image">
<pre id="three">
Guskara Balika Vidyalaya
studied from class (5-10)
</pre>
<h1>contact me</h1>
<a class="social-icon" href="https://instagram.com/patra.ronita">
<ion-icon name="logo-instagram"></ion-icon>
</a>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script></script>
</pre>
</body>
</html>