Simple Domain Placeholder

Developer
Size
4,777 Kb
Views
14,168

How do I make an simple domain placeholder?

What is a simple domain placeholder? How do you make a simple domain placeholder? This script and codes were developed by Danny on 23 September 2022, Friday.

Simple Domain Placeholder Previews

Simple Domain Placeholder - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Domain Placeholder</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='intro'> <div class='image noselect'> <img src='https://upload.vstanced.com/images/2016/04/05/ProfilePicture6.jpg'> </div> <div class='text'> <div class='name'> Ginger<em>dude </div> <div class='tagline'> <em>[noun]</em> gïn'gûr-(ˌ)dood </div> <div class='social noselect'> <a class='ig'> <i class='fa fa-instagram'></i> </a> <a class='in'> <i class='fa fa-linkedin'></i> </a> <a class='px'> <i class='fa fa-500px'></i> </a> <a class='sk'> <i class='fa fa-skype'></i> </a> <a class='tw'> <i class='fa fa-twitter'></i> </a> <a class='fb'> <i class='fa fa-facebook'></i> </a> </div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Simple Domain Placeholder - Script Codes CSS Codes

@charset "UTF-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
@import "https://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic";
@import "https://fonts.googleapis.com/css?family=Volkhov:400,700";
::-moz-selection { background: #000; color: #fff;
}
::selection { background: #000; color: #fff;
}
::-moz-selection { background: #000; color: #fff;
}
body { background-image: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/brushed_alu.png"); font-family: 'Volkhov', serif;
}
.intro { position: absolute; left: 50%; top: 48%; display: inline-block; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); background-color: #eaeaea; box-shadow: 0 0 100px 20px #eaeaea;
}
.intro .image, .intro .text { display: inline-block;
}
.intro .image { overflow: hidden; margin-right: 20px; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all .5s; transition: all .5s; -webkit-transform: translateY(20px) rotate(-75deg); transform: translateY(20px) rotate(-75deg);
}
.intro .image img { max-width: 120px; max-height: 120px; border-radius: 60px;
}
.intro .image.fadeIn { -webkit-transform: translateY(20px) rotate(0deg); transform: translateY(20px) rotate(0deg); opacity: 1;
}
.intro .text .name { font-size: 2em; font-weight: 700; opacity: 0; -webkit-transition: all .5s; transition: all .5s; -webkit-transform: translateX(50px); transform: translateX(50px);
}
.intro .text .name.fadeIn { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1;
}
.intro .text .name em { font-style: normal; font-weight: 400;
}
.intro .text .tagline { font-family: Muli, sans-serif; font-weight: 400; font-size: 1em; margin-top: 5px; opacity: 0; -webkit-transition: all .5s; transition: all .5s; -webkit-transition-delay: .2s; transition-delay: .2s; -webkit-transform: translateX(50px); transform: translateX(50px);
}
.intro .text .tagline.fadeIn { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1;
}
.intro .text .tagline em { font-weight: 300;
}
.intro .text .social { margin-top: 12px; opacity: 0; -webkit-transition: all 1.5s; transition: all 1.5s; -webkit-transition-delay: .5s; transition-delay: .5s;
}
.intro .text .social.fadeIn { opacity: 1;
}
.intro .text .social a { display: inline-block; background: #000; color: #fff; width: 30px; height: 30px; text-align: center; border-radius: 5px; font-size: 15px; margin-right: 5px; -webkit-transition: all 3s; transition: all 3s; border: 1px solid transparent;
}
.intro .text .social a i { line-height: 30px;
}
.intro .text .social a.deathOf { background: #af0000 !important; border-color: #7b0000; -webkit-transition: all .5s; transition: all .5s; pointer-events: none;
}
.intro .text .social a.deathOf:before { content: "

Simple Domain Placeholder - Script Codes JS Codes

$(function(){	$(".image, .name, .tagline, .social").addClass("fadeIn");	$(".fb, .tw").click(function(){	$(this).addClass("deathOf");	setTimeout(function(){ $(".deathOf").css("opacity",0) }, 500);	});
});
Simple Domain Placeholder - Script Codes
Simple Domain Placeholder - Script Codes
Home Page Home
Developer Danny
Username ExtremelyGinger
Uploaded September 23, 2022
Rating 3
Size 4,777 Kb
Views 14,168
Do you need developer help for Simple Domain Placeholder?

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!

Danny (ExtremelyGinger) 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!