-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (49 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>MY PORTFOLIO</h1>
<header>
<div class="navbar">
<a href="#">ABOUT</a>
<a href="#">SERVICES</a>
<a href="#">PORTFOLIO</a>
</div>
<table border= "0" width="100%" height="600px" align="center" bgcolor="black" cellpadding="12">
<!-- Row1 -->
<tr>
<td colspan="2">
<font size="7" font-family="Helvetica" color="white">
<center> PAWAN KUMAR </center></font>
</td>
</tr>
<!-- Row2 -->
<tr>
<td>
<font size="6" color="white">
<p> <b> HELLO! </b></font>
<br></br>
<font size="5" color="white">"I'm currently a BTECH 3rd year student of Dr. B.C. Roy Engineering College studying with computer science and design."</font>
<br></br>
<font size="5" color="white">
<br>
<p> <b> <u> Contact Us </u> </b> </p>
<font color="gray" size="5"> ✆ 7360814714 </font>
<font color="gray"> <p> ✉ [email protected] </p> </font>
<a href="https://www.linkedin.com/in/pawan-kumar-223b3a220?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app">linkedin</a>
</font>
</td>
<td>
<img src="./formal.jpg" height="500px"></td>
</tr>
rr
</table>
</head>
</body>
</html>