Last active
September 3, 2021 17:07
-
-
Save rajkumar060301/15f217438eb4088c0d32a2b208f015c1 to your computer and use it in GitHub Desktop.
It is my resume web page with html andcss code implement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<style type="text/css"> | |
table, th, td{ | |
border: 1Px solid black; | |
border-collapse: collapse; | |
text-align: center; | |
} | |
pre,table,h4,hr{ | |
font-size: large; | |
font-style: unset; | |
margin-left: 10%; | |
} | |
</style> | |
<meta charset="utf-8"> | |
<title>resume</title> | |
</head> | |
<body style="border-color: whitesmoke;"> | |
<h3 style="text-align: center;">Resume</h3> | |
<div style="float: left;"> | |
<h4>Personal Information</h4> | |
<pre style="font-size: large;margin-left: 0%;"> | |
Name : Raj Kumar | |
Address : Katihar | |
Bihar : 854108 | |
Mob No. : 7764904152 | |
Email Id: raj.kumar_cs192gla.ac.in | |
</pre> | |
<hr> | |
<h4>Objective:</h4> | |
<pre>To work in a professionally managed corporate Android app development where | |
I will have the opportunity for learning and growth and where my competence | |
will enhance to change the productivity and effectiveness of the organisation.</pre> | |
<h4>Education qualification</h4> | |
<table style="background-image: linear-gradient(to bottom right, #0052b0, #b340b3); "> | |
<tr> | |
<th> | |
SCHOOL/COLLEGE NAME | |
</th> | |
<th> | |
QUALIFICATION | |
</th> | |
<th> | |
TOTAL MARKS | |
</th> | |
<th> | |
PERCENTAGE(%) | |
</th> | |
</tr> | |
<tr> | |
<td> | |
Govt. high School Korha,Katihar | |
</td> | |
<td> | |
Mattric (10<sup>th</sup>) | |
</td> | |
<td> | |
292 | |
</td> | |
<td> | |
58.4 | |
</td> | |
</tr> | |
<tr> | |
<td> | |
+2Govt. Inter College Korha,Katihar | |
</td> | |
<td> | |
12<sup>th</sup> | |
</td> | |
<td> | |
386 | |
</td> | |
<td> | |
77.2 | |
</td> | |
</tr> | |
<tr> | |
<td> | |
Gla University Mathura | |
</td> | |
<td> | |
B.tech(CSE) | |
</td> | |
<td> | |
--- | |
</td> | |
<td> | |
64.1 | |
</td> | |
</tr> | |
</table> | |
</div> | |
<div style="text-align: center; width: 250px; height: 260px;float:left; margin-left: 10%;margin-top: 5%;"> | |
<img src="C:\Users\acer\OneDrive\Desktop\HTML program\icard.jpg" width="125" height="130" alt="profile" ; style="text-align: center;"> | |
<p style="color:blue;text-align: center;"><cite>profile</cite> picture.<br> contact info:<a href="https://www.blogger.com/profile/13246771358202743273">click here</a></p> | |
<details style="color:blue;">Gmail: [email protected] | |
Mob : 7764904152</details> | |
</div> | |
<div style="float:left;"> | |
<pre> | |
<h3>Work experience:</h3> | |
N/a (but only college life implementation experience, And Summer Internship | |
industrial training on android app Development ). | |
<h3>Achievements:</h3> | |
Got a Certificate | |
•Summer Internship | |
•Industrial Training | |
•Network Management with Web Development | |
•Android with Java | |
<h3>Workshops and Seminars:</h3> | |
•Attended a workshop on ‘NetCamp Summer & Industrial Training with Summer Internship | |
program’ from Kolkata-2021(30Jun to 19Aug). | |
<h3>Projects:</h3> | |
•Network Management | |
•Web Development | |
•Android Development | |
<h3>Skills:</h3> | |
•Languages known: English -near native-speaker fluency, Hindi -native-speaker fluency | |
•Good keyboard skills - Familiarity with Word, Excel and film editing packages, Photo Editing. | |
<h3>Interests:</h3> | |
•Coding (Purpose on web and android development) | |
•Regular read news paper at home. | |
<h3>References:</h3> | |
Date : 02/09/2021 | |
Place :GLA University Mathura | |
</pre> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment