-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuture.html
More file actions
47 lines (28 loc) · 1.7 KB
/
Copy pathfuture.html
File metadata and controls
47 lines (28 loc) · 1.7 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Tuhin's Portfolio</title>
<link href="future.css" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="flex_container" id="container">
<ul id="nav">
<li id="link1" ><a href="index.html" target="_self">Home</a></li>
<li id="link2"><a href="about.html">About</a></li>
<li id="link3"><a href="#future">Future Plan</a></li>
<li id="link4"><a href="contact.html">Contact</a></li>
</ul>
<div id="cover">
<h1><b>My Future Plan</b></h1>
<h2> Ma life, Ma Rules </h2>
<p class="para"> Truly speaking, I can be a cricketer, a footballer as well a swimmer. I love acting. But above all I am a hard-working fellow who believes<i style="color:brown"> "It is not the fate
rather the hard work which makes a man successful".</i> <br><br> In every step of my life I only follow <b>Swami Vivekananda, The cyclonic monk</b>.<br><br>
<img src="port.jpg" alt="my moto here" style="border-radius:10px 10px 10px 10px; position:relative; left:24%; padding-top:30px"/><br><br>
<p style="color:yellow" class="para"> In future I want to do something different from the common people. I mean, I do not want to lead a common life, rather a adventurous life, a life full of threat
but free and enjoyable attracts me most. I want to do something so that people remember me even after my death.<br><br>
<b style="color:red; position:relative; left:13.5%">I want to lead my life in the way of honesty, integrity and hard work.</b>
</div>
</div>
</body>