-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (95 loc) · 3.16 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>𝖂 MY PERSONAL BLOGSITE✍</title>
<style>
body{
background-color : #cbf1f5;
}
hr{
border-style: dotted none none;
border-width: 5px;
border-color:grey;
width:5%;
}
</style>
</head>
<body>
<table cellspacing="15">
<tr>
<td><img src="circle-crop.png" alt="Renu's Profile Picture"></td>
<td> <h1 style="color:darkgreen">Renu Joshi</h1>
<p><em>University Student pursuing <strong>Bachelor Of Technology</strong> </em></p>
<p> <em><strong>Computer Science Engineering</strong></em></p>
<p><em><a href="http://www.ipu.ac.in/">University School of Information and Communication Technology, GGSIPU, New Delhi.</a></em></p>
<p>To contact me, click on the link: <strong><a href="form.html">Contact</a></strong></p>
</td>
</tr>
</table>
<h3 style ="color:green">About:-</h3>
<p>I am an engineering student at USICT. I am currently learning <b>WebDevelopment</b> along with focussing on improving my concepts of <strong>Data Structures & Algorithms</strong> side by side. Besides learning part, I am also actively looking
for internship opportunities in the area of <strong>Software Development</strong>. I am not a professional programmer, but to be one I am trying to solve more and more problems in platforms such as Codechef,Leetcode etc. </p>
<hr size="3" noshade>
<h3 style ="color:green">Educational Qualifications:-</h3>
<table border="4" >
<thead>
<th>S.No.</th>
<th>Degree</th>
<th>Institute</th>
<th>CGPA or Percentage</th>
</thead>
<tbody>
<tr>
<td>1.</td>
<td>B.Tech(CSE)</td>
<td>USICT</td>
<td>8.9 CGPA</td>
</tr>
<tr>
<td>2.</td>
<td>XII(CBSE)</td>
<td>RLBMGS</td>
<td>91%</td>
</tr>
<tr>
<td>3.</td>
<td>X(CBSE)</td>
<td>RLBMGS</td>
<td>10 CGPA</td>
</tr>
</tbody>
</table>
<hr size="3" noshade>
<h3 style="color:green">Skills and Certifications:-</h3>
<ul type="square">
<li><em>Programming Languages</em>
<ol type="A">
<li>Java ✯✯✯✯✯</li>
<li>C++ ✯✯✯✯</li>
<li>Python ✯✯✯</li>
</ol>
</li>
<li><em>Courses & Expertise</em>
<ol type="a">
<li>Data Structures & Algorithms ✯✯✯</li>
<li>Web Development ✯✯</li>
</ol>
</li>
<li><em>Certifications</em>
<ol type="1">
<li>Data Structures & Algorithms using Java by <b><a href="https://codingblocks.com/">Coding Blocks</a></b></li>
<li>Java Course by <b><a href="https://www.cetpainfotech.com/">Cetpa</a></b> </li>
<li>Introduction to Programming: Python by <b><a href="https://www.cetpainfotech.com/">Cetpa</a></b> </li>
</ol>
</li>
</ul>
<hr size="3" noshade>
<h3 style="color:green">Hobbies:-</h3>
<ol type="i">
<li>Sports</li>
<li>Reading Novels</li>
<li>Music and Dance</li>
</ol>
</body>
</html>