Vikas01 commited on
Commit
4fb3bd2
β€’
1 Parent(s): adfc742

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +86 -0
templates/index.html CHANGED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title> AIML </title>
5
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
6
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
7
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
8
+ </head>
9
+
10
+ <body>
11
+ <nav class="navbar navbar-inverse">
12
+ <div class="container-fluid">
13
+ <div class="navbar-header">
14
+ <a class="navbar-brand" href="#">AIML</a>
15
+ </div>
16
+ <ul class="nav navbar-nav">
17
+ <li class="active"><a href="/">Home</a></li>
18
+ <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Page 1 <span class="caret"></span></a>
19
+ <ul class="dropdown-menu">
20
+ <li><a href="boot1.html">Bootstrap </a></li>
21
+ <li><a href="box.html">Box</a></li>
22
+
23
+ </ul>
24
+ </li>
25
+ <li><a href="index1.html">Website1</a></li>
26
+ <li><a href="/data">Data from OpenCV</a></li>
27
+ <li><a href="/form">form</a></li>
28
+ </ul>
29
+ <ul class="nav navbar-nav navbar-right">
30
+ <li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
31
+ <li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
32
+ </ul>
33
+ </div>
34
+ </nav>
35
+
36
+ <div class="container">
37
+ <h2>
38
+ Welcome
39
+ </h2>
40
+ <div class="row">
41
+ <div class="col-sm-4">
42
+ <img src="https://cdn.glitch.global/438f3e8d-dfe7-4861-b60f-b0a2bccfecf0/kapany.png?v=1661407050397"
43
+ height="150" width="150">
44
+ <p>
45
+ Narinder Singh Kapany
46
+ </p>
47
+ <blockquote>
48
+ Narinder Singh Kapany FREng (31 October 1926 – 4 December 2020) was an Indian-American physicist best known for his work on fiber optics.[2][3][4] He is credited with inventing fiber optics, and is considered the 'Father of Fiber Optics'.[5][6] Fortune named him one of seven 'Unsung Heroes of the 20th century' for his Nobel Prize-deserving invention.[7][3][8]He was awarded India's second highest civilian award the Padma Vibhushan posthumously in 2021.[9][10] He served as an Indian Ordnance Factories Service (IOFS) officer.[11] He was also offered the post of Scientific Adviser to the Defence Minister of India, by the first Prime Minister of India, Jawaharlal Nehru
49
+
50
+ </blockquote>
51
+
52
+ </div>
53
+ <div class="col-sm-4">
54
+ <img src="https://cdn.glitch.global/438f3e8d-dfe7-4861-b60f-b0a2bccfecf0/kalpana.png?v=1661149348398"
55
+ height="150" width="150">
56
+ <p>
57
+ Kalpana Chawla
58
+ </p>
59
+ <blockquote>
60
+ Kalpana Chawla (17 March 1962 – 1 February 2003) was an Indian-born American astronaut and mechanical engineer who was the first woman of Indian origin to go to space.[3][4] She first flew on Space Shuttle Columbia in 1997 as a mission specialist and primary robotic arm operator.
61
+
62
+ </blockquote>
63
+ </div>
64
+ <div class="col-sm-4">
65
+ <img src="https://cdn.glitch.global/438f3e8d-dfe7-4861-b60f-b0a2bccfecf0/Vinod-Dham.jpg?v=1661407043870"
66
+ height="150" width="150">
67
+ <p>
68
+ Vinod Dham
69
+ </p>
70
+ <blockquote>
71
+ Vinod Dham is an Indian-American engineer, entrepreneur and venture capitalist. He is known as 'Father of the Pentium Chip' for his contribution to the development of Intel's Pentium micro-processor[2][3][4] He is a mentor, advisor and sits on the boards of companies, including startups funded through his India-based fund Indo-US Venture Partners,[5] where he is the founding managing director.
72
+
73
+ </blockquote>
74
+
75
+ </div>
76
+
77
+ </div>
78
+
79
+ </div>
80
+
81
+ <footer class="container-fluid text-center">
82
+ <p>@copyright 2022 ChampsofAIML</p>
83
+ </footer>
84
+
85
+ </body>
86
+ </html>