-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtribute.html
71 lines (63 loc) · 3.64 KB
/
tribute.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
<!DOCTYPE html>
<html>
<head>
<title>Tribute Page</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<style>
.responsive{
max-width: 100%;
height: auto;
}
#title{
text-align:center;
font-size: 50px;
box-sizing: border-box;
margin-bottom: 30px;
}
#title div{
font-size: 25px;
}
#img-caption{
margin-top: 20px;
margin-bottom: 15px;
margin-left: 30px;
margin-right:30px;
font-style: italic;
font-size: 20px;
justify-content: center;
}
</style>
</head>
<body>
<div id="main" >
<div id="title" class="page-header" class="jumbotron">Sir Ratan Naval Tata
<div>Jewel of India</div>
</div>
<center>
<div id="img-div" class="jumbotron" >
<img id="image" src="https://c.ndtvimg.com/2020-10/qf4dror_ratan-tata_625x300_09_October_20.jpg?ver-20210811.01" class="img-responsive center-block" class="responsive">
<div id="img-caption">"During the 21 years, he led the Tata Group, revenues grew over 40 times, and profit, over 50 times. Among many other honors accorded him during his career, He is also the recipient of two of the highest civilian awards of India, the Padma Vibhushan (2008) and Padma Bhushan (2000)"</div>
</div>
</center>
<div id="tribute-info" class="jumbotron">
<h3 style="text-align: center; margin-top: 15px; margin-bottom: 30px;" >Here's a time line of Ratan tata's life:</h3>
<ul style="font-size: 15px; margin-left: 100px; margin-right:100px;">
<li>1998: The Tata Indica, the conglomerate's first passenger car, was launched this year. The car went on to become the No. 1 brand in its segment within two years.</li>
<li>2000: Tata Tea, now Tata Global Beverages, acquired the Tetley group, the world's second largest manufacturer and distributor of tea. Tetley is the largest tea company in the UK.</li>
<li>2001: Tata AIG, a joint venture between the Tata group and American International Group Inc (AIG), marks the re-entry of the Tata group into the insurance sector. The group's insurance company, New India Assurance, founded by Dorab Tata in 1919, was nationalised in 1956</li>
<li>2002: The group acquires a controlling stake in Videsh Sanchar Nigam Ltd. VSNL was founded in 1986 and was the first Indian PSU to be listed on the New York Stock Exchange.</li>
<li>2003: Tata Consultancy Services became the first Indian software company to cross $1 billion in revenue. The company went public a year later.</li>
<li>2004: Tata Motors is listed on the New York Stock Exchange. The company also acquires the heavy vehicles unit of Daewoo Motors the same year.</li>
<li>2007: Tata Steel acquires Anglo-Dutch company Corus, the second-largest steel maker in Europe.</p>
<li>2008: Tata Motors acquires the Jaguar and Land Rover businesses from Ford, and forms a new company, Jaguar Land Rover</li>
<li>2012: Tata Global Beverages and Starbucks form a joint venture, Tata Starbucks Ltd, and open their first store in Mumbai.</li>
</ul>
<blockquote class="blockquote text-center">
<p class="mb-0"> “If you want to walk fast, walk alone. But if you want to walk far, walk together.”</p>
<footer class="blockquote-footer">Sir ratan tata <cite title="Source Title"></cite></footer>
</blockquote>
</div>
<div style="text-align:center; font-size: 20px;">If you have time, you should read more about this incredible human being on his<a href="https://en.wikipedia.org/wiki/Ratan_Tata" id="tribute-link" target="_blank"> Wikipedia entry.</a></div>
</div>
</body>
</html>