-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail10.html
62 lines (55 loc) · 2.18 KB
/
detail10.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
<!DOCTYPE HTML>
<html>
<head>
<title>Mark</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="preview">
<div class="inner">
<div class="content">
<h1></h1>
<h2>Rare But Real Heros</h2>
</div>
<a href="index.html" class="button hidden"><span>Let's Go</span></a>
</div>
</header>
<!-- Main -->
<div id="preview">
<div class="inner">
<div class="image fit">
<img src="images/pic10.jpg" alt="" />
</div>
<div class="content">
<header>
<h2>Rohit Khandelwal</h2>
</header>
<p>Mr. Rohit Khandelwal became the first Asian to win the title of Mister World at a ceremony on 19 July 2016 at Southport Theatre, Floral Hall, The Promenade, Southport. The competition saw 47 participants from around the world. Rohit Khandelwal received a cash prize of $50,000/- from winning the pageant. He also competed for various sub-titles at the pageant, including but not limited to Mr. World Multimedia Award, Mr. World Talent, Mobstar People’s Choice Awards, Mr. World Sports Event and won the subtitle of Mr. World Mutimedia Award</p>
<a class="btn-btn-primary" href="https://en.wikipedia.org/wiki/Rohit_Khandelwal" role="button">Click here to know more about this hero</a>
</div>
</div>
<a href="detail9.html" class="nav previous"><span class="fa fa-chevron-left"></span></a>
<a href="detail11.html" class="nav next"><span class="fa fa-chevron-right"></span></a>
</div>
<!-- Footer -->
<footer id="footer">
<a href="#" class="info fa fa-info-circle"><span>About</span></a>
<div class="inner">
<div class="content">
<h3>Rohit Khandelwal</h3>
<p></p>
</div>
<div class="copyright">
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>