-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDay41.html
125 lines (111 loc) · 3.25 KB
/
Day41.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>yahoo</title>
<link rel="stylesheet" href="Day41.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Personal.jpeg" height="100" width="100" alt="NO able to load"></td>
<td>
<h1>Khushhal garg</h1>
<p><em>This is me from <strong>University of Delhi</strong> </em></p>
<p> I am Python Full Stack Developer</p>
</td>
</tr>
</table>
<hr size="3" , noshade="true">
<h2>Projects</h2>
<ul>
<li><a href="https://github.com/khushhalgarg112/100DaysPythonBootcamp/tree/main/Snakegame" target="_blank">Snake
Game</a></li>
<li><a href="https://github.com/khushhalgarg112/100DaysPythonBootcamp/tree/main/Flight-deal">Flight Deals
Sender</a></li>
<li><a href="https://github.com/khushhalgarg112/100DaysPythonBootcamp/tree/main/Birthday%20Wisher">Automatic
Birthday Wisher</a></li>
</ul>
<hr size="3" , noshade="true">
<h2>My Hobbbies</h2>
<ol>
<li>Playing Cricket</li>
<li>Reading Books</li>
</ol>
<hr size="3" , noshade="true">
<h2>Work Experience</h2>
<table>
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020-2023</td>
<td>Student at Shivaji College</td>
</tr>
<tr>
<td>2020</td>
<td>Social Media Manager at Liveberg's technlogy</td>
</tr>
</tbody>
</table>
<hr size="3" , noshade="true">
<h2 id="hello">Skills</h2>
<table cellspacing="10">
<tr>
<td>Html</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Flutter</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr size="3" , noshade="true">
<!-- <table>
<tr>
<td>
<table>
<tr>
<td>Html ⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS ⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Flutter ⭐⭐⭐</td>
</tr>
<tr>
<td>Python ⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table> -->
<form action="mailto: khusgarg2002@gmail.com">
<label>Your Name:</label>
<input type="text" name="Name"><br>
<label>Your email:</label>
<input type="email" name="Email"><br>
<label>Message:</label><br>
<textarea name="Message" cols="30" rows="10"></textarea><br>
<input type="Submit" name="" id="">
</form>
</body>
</html>