-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (65 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="description"content="This is a basic web development">
<title>Somashekar personal-site</title>
</head>
<body>
<table cellspacing="20">
<td> <img src="https://scontent.fblr4-2.fna.fbcdn.net/v/t1.0-1/p160x160/46449297_1994803384151590_5236134023717191680_o.jpg?_nc_cat=106&_nc_sid=dbb9e7&_nc_ohc=vKJ22icAwgQAX_j88UD&_nc_ht=scontent.fblr4-2.fna&_nc_tp=6&oh=99e7ef174e92f06c6811c45ac4fc245e&oe=5EB3B894" alt="Somashekar raj shetty"></td>
<td><h1> Somashekar Raj Shetty</h1><p><em><strong><b><a href="https://github.com/Somashekar0007">The python and web developer</a></b></strong></em></p><left>
<p><strong>I love conding</strong><br></td>
</table>
<!--<h1> heading tag</h1> -->
<!-- <p> p is use to paragraph tag </P>
<em> is use to stress the letters</em>
<i> is use to only make the word stress </i>-->
<!-- <hr>is use to show the horizantial line</hr>
<b> b is use to bold the words </b> and <strong> also use to make bold only</strong>
<ul> is unordered list and <li> is a list item <ol> is a oredered list and <ol type ="1,I,i,A,a"></ul></li></ol>
<tr> for table row</tr>
<td> table data</td>
<th>table header cell</th>
<table cellspacing="20" for space btw rows and columns>-->
<hr>
<h3>Education</h3>
<ul>
<li>I have completed my sslc in loyola hogh school.</li>
<li>Now I'm pursing in diploma college.</li>
</ul>
<hr>
<h3>Student project</h3>
<table cellspacing="10">
<th>Name</th>
<th>language</th>
<tbody>
<tr>
<td>web security using Totp and 2fa</td>
<td>Python</td>
</tr>
<tr>
<td>Froud</td>
<td>java</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Python</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Web development</td>
<td>⭐</td>
</tr>
</table>
<br>
<hr>
<a href="hobbies.html"> MyFirst-project</a>
<!--<a download href="https://sherlock-holm.es/stories/pdf/a4/1-sided/advs.pdf"> Download pdf</a>-->
<a href="Contacts.html">Contact-me</a>
</body>
</html>