Tool Box

Size
3,036 Kb
Views
8,096

How do I make an tool box?

What is a tool box? How do you make a tool box? This script and codes were developed by Mohammed Fawzy on 26 January 2023, Thursday.

Tool Box Previews

Tool Box - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Tool Box</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html lang="en"> <head> <meta charset="UTF-8" /> <!-- IE Compatibility Meta --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- First Mobile Meta --> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Design With Bootstrap [1] Home</title> <link rel='stylesheet' href='css/default_theme.css' /> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700'> <!--[if lt IE 9]> <script src="js/html5shiv.min.js"></script> <script src="js/respond.min.js"></script> <![endif]--> </head> <body>
<!-- Start Section Tool Box --> <section class="option-box"> <div class="color-option"> <h4>Color Option</h4> <ul class="list-unstyled"> <li data-value="css/default_theme.css"></li> <li data-value="css/purple_theme.css"></li> <li data-value="css/blue_theme.css"></li> <li data-value="css/yellow_theme.css"></li> </ul> </div> <i class="fa fa-gear fa-3x gear-check"></i> </section> <!-- Start Section Features --> <section class="features text-center"> <div class="container"> <h2 class="h1">Our Features</h2> <div class="row"> <div class="col-lg-3 col-md-6"> <div class="feat wow bounceInLeft" data-wow-duration="1s" data-wow-offset="200"> <span class="glyphicon glyphicon-ok"></span> <h4>100% Responsive</h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> </div> <div class="col-lg-3 col-md-6"> <div class="feat wow bounceInDown" data-wow-duration="1s" data-wow-offset="200"> <span class="glyphicon glyphicon-thumbs-up"></span> <h4>Retina Ready</h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> </div> <div class="col-lg-3 col-md-6"> <div class="feat wow bounceInUp" data-wow-duration="1s" data-wow-offset="200"> <span class="glyphicon glyphicon-eye-open"></span> <h4>Awesome Display</h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> </div> <div class="col-lg-3 col-md-6"> <div class="feat wow bounceInRight" data-wow-duration="1s" data-wow-offset="200"> <span class="glyphicon glyphicon-pencil"></span> <h4>Well Documented</h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> </div> </div> </div> </section> <!-- End Section Features --> <!-- Start Carousel --> </body>
</html> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Tool Box - Script Codes CSS Codes

/* Start Section Tool Box */
.option-box {position:fixed;top:100px;left:0;z-index:9999}
.option-box .color-option { float:left; background:#333; color:#fff; padding:10px; width:200px; display:none
}
.option-box .color-option ul li { width:20px; height:20px; display:inline-block; margin-right:3px; cursor:pointer
}
.option-box .gear-check {padding:5px;color:#000;cursor:pointer}
/* End Section Tool Box */
/* Start Section Features */
.features { padding-top: 30px; background:#EEE}
.features .feat {margin-bottom:30px}
.features .feat p {line-height:2em}
.features .feat span.glyphicon {font-size:25px;margin-bottom:10px;color:#666}
/* End Section Features */

Tool Box - Script Codes JS Codes

// Show Color Option Div When Click On The Gear $(".gear-check").click(function () { $(".color-option").fadeToggle(); });
var colorLi = $(".color-option ul li"), scrollButton = $("#scroll-top"); colorLi.eq(0).css("backgroundColor", "#E60024").end() .eq(1).css("backgroundColor", "#E426D5").end() .eq(2).css("backgroundColor", "#009AFF").end() .eq(3).css("backgroundColor", "#FFD500"); colorLi.click(function () { $("link[href*='theme']").attr("href", $(this).attr("data-value")); });
Tool Box - Script Codes
Tool Box - Script Codes
Home Page Home
Developer Mohammed Fawzy
Username mohammed-fawzy
Uploaded January 26, 2023
Rating 3
Size 3,036 Kb
Views 8,096
Do you need developer help for Tool Box?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Mohammed Fawzy (mohammed-fawzy) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!