Startpage

Size
2,923 Kb
Views
12,144

How do I make an startpage?

What is a startpage? How do you make a startpage? This script and codes were developed by Anton Nørgaard Kristensen on 09 December 2022, Friday.

Startpage Previews

Startpage - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Startpage</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html> <head> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/weather-icons/1.3.2/css/weather-icons.min.css"> </head> <body> <div class="card" id="weather"> <div class="icon"> <i class="wi wi-day-sunny"></i> </div> <div class="text"> <h2>Roskilde</h2> <small>Solskin</small><span> 27°</span> </div> <div class="overlay"> <span class="overlay-box"> <i class="wi wi-day-sunny"></i> <p>26°</p> </span> <span class="overlay-box"> <i class="wi wi-day-sunny"></i> <p>25°</p> </span> <span class="overlay-box"> <i class="wi wi-day-sunny"></i> <p>27°</p> </span> <span class="overlay-box"> <i class="wi wi-day-cloudy"></i> <p>20°</p> </span> <span class="overlay-box"> <i class="wi wi-cloud"></i> <p>18°</p> </span> </div> </div> <div class="card" id="search"> <input type="text"> </div> <body>
</html> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Startpage - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Montserrat:400,700);
* { font-family: 'Montserrat'; margin: 0;
}
body { background-color: teal; padding: 20px;
}
.card { color: #333; background-color: white; padding: 20px 20px; border-radius: 3px; -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.card .text { width: 50%;
}
.card .text small { color: #666;
}
.card .icon { width: 50%; float: right;
}
.card .icon i { font-size: 80px; padding-left: 40px;
}
.card .overlay { margin-top: 5px; width: 50%; display: none;
}
.card .overlay .overlay-box { margin-right: 4px; float: left;
}
.card .overlay .overlay-box p { font-size: 10px; padding-left: 3px;
}
#weather { width: 260px; height: 80px; float: left;
}
#search { width: 40%; margin: auto; padding: 0;
}
#search input { height: 50px; width: 100%; font-size: 20px; padding-left: 20px; border: none; border-radius: 3px;
}
#search input:focus { outline: none;
}

Startpage - Script Codes JS Codes

$(function(){ $('#weather').on("click", function () { $('.overlay').fadeToggle(300); });
});
Startpage - Script Codes
Startpage - Script Codes
Home Page Home
Developer Anton Nørgaard Kristensen
Username Antonnk
Uploaded December 09, 2022
Rating 3
Size 2,923 Kb
Views 12,144
Do you need developer help for Startpage?

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!

Anton Nørgaard Kristensen (Antonnk) Script Codes
Create amazing SEO content 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!