Skip to content

Instantly share code, notes, and snippets.

@edwardsprog
edwardsprog / index.html
Created February 9, 2025 21:23
Movie Ticket Animation - Loop 23
<body>
<div class="hero-container">
<div class="main-container">
<div class="poster-container">
<a href="#"><img src="https://i.ibb.co/ThPNnzM/blade-runner.jpg" class="poster" /></a>
</div>
<div class="ticket-container">
<div class="ticket__content">
<h4 class="ticket__movie-title">Blade Runner 2049</h4>
<p class="ticket__movie-slogan">
@edwardsprog
edwardsprog / index.html
Created February 9, 2025 21:20
jQuery Carousel blogger
<style type="text/css">
/*
* jQuery FlexSlider v2.0
* https://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
@edwardsprog
edwardsprog / blank-blogger-template-by-shurvir-mori.markdown
Created February 9, 2025 21:19
Blank Blogger Template by Shurvir Mori
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="UISuMo Team">
<meta name="keywords" content="blogger,html,responsive,template,creative agencies, freelancers, blogging">
@edwardsprog
edwardsprog / index.html
Created February 9, 2025 21:13
Particle JS
<div class='hanya-cover'>
<div class='hanya-widget'>
<div class='penutup' id='particle-ground'>
<div class='penutup-ensikology text-center'>
<h1 class='terserahgblk'>ENSIKOLOGY</h1>
<p>Share SEO Friendly and Responsive Blogger Theme</p>
<a class='gerak gblk' href='https://ensikology.blogspot.com/search' title=''>LIHAT KOLEKSI</a>
</div>
<p class='more'>Explore Our Collection</p>
</div>
@edwardsprog
edwardsprog / index.html
Created February 9, 2025 21:07
Travel Portfolio
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="travel.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
@edwardsprog
edwardsprog / index.html
Created February 9, 2025 20:28
PopUp Iframe Video/ Demo Script Widget For blogger
<div id="closed"></div>
<a href="#popup" class="popup-link">Click Here</a>
<div class="popup-wrapper" id="popup">
<div class="popup-container">
<center>
<embed allowfullscreen="true" height="375" src="https://www.youtube.com/v/UOvvTehcAV0?fs=1&amp;amp" type="application/x-shockwave-flash" width="580"></embed>
<a class="widgetku" href="http://4tipsbd.blogspot.com/" id="widgetku" target="blank">4tipsBD</a>
</center>
<a class="popup-close" href="#closed">X</a>
</div>