-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweek1.html
107 lines (92 loc) · 4.05 KB
/
week1.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
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ASSIGNMENT-1</title>
</head>
<body>
<h1 align="center">MY PORTFOLIO</h1>
<table border="2" width="60%" height="600px" align="center" bgcolor="black">
<tr>
<td colspan="2">
<font size="7" face="Helvetica" color="white">
<center>Neha kumari</center>
</font>
</td>
</tr>
<tr>
<td>
<h1>About me</h1>
<font size="5" color="white">Hi,I'am Neha kumari</font>
<br>
<font size="4 " color="white"><b>Im developer</b></font>
<font size="4" color="#ff8aOO">
<p><b><u>Education criteria</u></b></p>
<font color="white">
<p>B.Tech</p>
</p>
</font>
<font size="4" color="#ff8aOO">
<p><b><u>Achievement</u></b></p>
<font color="white" <p>I got courses completion certificate by
like-<u>greatlearning,inatagram,coursera,google,IBM,Udemy,Aws</u></font>
</p>
</p>
<font size="4" color="#ff8aOO">
<p><b><u>Experience</u></b></p>
<font color="white">
<p>no experience
</font>
</p>
</font>
<font size="3" color="#ff8aOO">
<p><b><u>Skill</u></b></p>
<ol>
<font color="white">
<li>Html5</li>
</font>
<font color="white">
<li>CSS</li>
</font>
<font color="white">
<li>Python</li>
</font>
<font color="white">
<li>Mysql</li>
</font>
<font color="white">
<li>C-programming</li>
</font>
</ol>
<font size="3" color="#ff8aOO">
<p><u><b>Ph no.</b></u></p>
<FONT color="white">
<p>xxxxxxxxxx
</font>
</p>
</font>
<font size="3" color="#ff8aOO">
<p><u><b>Email</u></p>
<font color="white">
</font>
</p>
</font>
<font size="3" color="white">
<p><u><b>
<linkedln>
</b></u></p>
<p>
<link>https://www.linkedin.com/in/neha-kumari-43a634282
</link>
</p>
</font>
</font>
</td>
<td><img src="c:\Users\nehak\AppData\Local\Packages\5319275A.WhatsAppDesktop_cv1g1gvanyjgm\TempState\83CDCEC08FBF90370FCF53BDD56604FF\WhatsApp Image 2023-11-13 at 13.46.34_08e872c0.jpg"
height="700px" </td>
</tr>
</table>
</body>
</html>