UI Test 2

Developer
Size
2,968 Kb
Views
8,096

How do I make an ui test 2?

What is a ui test 2? How do you make a ui test 2? This script and codes were developed by Tom on 19 November 2022, Saturday.

UI Test 2 Previews

UI Test 2 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>UI Test 2</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <header id="head"> <a href="#menu" class="menubtn"><i class="fa fa-bars"></i></a> <h1>Title</h1>
</header>
<div id="menu" class="hide"> <nav role="navigation"> <ul> <li class="heading">Hotels & Booking</li> <li><a href="#booking"><i class="fa fa-building-o"></i> Search Hotels</a></li> <li><a href="#favorites"><i class="fa fa-star"></i> Favorite Hotels</a></li> <li><a href="#recent"><i class="fa fa-search"></i> Recent Searches</a></li> <li class="heading">Account & Support</li> <li><a href="#account"><i class="fa fa-user"></i> Your Account</a></li> <li><a href="#help"><i class="fa fa-life-saver"></i> Help & Support</a></li> </ul> </nav>
</div>
<div id="wrapper" class=""> <div id="content"> Site content would go here </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

UI Test 2 - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700italic,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
* { padding:0; margin:0; position:relative; box-sizing:border-box;
}
body, html {	height:100%;	min-height:100%; font-family: 'Cantarell', sans-serif; font-size: 14px; overflow-x:hidden; background: #036AB3; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smooth:always; background: radial-gradient(ellipse at center, rgba(2,162,239,1) 0%,rgba(3,106,179,1) 100%); color:#fff; padding-top:30px;
}
#head { width:100%; padding:20px; background:rgba(2,162,239,1); color:#fff; line-height:140%; z-index:980; position:fixed; top:0; left:0;
}
#head .menubtn { color:#fff; font-size:140%; vertical-align:middle; float:left; z-index:900; outline:none;
}
#head h1 { text-align:center;
}
#menu { width:100%; position:fixed; left:0px; transition:all .2s ease-in-out; transition-delay:0.2s; opacity:1; z-index:900;
}
#menu.hide { transform:rotateY(-90deg) translateX(-110%); opacity:0; transform-origin:left center; transition-delay:0s;
}
#menu ul { list-style:none; margin:0; padding:0;
}
#manu ul li { display:block;
}
#menu ul li.heading { font-size:130%; padding:20px 40px; font-weight:700;
}
#menu ul li a { display:block; padding:20px 60px; color:#fff; text-decoration:none; font-size:1.143em; transition:all .5s ease-in-out; z-index:940;
}
#menu ul li a .fa { font-size:150%; vertical-align:middle; margin-right:10px;
}
#menu ul li a:hover { background:rgba(255,255,255,0.5); color:#036AB3;
}
#wrapper { background:url(http://static.pexels.com/wp-content/uploads/2014/09/dawn-dust-grass-2946.jpeg) no-repeat; background-size:cover; background-position:bottom center; height:100%; transition:all .3s ease-in-out; tramsform-origin:left center; z-index:960; backface-visibility: hidden; padding:1px; background-clip:content-box; transform-style: preserve-3d; outline:1px solid transparent; transform:translate3d(0,0,0);
}
#wrapper.hide { transform:translateX(20%) rotateY(45deg) skewX(-10deg) scale(.75) translate3d(0,0,0); box-shadow:-10px 0 20px 0 rgba(0,0,0,0.1); outline: 10px solid transparent; opacity:.7;
}
#content { background:rgba(0,0,0,.5); width:100%; height:100%; padding:20px 60px;
}
@media only screen
and (max-device-width : 480px) { body { font-size:12px; } #wrapper.hide { transform:translateX(100%) rotateY(-45deg) skewX(-10deg) !important; } #menu ul li a { padding:10px 60px; }
}

UI Test 2 - Script Codes JS Codes

$('.menubtn').on('click',function() { $('#menu').toggleClass('hide'); $('#wrapper').toggleClass('hide'); $(this).find('i.fa').toggleClass('fa-bars fa-times'); return false;
});
UI Test 2 - Script Codes
UI Test 2 - Script Codes
Home Page Home
Developer Tom
Username TomJ1588
Uploaded November 19, 2022
Rating 3
Size 2,968 Kb
Views 8,096
Do you need developer help for UI Test 2?

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!

Tom (TomJ1588) Script Codes
Create amazing captions 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!