Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
manju374 authored Apr 24, 2024
1 parent a3effcf commit 4677de4
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 0 deletions.
Binary file added Gopal das pic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions index.html
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>
Binary file added sadgurupic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sandeeppic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions style.css
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;


}


0 comments on commit 4677de4

Please sign in to comment.