-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (75 loc) · 2.85 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
84
85
86
87
88
<!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>Shreyash's Personal Site</title>
</head>
<body style="background-color: #d3ecec;">
<table cellspacing="20px">
<tr>
<td> <img src="https://i.ibb.co/0ZgHWLx/shreyash.png" alt="shreyash's profile picture" height="220px"></td>
<td><h1>Shreyash Kakde</h1>
<p><em>Programer,<br> <strong>Cyber Security Student,<br> </strong>Under Grad BCA Student</em></p>
<p>I am a passionate <strong>Compter Science </strong>Student and i am persuing my under graduate degree in BCA(Bachlors in Compter Application) <br>
and my interset are: [1: Android Develpment, 2: Web Development, 3: Core Java Progarming, 4: Website Develpment
<br>
I love coffie and making some code
</p></td>
</tr>
</table>
<hr size="2" width="80%" noshade="" align="left">
<h3>Currently learing || Undergoing courses</h3>
<ul>
<li>The 2022 Web Develpment Bootcamp by Angela Yu</li>
<li>Android Development Tutorial for Beginners by Code With Harry </li>
<li>JavaScript Tutorial for Beginners 8 Hour Course by Qazi</li>
</ul>
<h3>Hobbies:</h3>
<ol type="1">
<li>Making some code</li>
<ul>
<li>JavaScript</li>
<li>Core Java</li>
<li>C++</li>
<li>HTML</li>
<li>CSS</li>
<li>Working in linux</li>
</ul>
<li>learing new things</li>
<li>Travelling</li>
<li>Sepending time alone</li>
<li>Hang out With friends</li>
</ol>
<hr size="3" width="80%" noshade="" align="left">
<h3>Contact Info:</h3>
<ul>
<li><a href="https://twitter.com/ShreyashKakde" target="blank">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/shreyash-kakde/" target="blank">Linkedin</a></li>
<li><a href="https://www.instagram.com/shreyash_kakde/" target="blank">Instagram</a></li>
<li><a href="https://github.com/Shreyashkakde1" target="blank">GItHub</a></li>
</ul>
<a href="/HTML-Personal-Site/contact-me.html" target="blank"><h4>Contact Me</h4></a>
<hr size="3" width="80%" noshade="" align="left">
<h3>Work Experience:</h3>
<p>Nothing to show right now</p>
<hr size="3" width="80%" noshade="" align="left">
<h3>Slills</h3>
<table>
<tr>
<th>Java</th>
<td>⭐</td>
<td>⭐</td>
<td>⭐</td>
<td>⭐</td>
</tr>
<tr>
<th>C++</th>
<td>⭐</td>
<td>⭐</td>
<td>⭐</td>
</tr>
</table>
</body>
</html>