Keep Austin Fed

Size
2,259 Kb
Views
18,216

How do I make an keep austin fed?

What is a keep austin fed? How do you make a keep austin fed? This script and codes were developed by David Broadlick on 28 September 2022, Wednesday.

Keep Austin Fed Previews

Keep Austin Fed - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Keep Austin Fed</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="callout-overlay"> <div class="close-overlay">X</div> <div class="callout-overlay-inner"> <h1 class="title">Keep Austin Fed</h1> <h1>Keep Austin Fed connects food donors with hungry neighbors</h1> <h1>We deliver <span class="number">1500</span> meals a day</h1> <h1>But food insecurity affects <span class="number">160,000</span> Austin residents</h1> <h1><input type="text" name="hours" value="2" autofocus onfocus="this.value = this.value;"> hours of your time provides <span class="number meals">150</span> meals</h1> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Keep Austin Fed - Script Codes CSS Codes

.callout-overlay { font-family: "Lucida Grande", sans-serif;
}
.callout-overlay .close-overlay { display: fixed; float: right; font-size: 36px; padding: 10px; cursor: pointer;
}
.callout-overlay .callout-overlay-inner { padding: 70px 10px 50px 10px; max-width: 900px; margin: 0 auto;
}
.callout-overlay h1 { display: block; padding-bottom: 20px; font-weight: normal;
}
.callout-overlay h1.title { font-size: 45px; text-align: center; font-weight: bold;
}
.callout-overlay .number { font-size: 40px; border-bottom: solid 4px #00A7E1;
}
.callout-overlay input[name="hours"] { border-top: none; border-left: none; border-right: none; border-bottom: solid 4px #d65034; font-size: 36px; font-weight: bold;
}
.callout-overlay input[name="hours"] { width: 20px; border-outline: none;
}
.callout-overlay input[name="hours"]:focus { outline: none;
}

Keep Austin Fed - Script Codes JS Codes

$('.callout-overlay .close-overlay').on('click', function() { //$('.callout-overlay').hide(); // just for demo window.location.href = "http://keepaustinfed.org/";
});
$('.callout-overlay input[name="hours"]').on('keyup', function() { var hours = $('.callout-overlay input[name="hours"]').val(); $('.number.meals').html(hours * 75);
});
Keep Austin Fed - Script Codes
Keep Austin Fed - Script Codes
Home Page Home
Developer David Broadlick
Username s1m0ne
Uploaded September 28, 2022
Rating 3
Size 2,259 Kb
Views 18,216
Do you need developer help for Keep Austin Fed?

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!

David Broadlick (s1m0ne) Script Codes
Create amazing art & images 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!