-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
121 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
.first{ | ||
|
||
display: inline-block; | ||
justify-content: space-evenly; | ||
|
||
text-align: center; | ||
|
||
} | ||
|
||
.sec{ | ||
display: inline-block; | ||
justify-content: space-evenly; | ||
|
||
text-align: center; | ||
} | ||
.third{ | ||
justify-content: space-evenly; | ||
display: inline-block; | ||
text-align: center; | ||
} | ||
|
||
img{ | ||
border-radius: 50%; | ||
} | ||
|
||
div{ | ||
display: flex; | ||
justify-content: space-evenly; | ||
margin-top: 20px; | ||
gap: 100px; | ||
flex-wrap: wrap; | ||
|
||
|
||
} | ||
|
||
|