-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (63 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>🌟Chris'Site</title>
</head>
<body>
<!-- <img src="images\DKO0NGAS_400x400.jpg" alt="square iamge"> -->
<img src="croppedimage.png" alt="cropped circular image">
<h1>Christopher Malapati</h1>
<p><em>This is the praragraph text that is written by <strong>Christopher Malapati</strong> while learning HTML on Udemy.</em></p>
<p>This is another paragraph that is added as a paragraph in order to add some omore text and thhis is how it lloksd and this is what I was rying to do all the time and now and thenm.</p>
<hr>
<h3>Skills</h3>
<ul>
<li>Web Dev</li>
<li>Online Marketing</li>
<li>Software Testing</li>
<li><a href="http://www.chrisinhim.com">Desktop Publishing</a> </li>
</ul>
<h3>Work Experience</h3>
<p>2011-12 powerful guy</p>
<p>2012-13 kiraak guy</p>
<table>
<thead>
</thead>
<tbody>
</tbody>
<tfoot>
</tfoot>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
<tr>
<td>2011-12</td>
<td>Powerful Guy</td>
</tr>
<tr>
<td>2012-3</td>
<td>Kiraak Guy</td>
</tr>
</table>
<h3><a href="hobbies.html">Hobbies</a></h3>
<h3><a href="contact.html">Contact Me</a></h3>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>JavaScript</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</body>
</html>