1560415911
In this project we will build a homepage or landing page with the time that we can interact with and save our name/focus to local storage.
Code:
https://codepen.io/bradtraversy/pen/XLrQvz
Subscribe: https://www.youtube.com/c/TraversyMedia/featured
#javascript #web-development
1625653680
In this tutorial, we are going to build a fully responsive Gym Landing page using HTML, CSS (SCSS) and JavaScript. We’ll use all sort of CSS tricks and also do a little bit of usability and accessibility.
I hope that you enjoy the tutorial. It would be awesome if you like the video, comment below and consider subscribing.
Source Files: https://bit.ly/3zWOhZ4
Tips:
Tips are never expected but deeply appreciated if you are able and will go towards my channel and likely food. Please only tip if you are able, I’m just happy you’re here!
Buy Me A Beer: https://www.paypal.com/donate/?hosted_button_id=YUH7JRDUN5QEY
Chapters:
0:00 Introduction:
0:39 Project Setup
6:02 HTML5 & Reset Styles
18:10 Skip To Content Button
25:17 Header & Navbar
01:12:23 Hero
01:40:16 Categories
01:57:18 Training Options
02:09:29 Get Started Today
02:20:54 We Will Help You
02:23:01 Footer
02:23:27 Ending
CONNECT with RaddyTheBrand
Website: https://www.raddy.co.uk
GitHub: https://www.github.com/RaddyTheBrand
Instagram: https://www.instagram.com/RaddyTheBrand
Twitter: https://www.twitter.com/RaddyTheBrand
Newsletter: https://www.raddy.co.uk/newsletter
#javascript #css #html #landing page #scss #fully responsive landing page
1604751378
Learning how to create a professional and responsive landing page requires high quality code and the right guide. Using high quality coding you can easily create professional and responsive landing pages. This page is primarily created using HTML, CSS and JavaScript programming languages. Structures or designs are created using HTML programming language, responsive to CSS programming code. JavaScript programming code basically makes this page animated and professional. In this article I will guide you completely on how to create a professional and responsive landing page. Before learning how to create a landing page, you need to know a few things very well. First of all, you can arrange the landing page for all devices such as computers, laptops, mobiles, etc. Below are all the code needed to create this landing page. You can download all the code needed to create this landing page by clicking on the download button above. You can also watch the live demo of this landing page by clicking on the demo button.
Demo: Click Here
Download Code: Click Here
Only general HTML, CSS and JavaScript programming languages have been used to create this landing page.
The background of this page has been completely blackened and the text has been whitewashed. You can change the color as you wish. You can easily do this if you want to whiten the background and blacken the white text. I have shown you below how to do it.
Everything that is on a website is kept in it like menu bar, login form, protocol design, footer menu, footer credit etc. Everything has a landing page.
There is a place to subscribe on the homepage of this template, which means any user can subscribe to you using email id and password etc.
There is a fixed menu bar at the top and animations have been added.
Here’s the author’s table below. This means that you can give an information about those who upload content to your website here.
There is also a footer menu below. There is space to add pages like About Us, Contact Us, Privacy Policy etc. You can also add everything you have on your social media account here.
Below is the footer credit, which means you can understand who created this website. I currently have my own name here. You can add your own name here if you want. I have shown below all the details of how to do it.
Again there is a button below where you can go to the very first of the website by clicking.
All in all this is a great professional web site template that will help you learn. Hope you like this landing page. If you want to learn how to make it, follow the steps below.
Here I will show you how I created this Responsive Landing Page. You can easily find out how to increase it from the following methods.
Body
This is a CSS code that has been used to build this structure.
body {
margin: 0;
padding: 0 4px;
height: 100vh;
overflow: hidden;
line-height: 1.5;
font-family: 'Inconsolata', sans-serif;
font-size: 62.5%;
color: #fff;
background-color: #1d1e22;
}
Top menu bar
The menu bar shown on this website is a fixed menu bar. The following codes have been used to create this menu bar.
header ul {
list-style-type: none;
padding: 0;
margin: 1em 0;
display: flex;
width: 100%;
justify-content: flex-end;
align-items: center;
}
header ul li {
position: relative;
margin: 0 1em;
transition: all 0.2s linear;
}/*ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);*/
header ul li a {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
color: #fff;
}
header ul li::before {
position: absolute;
content: '';
top: calc(100% + 4px);
left: 0;
width: 20px;
height: 2px;
/*ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);*/
background-color: #fff;
transform-origin: 0 100%;
transform: rotate(-5deg);
transition: all 0.2s ease-out;
}
header ul li:hover::before {
width: 100%;
background-color: #df2359;
}
Subscribe form
The subscription form on the homepage of this website is basically a follow form. Where your users can follow you. The following programs are used to make it.
<form><img src="https://s.cdpn.io/profiles/user/2727382/80.jpg?1545923020"/>
<input type="text" placeholder="Email:"/>
<input type="text" placeholder="Password:"/><a class="button" href="#bottom">Follow me</a>
</form>
Footer menu
Footer menus are basically a place to add some notable pages to your website. I have used the following programming code to make it.
<li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
<li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
<li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
<li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
Footer Credit
You can use the following codes to create footer credits. Here I will show you how to change the name of this credit. Basically I used my own name here you can add your own name.
footer {
padding-bottom: 1em;
width: 100%;
min-height: 35vh;
flex-direction: column;
justify-content: space-around;
background-color: #191a1d;
}/*ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);*/
footer h3 {
position: relative;
font-family: 'Montserrat', sans-serif;
}
footer h3::before {
position: absolute;
content: '';
top: calc(100% + 4px);
left: 0;
width: 20px;
height: 2px;
background-color: #df2359;
transform-origin: 0 100%;
transform: rotate(-5deg);
transition: all 0.2s ease-out;
}
footer h5 {
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}
footer h5.follow {
color: #df2359;
}
footer ul {
list-style-type: none;
margin: 0;
/*ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);*/
padding: 0;
}
footer ul li {
line-height: 1.5;
transition: transform 200ms ease-in;
will-change: transform;
}
footer ul li:hover {
transform: translateX(5px);
}
Make the website page responsive
A special type of CSS code has been used to make this landing page responsive. Those codes make the landing page responsive and professional. As a result, it can adapt itself beautifully to any device. The following programming codes have been used to make it responsive.
@media (max-width: 991px) {
.blur {
display: none;
}
.content {
text-align: center;
}
.content h1::before {
display: none;
}
}
@-moz-keyframes hearts {
50% {
transform: scale(1.4);
}
}/*ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);*/
@-webkit-keyframes hearts {
50% {
transform: scale(1.4);
}
}
@-o-keyframes hearts {
50% {
transform: scale(1.4);
}
}
@keyframes hearts {
50% {
transform: scale(1.4);
}
}
@-moz-keyframes dash {
90% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
fill: #fff;
}
}
@-webkit-keyframes dash {
90% {
stroke-dashoffset: 0;
}/*ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);*/
100% {
stroke-dashoffset: 0;
fill: #fff;
}
}
@-o-keyframes dash {
90% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
fill: #fff;
}
}
@keyframes dash {
90% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
fill: #fff;
}
}
/*ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);ctx.fillText(deathMeans, cnv.width/2, cnv.height/2-30);*/
All the HTML, CSS and JavaScript required to create this landing page are given above. You can download all the programming codes by clicking on the download button there.
Hopefully from this article you have learned how to create a professional and responsive landing page using only common HTML, CSS and JavaScript programming languages. If you encounter any problems while creating this landing page, please let me know in the comments. I will do my best to make this website. If you like this article, please like this article and comment your opinion.
https://www.backlinkn.com/2020/11/landing-page-tutorial-make-webpage.html
#landing-page #website-page #html #css #javascript
1622207074
Who invented JavaScript, how it works, as we have given information about Programming language in our previous article ( What is PHP ), but today we will talk about what is JavaScript, why JavaScript is used The Answers to all such questions and much other information about JavaScript, you are going to get here today. Hope this information will work for you.
JavaScript language was invented by Brendan Eich in 1995. JavaScript is inspired by Java Programming Language. The first name of JavaScript was Mocha which was named by Marc Andreessen, Marc Andreessen is the founder of Netscape and in the same year Mocha was renamed LiveScript, and later in December 1995, it was renamed JavaScript which is still in trend.
JavaScript is a client-side scripting language used with HTML (Hypertext Markup Language). JavaScript is an Interpreted / Oriented language called JS in programming language JavaScript code can be run on any normal web browser. To run the code of JavaScript, we have to enable JavaScript of Web Browser. But some web browsers already have JavaScript enabled.
Today almost all websites are using it as web technology, mind is that there is maximum scope in JavaScript in the coming time, so if you want to become a programmer, then you can be very beneficial to learn JavaScript.
In JavaScript, ‘document.write‘ is used to represent a string on a browser.
<script type="text/javascript">
document.write("Hello World!");
</script>
<script type="text/javascript">
//single line comment
/* document.write("Hello"); */
</script>
#javascript #javascript code #javascript hello world #what is javascript #who invented javascript
1616670795
It is said that a digital resource a business has must be interactive in nature, so the website or the business app should be interactive. How do you make the app interactive? With the use of JavaScript.
Does your business need an interactive website or app?
Hire Dedicated JavaScript Developer from WebClues Infotech as the developer we offer is highly skilled and expert in what they do. Our developers are collaborative in nature and work with complete transparency with the customers.
The technology used to develop the overall app by the developers from WebClues Infotech is at par with the latest available technology.
Get your business app with JavaScript
For more inquiry click here https://bit.ly/31eZyDZ
Book Free Interview: https://bit.ly/3dDShFg
#hire dedicated javascript developers #hire javascript developers #top javascript developers for hire #hire javascript developer #hire a freelancer for javascript developer #hire the best javascript developers
1589255577
As a JavaScript developer of any level, you need to understand its foundational concepts and some of the new ideas that help us developing code. In this article, we are going to review 16 basic concepts. So without further ado, let’s get to it.
#javascript-interview #javascript-development #javascript-fundamental #javascript #javascript-tips