-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (66 loc) · 2.84 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Mohammed Saif's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/Mohammed Saif-2.png" alt="Mohammed Saif's profile picture"></td>
<td> <h1>Mohammed Saif Akkiwat</h1>
<p><em>Student and a <strong>Junior Web Developer </strong></em></p>
<p>I am an undergraduate student and I love to learn and practice coding. Currently I am learning Web Development.
I have already learnt JAVA(basics and Core JAVA). I aspire to become a <strong><em><a href="https://www.google.com/search?q=full+stack+developer&oq=full+stack+developer&aqs=chrome..69i57j0l7.4023j0j7&sourceid=chrome&ie=UTF-8">
FULL STACK DEVELOPER</a></em></strong>.
And my ultimate dream of life is to become <em><strong><a href="https://www.google.com/search?q=f1+racing&oq=f1+racing&aqs=chrome.0.69i59j46l2j0l2j46j0j46.1575j0j7&sourceid=chrome&ie=UTF-8">
F1 RACER</a></strong></em></p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>I have completed my 10th standard from <em><strong><a href="https://fuscoschool.in/">Fusco's School (ICSE)</a></strong></em>located
in <em><strong><a href="https://en.wikipedia.org/wiki/Indiranagar">Indiaranagar, Bangalore</a></strong></em>.</li>
</ul>
<hr>
<h3>My Hobbies</h3>
<ol>
<li><a href="https://www.google.com/search?q=coding&oq=coding&aqs=chrome..69i57j0l6j69i61.4943j0j7&sourceid=chrome&ie=UTF-8">Coding</a></li>
<li><a href="https://www.youtube.com/results?search_query=indian+rap+songs">Listening to Indian Rap Songs</a></li></li>
</ol>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>JAVA</td>
<td>★★★☆☆</td>
<td>Rapping</td>
<td>★★★★★</td>
</tr>
<tr>
<td>HTML</td>
<td>★★★★★☆</td>
<td>Rubiks Cube(puzzle) Solving</td>
<td>★★★★★</td>
</tr>
<tr>
<td>CSS</td>
<td>★☆☆☆☆</td>
<td>Python</td>
<td>★☆☆☆☆</td>
</tr>
<tr>
<td>JS</td>
<td>☆☆☆☆☆</td>
</tr>
</table>
<hr>
<footer>
<h3>Something About This Website : </h3>
<p>This website is built using html only. I have created this website just to provide some information about myself. Please ignore the ugly looks of this website and
do not compare it with the other websites.</p>
<h3><a href="contact-me.html">My contact details</a></h3>
</footer>
</body>
</html>