-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
69 lines (42 loc) · 2.25 KB
/
about.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
<html>
<head>
<title> About Me </title>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,900' rel='stylesheet' />
<link href='https://fonts.googleapis.com/css?family=Vollkorn:400,700' rel='stylesheet' />
<link rel = "stylesheet" href = "design/style.css"/>
</head>
<body>
<div class = "content">
<h1>About Me</h1>
<div class = "list">
<ul class = "head">
<li> <a href = "#intro"> Introduction</a></li>
<li> <a href = "#enjoy"> Things I Enjoy Doing</a></li>
<li><a href = "#showoff"> Showoff Stuff</a></li>
<li> <a href = "#online"> Find Me Online</a></li>
</ul>
<h2 id = "intro">Intro:</h2>
<p>Heya, My name is Freddy Thobhani. I am teenage boy from small town Jamnagar, Gujarat, India.<br/>
I just completed my High School looking forward to do someting amazing.</p>
<h2 id = "enjoy">Things I Enjoy Doing:</h2>
<p>Just like normal teenage boy I like watching movies, series, sitcoms, Youtube, listining movies, etc.<br/>
I love making new things, programing, reading books, reading stuff online.</p>
<h2 id ="showoff">Things I Like To Showoff:</h2>
<ul class = "showoff">
<li>
<a href="http://stackexchange.com/users/4449162/freddy"><img src="http://stackexchange.com/users/flair/4449162.png" width="208" height="58" alt="profile for Freddy on Stack Exchange, a network of free, community-driven Q&A sites" title="profile for Freddy on Stack Exchange, a network of free, community-driven Q&A sites" /></a>
</li><br/>
<li><a href = "https://www.coursera.org/account/accomplishments/certificate/89FL28MVBL"> Coursera Certificate </a></li><br/>
<li><a href = "http://www.codeskulptor.org/#user40_MbCommApSW8tzOB.py"> Game: Ping Pong </a></li>
</ul>
<h3 id = "online">You can find me online:</h3>
<ul class = "online">
<li><a href = "https://www.facebook.com/freddy.thobhani"> Facebook </a></li>
<li><a href = "https://plus.google.com/104487499268789379582"> Google+ </a></li>
<li><a href = "https://twitter.com/FreddyThobhani"> Twitter </a></li>
<li><a href = "http://stackexchange.com/users/4449162/freddy">Stackeexchange</a></li>
</ul>
</div>
</div>
</body>
</html>