-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfolio page
103 lines (98 loc) · 2.17 KB
/
Portfolio page
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
HTML
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css"
href="resume.css">
<title>
My Resume
</title>
</head>
<body>
<table border = "1" align = "center" width = "60%">
<tr>
<th>
<h1><u>My resume</u></h1>
</th>
</tr>
<tr>
<th align = "left">
<h2>
Aditya Raj
<h4>(student)</h4>
</h2>
<li>Mobile no: 9616****89</li>
<li>Email address : aditya18**@gmail.com</li>
<h5><p>I am a fresher and an enthusiastic,professional,loyal and hardworking person. I like to do work with someone who is ambitious,innovative and who gives the best opportunities to thrive</p></h5>
<h2> Personal information :</h2>
<ul>
<li> Father's Name : Mrityunjay kumar</li>
<li> Religion : Hindu </li>
<li> Nationality : Indian </li>
<li> Date of Birth : 18 August</li>
</ul>
<h2> Qualification : </h2>
<table border = "1"><tr><th>Branch</th><th>
Faculty
</th>
<th>Roll No.</th>
<tr>
<td>B-Tech(CSE(CSF-IBM)</td>
<td>Fet</td>
<td> 1/19/FET/BCS/200</td>
</tr>
</table>
<h2>Volunteer Experience :</h2>
<ul>
<li> "Echo Spread The world"</li>
<h5>Proudly representing our organisation and working here for the bettermenet of a echo friend's website</h5>
<h2>Personal Skills :</h2>
<ul>
<li> power point presentation </li>
<li> self learning </li>
<li> HTML5 </li>
<li> CSS </li>
<li> C</li>
<li> Microsft excel </li>
</ul>
<h2> Experience :</h2>
<li>1 Months Internship in Data Entry</li>
<li>2 Month Internship in Content writing</li>
<h2>Certifications :</h2>
<ul>
<li> Python for everybody(Coursera)</li>
<li> Cybersecurity and IoT(Coursera)</li>
<li> Introduction to html (coursera)</li>
<li> Introduction to artificial intelligience(TCS)</li>
<h2> Languages :</h2
<ul>
<li> English </li>
<li> Hindi </li>
</ul></ul></th></tr>
</table>
</body>
</html>
CSS
body{
font-family:sans-serif;
background-color: white;
}
h1
{
color:black;
font-size:40px;
font-family:sans-serif;
text-align:center;
}
h2
{
text-align:left;
color:dimgray;
}
h4{
text-align: left;
top:10%;
color:darkslategrey;
margin-left:auto;
margin-right:auto;
}