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
Binary file added learn editor file.pdf
Binary file not shown.
82 changes: 82 additions & 0 deletions learning path.HTML
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html>

<head>
<title>
Create an HTML button that
acts like a link

<link rel="stylesheet" href="https://use.fontawesome.com/releases/Version5.13.0/css/all.css" >
</title>

<!-- Style to create button -->
<style>


h1{
text-decoration: blue;
text-align: center;
text-shadow: 3px;
background-color: grey;
}

.searchbtn{
align: center;
border-width: 5px;
}

.placeholder{
align: center;

}

.Learning1 {
background-color: white;
border: 2px solid black;
color: blue;
padding: 5px 10px;
button-align-right: 10px;
button-align-bottom: 10px;
display: inline-block;
font-size: 20px;
margin: 10px 30px;
cursor: pointer;
}

.Learning2 {
background-color: white;
border: 2px solid black;
color: blue;
padding: 5px 10px;
text-align: center;
display: inline-block;
font-size: 20px;
margin: 10px 30px;
cursor: pointer;
}
</style>
</head>

<body>
<h1>Choose Learning Path</h1>
<div class="wrapper">
<input type="text" class="input" placeholder="you can search here any Stack, want ?" size="30px">
<div class="searchbtn">
<i class ="fas fa-search"></i>

</div>
</div>

<!-- Create a form then add button
inside the form -->
<form>
<button class = "Learning1" type="submit">
Technical Stack
</button>

<button class = "Learning2" type="submit">
Non-Technical Stack
</button>
</form>
</body>

124 changes: 124 additions & 0 deletions not.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta character="UTF-8">
<title>Create Top Notification Bar on your Website Using HtMl And Css BY lisenme</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<style>
body{
margin: 0;
padding: 0;
width: 100%;
}
#hellobar-bar {
font-family: "Open Sans", sans-serif;
width: 100%;
margin: 0;
height: 30px;
display: table;
font-size: 17px;
font-weight: 400;
padding: .33em .5em;
-webkit-font-smoothing: antialiased;
color: #5c5e60;
position: fixed;
background-color: white;
box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
}
#hellobar-bar.regular {
height: 30px;
font-size: 14px;
padding: .2em .5em;
}
.hb-content-wrapper {
text-align: center;
text-align: center;
position: relative;
display: table-cell;
vertical-align: middle;
}
.hb-content-wrapper p {
margin-top: 0;
margin-bottom: 0;
}
.hb-text-wrapper {
margin-right: .67em;
display: inline-block;
line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
font-size: 1em;
display: inline-block;
vertical-align: middle;
}
#hellobar-bar .hb-cta {
display: inline-block;
vertical-align: middle;
margin: 5px 0;
color: #ffffff;
background-color: #0099cc;
border-color: #0099cc;
}
.hb-cta-button {
opacity: 1;
color: #fff;
display: block;
cursor: pointer;
line-height: 1.5;
max-width: 22.5em;
text-align: center;
position: relative;
border-radius: 3px;
white-space: nowrap;
margin: 1.75em auto 0;
text-decoration: none;
padding: 0;
overflow: hidden;
}
.hb-cta-button .hb-text-holder {
border-radius: inherit;
padding: 5px 15px;
}
.hb-close-wrapper {
display: table-cell;
width: 1.6em;
}
.hb-close-wrapper .icon-close {
font-size: 14px;
top: 15px;
right: 25px;
width: 15px;
height: 15px;
opacity: .3;
color: #000;
cursor: pointer;
position: absolute;
text-align: center;
line-height: 15px;
z-index: 1000;
text-decoration: none;

}
</style>
</head>
<body>


<div id="hellobar-bar" class="regular closable">
<div class="hb-content-wrapper">
<div class="hb-text-wrapper">
<div class="hb-headline-text">
<p><span>Subscribe to build skills</span></p>
</div>
</div>
<a href="https://www.fnplus.tech/" target="_blank" class="hb-cta hb-cta-button">
<div class="hb-text-holder">
<p>Subscribe Now</p>
</div>
</a>
</div>
<div class="hb-close-wrapper">
<a href="javascript:void(0);" class="icon-close" onClick="$('#hellobar-bar').fadeOut()">&#10006;</a>
</div>
</body>
</html>
124 changes: 124 additions & 0 deletions notification bar
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta character="UTF-8">
<title>Create Top Notification Bar on your Website Using HtMl And Css BY lisenme</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<style>
body{
margin: 0;
padding: 0;
width: 100%;
}
#hellobar-bar {
font-family: "Open Sans", sans-serif;
width: 100%;
margin: 0;
height: 30px;
display: table;
font-size: 17px;
font-weight: 400;
padding: .33em .5em;
-webkit-font-smoothing: antialiased;
color: #5c5e60;
position: fixed;
background-color: white;
box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
}
#hellobar-bar.regular {
height: 30px;
font-size: 14px;
padding: .2em .5em;
}
.hb-content-wrapper {
text-align: center;
text-align: center;
position: relative;
display: table-cell;
vertical-align: middle;
}
.hb-content-wrapper p {
margin-top: 0;
margin-bottom: 0;
}
.hb-text-wrapper {
margin-right: .67em;
display: inline-block;
line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
font-size: 1em;
display: inline-block;
vertical-align: middle;
}
#hellobar-bar .hb-cta {
display: inline-block;
vertical-align: middle;
margin: 5px 0;
color: #ffffff;
background-color: #0099cc;
border-color: #0099cc;
}
.hb-cta-button {
opacity: 1;
color: #fff;
display: block;
cursor: pointer;
line-height: 1.5;
max-width: 22.5em;
text-align: center;
position: relative;
border-radius: 3px;
white-space: nowrap;
margin: 1.75em auto 0;
text-decoration: none;
padding: 0;
overflow: hidden;
}
.hb-cta-button .hb-text-holder {
border-radius: inherit;
padding: 5px 15px;
}
.hb-close-wrapper {
display: table-cell;
width: 1.6em;
}
.hb-close-wrapper .icon-close {
font-size: 14px;
top: 15px;
right: 25px;
width: 15px;
height: 15px;
opacity: .3;
color: #000;
cursor: pointer;
position: absolute;
text-align: center;
line-height: 15px;
z-index: 1000;
text-decoration: none;

}
</style>
</head>
<body>


<div id="hellobar-bar" class="regular closable">
<div class="hb-content-wrapper">
<div class="hb-text-wrapper">
<div class="hb-headline-text">
<p><span>Subscribe to build skills</span></p>
</div>
</div>
<a href="https://www.fnplus.tech/" target="_blank" class="hb-cta hb-cta-button">
<div class="hb-text-holder">
<p>Subscribe Now</p>
</div>
</a>
</div>
<div class="hb-close-wrapper">
<a href="javascript:void(0);" class="icon-close" onClick="$('#hellobar-bar').fadeOut()">&#10006;</a>
</div>
</body>
</html>
Loading