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
229 changes: 229 additions & 0 deletions vdeo button working/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@
html, body, section {
height: 100%;
}
body {
color: #fff;
text-align: none;
}
div {
display: flex;
flex-direction: column;

}

.xop-container {
display: flex;
}
div {
display: flex;
flex-direction: column;

}
.xop-left {
background: linear-gradient(rgba(0, 0, 0, 0.85),
rgba(255, 255, 225, 0.10)), url(../img1.jpeg);
background-size: cover;
background-position: center;
flex: 1;
padding: 1rem;
transition: all .2s ease-in-out;
}
.xop-center{
background: linear-gradient(rgba(196, 56, 56, 0.85),
rgba(255, 255, 225, 0.10)), url(../img2.jpeg);
background-size: cover;
background-position: center;
flex: 1;
padding: 1rem;
transition: all .2s ease-in-out;
}

.xop-right {
background: linear-gradient(rgba(0, 0, 0, 0.85),
rgba(164, 222, 102, 0.10)), url(../img3.jpeg);
background-size: cover;
background-position: center;
flex: 1;
padding: 1rem;
transition: all .2s ease-in-out;
}
.help button
{
border-radius: 30px;
color: #ffff;
background-color: #fcad26;
padding: 5px 25px;
margin:10px;
position: relative;
top:5%;
text-align:center;
text-decoration: none;
font-weight: bold;
display: inline-block;
font-size: 1.5rem;
cursor: pointer;
transition: all 0.3s;
width: 150px;
}
.help button:hover {
background: #fcc567;
color: #fff;
}


.help div{


z-index: 1;
visibility:hidden;
}
.help:hover div{
visibility:visible;
}
.help div button{
text-decoration: none;
margin:10px;
columns: #000000;;
background-color:#fff;
padding: 5px 20px;
border:1px solid #000;
display:block;

}
.how button
{
display: inline;
border-radius: 30px;
color: #ffff;
background-color: #fcad26;
padding: 1.5%;
margin: 5px 20px;
text-align: center;
text-decoration: none;
font-weight: bold;
position: relative;
right:33.33%;
left: 30%;
top: 100px;

font-size: 1.5rem;
cursor: pointer;
transition: all 0.3s;
width: 150px;
}
.how button:hover {
background: #fcc567;
color: #fff;
}
.setting button
{
border-radius: 30px;
color: #ffff;
background-color: #fcad26;
padding: 5px 25px;
margin:10px;
position: relative;
right:1%;
text-align:center;
text-decoration: none;
font-weight: bold;
display: inline-block;
font-size: 1.5rem;
cursor: pointer;
transition: all 0.3s;
width: 150px;
}
.setting button:hover {
background: #fcc567;
color: #fff;
}


.setting div{


z-index: 1;
visibility:hidden;
}
.setting:hover div{
visibility:visible;
}
.setting div button{
text-decoration: none;
margin:10px;
columns: #000000;;
background-color:#fff;
padding: 5px 20px;
border:1px solid #000;
display:block;

}

.logout button
{

border-radius: 30px;
color: #ffff;
background-color: #fcad26;
padding: 5px 25px;
margin:0;
position:absolute;
right:5%;
top:5%;
text-align:center;
text-decoration: none;
font-weight: bold;
display: inline-block;
font-size: 1.5rem;
cursor: pointer;
transition: all 0.3s;
width: 150px;
}
.logout button:hover {
background: #fcc567;
color: #fff;
}
.text{
font-family: cursive;


}
.games img{

padding: 5px 25px;
margin:10px;
position: relative;
top:5%;
text-align:center;

}
.media button
{

border-radius: 30px;
color: #ffff;
background-color: #fcad26;
padding: 5px 25px;
margin:15px;
position:relative;
right:3px;
top:5%;
text-align:center;
text-decoration: none;
font-weight: bold;
display: inline-block;
font-size: 1.5rem;
cursor: pointer;
transition: all 0.3s;
width: 150px;
}
.media button:hover {
background: #fcc567;
color: #fff;
}
.l_name
{
font-family: cursive;

float: right;
}
Binary file added vdeo button working/img1.jpeg
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 vdeo button working/img2.jpeg
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 vdeo button working/img3.jpeg
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 vdeo button working/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions vdeo button working/page2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>
<head>
<title>NeuroBee</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<section class="xop-container">
<div class="xop-left">
<div class="help ">
<button>Help!</button>
<div>
<button>Friend1</button>
<button>Friend2</button>
<button>HelpLine</button>
</div>

</div>
<div class="text">
<h1>Play Games</h1>
</div>
<div class="games">
<a href="#" alt="tic tac toe"><img src="../devjam/tic_tac_toe.jpeg" alt="tic tac toe" width="100px" height="100px" ></a>
<a href="#" alt="tic tac toe"><img src="../devjam/tic_tac_toe.jpeg" alt="tic tac toe" width="100px" height="100px"></a>
</div>





</div>
<div class="xop-center">
<div class="logo">
<img src="logo.png" alt="logo" width="100px" height="100px">
</div>
<div class="l_name">
<h1>NeuroBee</h1>
<h5>A Bee that cares</h5>
</div>
<div class="how ">
<button>How are you feeling?</button>
<button>Chat Now</button>
</div>

</div>
<div class="xop-right">
<div class="setting">
<button>Setting</button>
<div>
<button>Edit Replika</button>
<button>Contact Us</button>
</div>
</div>
<div class="logout">
<button>Logout</button>
</div>
<div class="media">
<button>Gallery</button>
<a href="https://www.youtube.com/watch?v=h3uJKEDsyCM"></a> <button>Videos</button></a>
</div>

</div>
</section>
</body>
</html>
Binary file added vdeo button working/tic_tac_toe.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.