-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (67 loc) · 2.56 KB
/
index.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
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About1</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="container1">
<div class="col-lg-4 first">
<h1>Faculty</h1>
<img src="./Gopal das pic.jpg" height="200px" width="200px">
<h2 class="fw-normal">Gaur Gopal Das</h2>
<p>Motivational Speaker</p>
</div><!-- /.col-lg-4 -->
</div>
<h1 class="green">Team Members</h1>
<div class="container2">
<div class="col-lg-4 sec">
<img src="./sadgurupic.jpg" height="200px" width="200px">
<h2 class="fw-normal">Sadhguru</h2>
<p>Motivational Speaker</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4 third">
<img src="./sandeeppic.jpg" height="200px" width="200px">
<h2 class="fw-normal">Sandeep Maheswari</h2>
<p>Motivational Speaker</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4 sec">
<img src="./Gopal das pic.jpg" height="200px" width="200px">
<h2 class="fw-normal">Gaur Gopal Das</h2>
<p>Motivational Speaker</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4 sec">
<img src="./sadgurupic.jpg" height="200px" width="200px">
<h2 class="fw-normal">Sadhguru</h2>
<p>Motivational Speaker</p>
</div>
<div class="col-lg-4 third">
<img src="./sandeeppic.jpg" height="200px" width="200px">
<h2 class="fw-normal">Sandeep Maheswari</h2>
<p>Motivational Speaker</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4 third">
<img src="./Gopal das pic.jpg" height="200px" width="200px">
<h2 class="fw-normal">Gaur Gopal Das</h2>
<p>Motivational Speaker</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4 sec">
<img src="./Gopal das pic.jpg" height="200px" width="200px">
<h2 class="fw-normal">Gaur Gopal Das</h2>
<p>Motivational Speaker</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4 third">
<img src="./sandeeppic.jpg" height="200px" width="200px">
<h2 class="fw-normal">Sandeep Maheswari</h2>
<p>Motivational Speaker</p>
</div><!-- /.col-lg-4 -->
</div>
</div><!-- /.row -->
</div>
</body>
</html>