-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPersonal Details.html
More file actions
42 lines (33 loc) · 1.42 KB
/
Personal Details.html
File metadata and controls
42 lines (33 loc) · 1.42 KB
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
<!--
Function Name:Personal Details
Description:Display Personal Details
Date:29/06/2021
Author: Shubham Lodha -->
<html>
<head>
<title>Personal Details</title>
<link rel="stylesheet" type="text/css" href="Header.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"/>
</head>
<body>
<form>
<h1><marquee scrolling="50" behaviour="alternate" bgcolor="Red">PERSONAL DETAILS</marquee></h1>
<table border="0">
<div id=abc>
<td width="1550px" bgcolor="LightGrey" style="color:write; padding:20px">
<img src="ShubhamImg.jpg"width="300" height="400" align="left">
<center> <h2><u><b>Personal Details</b></u></h2><br><br>
<h3><span class="glyphicon glyphicon-user"> <b> Name:</b> Shubham Rajkumar Lodha<br><br>
<span class="glyphicon glyphicon-envelope"> <b> Email:</b> <a href="https://mail.google.com/mail">shubhamlodha2111@gmail.com</a><br><br>
<span class="glyphicon glyphicon-earphone"> <b> Contact:</b> 726-299-6653<br><br>
<span class="glyphicon glyphicon-calendar"> <b> Date of Birth:</b> 21<sup>th</sup>Nov, 2001 <br><br>
<span class="glyphicon glyphicon-education"> <b> LinkedIn Profile:</b><a href="https://www.linkedin.com/in/shubham-lodha-b2389319b/"> Shubham Lodha</a><br><br>
</center>-
</h3>
</div>
</td>
</tr>
</div>
</table>
</body>
</html>