Krzyho on DeviantArthttps://www.deviantart.com/krzyho/art/Waiting-start-page-430135411Krzyho

Deviation Actions

Krzyho's avatar

Waiting - start page

By
Published:
3.8K Views

Description

Start page for web browsers uses jQuery and CSS3.
I hope U like It! ;)
soo...have fun:)


1. to change the weather open index.html (you can use notepad or notepad++ or similar program) and find something like this (below the line 19):
$('#test').weatherfeed(['USNY0996']);
Now go to this link: www.weather.com/weather/rss/su…
Enter your city and click search. In address bar in your browser you will see code of your city eg: New York (USNY0996)
Copy this code and paste in index.html file: (['USNY0996']);
Save file

2. to change rss feed open index.html and find something like this (below the line 24):
$(document).ready(function () {
$('#rss').rssfeed('www.theverge.com/rss/index.xml…,{limit: 5}, function(e) {
Replace your address.
Save file

3. to change background picture, add your pics to img folder and open style.css (in css folder). Find:
body {
background:#333 url('../img/3.jpg') no-repeat center center fixed;
and replace "3.jpg" to: url('../img/your_image.jpg') 
Save file

And that’s it!
© 2014 - 2024 Krzyho
Comments14
Join the community to add your comment. Already a deviant? Log In
How would I go about making the navbar menu be a dropdown menu for each item (Home, News, etc...) rather than just a single link to another page?

I love this startpage BTW.