Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions css/clone.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
padding: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
width: 50px;
height: 50px;
margin: 5px;
background-color: greenyellow;
border-radius: 50%;
}

.nav {
position: sticky;
top: 0;
Expand Down
55 changes: 42 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./css/clone.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="./js/bone.js">
</script>
<title>STRESS MASTER</title>

<!-- CSS Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="./css/clone.css" rel="stylesheet" type="text/css">

<!-- Bootstraap Scripts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>


</head>

<body>
Expand Down Expand Up @@ -336,27 +346,46 @@ <h2>CALL TO ACTION</h2><br>
<h1>CALL TO COUNSELLOR</h1>
</a><br><br><br><br>
</div>
<div id="soln">
<div id="soln" class="carousel slide" data-bs-ride="carousel">
<p class="abouta">SMART SOLUTION
<hr>
</p>
<center><br>
<iframe src="https://www.youtube.com/embed/wnHW6o8WMas" width="560" height="315" frameborder="0"

<div class="carousel-inner">
<div class="carousel-item active container-fluid">
<iframe src="https://www.youtube.com/embed/wnHW6o8WMas" width="560" height="315" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>video</iframe>
<p class="solntext">Motivational Video</p>
<p class="solntexttext">To rejuvenate your soul<br>Recomended for stress score : 0-40</p><br>
<iframe src="https://youtube.com/embed/2OEL4P1Rz04" width="560" height="315" frameborder="0"
<p class="solntext">Motivational Video</p>
<p class="solntexttext">To rejuvenate your soul<br>Recomended for stress score : 0-40</p><br>
</div>
<div class="carousel-item container-fluid">
<iframe src="https://youtube.com/embed/2OEL4P1Rz04" width="560" height="315" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>video</iframe>
<p class="solntext">Calm Music</p>
<p class="solntexttext">To Relax your neurons to the core !<br>Recomended for stress score:
<p class="solntext">Calm Music</p>
<p class="solntexttext">To Relax your neurons to the core !<br>Recomended for stress score:
40-65</p><br>
<img src="./assests/solnimg.png">
<p class="solntext">Professional Counselling</p>
<p class="solntexttext">For those, who just need a little bit of external push , to make it big
in their lives!<br>Recomended for stress score :65-75!</p><br>
</center>
</div>
<div class="carousel-item container-fluid">
<img src="./assests/solnimg.png">
<p class="solntext">Professional Counselling</p>
<p class="solntexttext">For those, who just need a little bit of external push , to make it big
in their lives!<br>Recomended for stress score :65-75!</p><br>
</div>
</div>

</center>

<button class="carousel-control-prev" type="button" data-bs-target="#soln" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#soln" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>

</div>
<div id="team">
Expand Down