-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (80 loc) · 3.48 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!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 >MY PORTFOLIO</title>
<link href="style.css" rel="stylesheet" />
</head>
<body id="bg" bgcolor="#87CEFA">
<h1 id="port">
<</>/> My Portfolio
</h1>
<button>💖 LIKE</button>
<table cellspacing="30">
<tr>
<td>
<img
src="images/imageedit_1_8124727034.png"
alt="GARVIT KUMAR SHARMA"
width="200"
height="200"
/>
</td>
<td id="texts">
<h2>Garvit Sharma</h2>
<h3>Software Developer</h3e=>
<h2>I'm a Developer and I 💖 Coding !</h2style=>
</td>
</tr>
</table>
<hr color="black" noshade="0" size="2"/>
<p><h2 id="ed">Education</h2></p>
<table id="tab" border="1">
<thead>
<tr><th><strong>TIME</strong></th>
<th><strong>DEGREE</strong></th><th><strong>PERCENTAGE</strong></th></tr>
</thead>
<tbody><tr><td>2022-Till Now</td>
<td>MCA</td>
<td>-</td></tr>
<tr><td>2018-21</td>
<td>Bsc(Mathematics)</td>
<td>60%</td></tr>
<tr><td>2016-18</td>
<td>12TH RBSE(Science-Maths)</td>
<td>70%</td></tr>
</tbody>
</table>
<hr noshade="0" color="black"/>
<p><u><h3 style="font-style: oblique;">Skills</h3></u></p>
<table border="0" cellspacing="10">
<tr>
<td><table>
<tr><td class="lan">C</td> <td>⭐⭐⭐⭐⭐</td></tr>
<tr><td class="lan">HTML</td><td>⭐⭐⭐⭐⭐</td></tr>
</table></td>
<td><table><tr><td class="lan">JAVA</td><td>⭐⭐⭐</td></tr>
<tr><td class="lan">C++</td><td>⭐⭐⭐</td></tr></table></td>
</tr>
</table>
<p><h2 style="font-family: Brush Script MT">Hobbies</h2></p>
<ul><li><h2 style="font-family: Brush Script MT">Cricket</h2></li>
<li><h2 style="font-family: Brush Script MT">Gaming</h2></li>
<li><h2 style="font-family: Brush Script MT">Watching Movies & Web Series</h2></li></ul>
<p><h3>CONTACT US</h3></p>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label>Your Name:</label>
<input type="text" name="" value=""> <br>
<label>Your Email:</label>
<input type="email" name="" value=""><br>
<label>Message:</label>
<textarea name="YourMessage" rows="2" cols="20"></textarea>
<input type="submit" name="">
</form>
<a href="https://www.amazon.in/?tag=msndeskabkin-21&hvadid=72705283629710&hvqmt=e&hvbmt=be&hvdev=c&ref=pd_sl_7qhce485bd_e" target="_blank">Amazon</a>
<footer><p id="follow">Follow Me</p><a href="https://www.linkedin.com/in/beingdevgarvit/" target="_blank"><img src="images/834713_linkedin_icon.png" alt="LINKEDIN" width="20" height="20"</a>
<a href="https://www.facebook.com/profile.php?id=100015501517206" target="_blank"><img src="images/icons8-facebook-48.png" alt="FACEBOOK" width="22" height="22"></a> <a href="https://www.instagram.com/sharmagarvit22999/ " target="_blank"><img src="images/icons8-instagram-48.png" alt="INSTAGRAM" width="22" height="22"></a><a href="https://github.com/flanksame" target="_blank"><img src="images/icons8-github-50.png" alt="GITHUB" width="22" height="22"></a><br>
COPYRIGHT © 2022 BY GARVIT</footer></body>
</html>