-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainindex.html
42 lines (38 loc) · 1.66 KB
/
mainindex.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RAHUL KUMAR?</title>
</head>
<body style="background-color: rgb(255, 0, 247);opacity: 2;">
<table cellspacing="10">
<tr>
<td><img src="rahul photo.jfif" alt="my photo"></td>
<td>
<h1 style="color:aquamarine;font-family: 'Courier New', Courier, monospace;">BY rahul kumar</h1>
<p style="border: 5px;"> COURSE -> CSE</p>
<p style="color: rgb(43, 211, 226);font-family:Verdana, Geneva, Tahoma, sans-serif;font-size:medium;">
MY name id rahul kumar, I am full time programmer in CSE FIELD.
</p>
</td>
</tr>
</table>
<hr border="10" color="black">
<p style="font-size: large;font-family:Arial, Helvetica, sans-serif;">SKILLS </p>
<table cellspacing="10" style="color:black;background-color:aquamarine;font-size:small;">
<tr>
<td>C/C++ ❤️❤️❤️❤️❤️</td>
<td>python❤️❤️❤️❤️❤️</td>
</tr>
<tr>
<td>web development ❤️❤️❤️❤️❤️ </td>
<td>back end development❤️❤️❤️❤️❤️</td>
</tr>
</table>
<hr>
<p style="color: red;border: 2px;font-size:large;font-family:fantasy;"><a href="hobbies.html"> Hobbies </a></p>
<p style="color:rgb(230, 176, 224);font-family:fantasy;"><a href="contactme.html">Contact Me </a></p>
</body>
</html>