Designed by Apple in California

Developer
Size
2,319 Kb
Views
8,096

How do I make an designed by apple in california?

Having fun trying to mimic http://www.apple.com/designed-by-apple/. What is a designed by apple in california? How do you make a designed by apple in california? This script and codes were developed by Josep Llodrà on 19 January 2023, Thursday.

Designed by Apple in California Previews

Designed by Apple in California - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Designed by Apple in California</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- twitter @josep_llodra -->
<!-- fast blur by stackBlur -->
<span>Designed by Apple in California</span>
<div class="t1">we are engineers and artists</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://www.quasimondo.com/StackBlurForCanvas/StackBlur.js'></script> <script src="js/index.js"></script>
</body>
</html>

Designed by Apple in California - Script Codes CSS Codes

html, body { background-color: #FFFEFE; width: 100%; height: 100%; overflow: hidden;
}
canvas { background-color: transparent; position: absolute;
}
span { position: absolute; top: 50%; width: 100%; margin-top: -48px; text-align: center; font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 48px; letter-spacing: 1px;
}
div { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 18px;
}
div.t1 { position: absolute; top: 50%; width: 100%; text-align: center; margin-top: 24px;
}

Designed by Apple in California - Script Codes JS Codes

$(document).ready(function() { var n = 30; var size; for(var i=0; i < n; i++) { size = Math.floor(Math.random()*100) + 50; var x = Math.random()*$(document).width(); var y = Math.random()*$(document).height(); var el = $('<canvas id="'+i+'" width="'+size+'" height="'+size+'" style="z-index:'+i+'; top:'+y+'px; left:'+x+'px"></canvas>'); $('body').append(el); var ctx = el[0].getContext("2d"); //draw a circle ctx.fillStyle = "rgba(0,0,0,"+Math.random()/4+")"; ctx.beginPath(); ctx.arc(size/2, size/2, size/2 - 7, size/2 - 7, Math.PI*2, true); ctx.closePath(); ctx.fill(); stackBlurCanvasRGBA( i, 0, 0, size, size, Math.ceil(Math.random()*10)); }
});
Designed by Apple in California - Script Codes
Designed by Apple in California - Script Codes
Home Page Home
Developer Josep Llodrà
Username jllodra
Uploaded January 19, 2023
Rating 3
Size 2,319 Kb
Views 8,096
Do you need developer help for Designed by Apple in California?

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!

Josep Llodrà (jllodra) 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!