Skip to content

Instantly share code, notes, and snippets.

@edwardsprog
edwardsprog / index.html
Created September 27, 2025 14:51
Movie library
<!--
Template Name: Moviewp
Author: Vincenzo Piromalli (fr0zen)
Website: https://fr0zen.store/
Contact: vincenzo.piromalli@gmail.com
Purchase: https://fr0zen.store/moviewp/
Support: https://fr0zen.store/contact/
-->
<body class="overview">
@edwardsprog
edwardsprog / index.html
Created September 27, 2025 14:49
Movie Filters - Tailwindcss + VanillaJS
<div id="app" class="bg-[#050505] text-white min-h-screen">
<!-- Navbar -->
<nav class="sticky top-0 w-full flex items-center justify-between px-6 py-4 max-w-[1280px] mx-auto">
<div class="flex items-center space-x-6">
<a class="flex items-center space-x-2" href="#">
<div class="w-8 h-8 rounded-lg bg-gradient-to-tr from-[#00f0b5] to-[#00d1ff] flex items-center justify-center">
<span class="text-black font-extrabold text-xl leading-none">V</span>
</div>
<span class="text-xl font-bold text-transparent bg-clip-text bg-gradient-to-r from-primary to-blue-400">idos</span>
</a>
@edwardsprog
edwardsprog / index.html
Created August 9, 2025 10:58
Netflix Skin for JWPLAYER8 v2.0.7
<!-- Fullscreen Video CSS -->
<style>
#player {
position: absolute;
width: 100% !important;
height: 100% !important;
}
</style>
<!-- Player -->
@edwardsprog
edwardsprog / index.html
Created March 31, 2025 00:28
social media post
<div class="container">
<div class="image "></div>
<div class="post-container ">
<div class="poster-container">
<img class="profile-picture" src="https://i.ibb.co/2NCTY7K/7799204-2091-5.jpg" alt="">
<span class="poster"> Jonas</span>
</div>
<ul class="posts">
@edwardsprog
edwardsprog / index.html
Created March 31, 2025 00:13
Opera Redesign
<main>
<div class="top">
<img src="https://raw.githubusercontent.com/JihadKurdo/opera-redesign/main/assets/bg.jpeg" alt="Background Image" class="backgroundImage">
<button type="button" class="changeLanguage" title="گهورینا زمانی" tabindex>
<i class="fa-solid fa-globe"></i>
<span>گهورینا زمانی</span>
</button>
<div class="info">
<img src="https://raw.githubusercontent.com/JihadKurdo/opera-redesign/main/assets/logo.jpeg" class="profileImage" alt="Profile">
<div class="name">خارنگەهـ و کافێیا ئوپێرا</div>
@edwardsprog
edwardsprog / index.html
Created March 31, 2025 00:12
Opera Redesign
<main>
<div class="top">
<img src="https://raw.githubusercontent.com/JihadKurdo/opera-redesign/main/assets/bg.jpeg" alt="Background Image" class="backgroundImage">
<button type="button" class="changeLanguage" title="گهورینا زمانی" tabindex>
<i class="fa-solid fa-globe"></i>
<span>گهورینا زمانی</span>
</button>
<div class="info">
<img src="https://raw.githubusercontent.com/JihadKurdo/opera-redesign/main/assets/logo.jpeg" class="profileImage" alt="Profile">
<div class="name">خارنگەهـ و کافێیا ئوپێرا</div>
@edwardsprog
edwardsprog / index.html
Created March 31, 2025 00:04
Notification-cards-animation
<div class="wrapper">
<div class="notifications">
<div class="notifications__item">
<div class="notifications__item__avatar">
<img src="https://github.com/Flat-Pixels/Notifications-card-animation/raw/master/img/avatar_1.jpg" />
</div>
<div class="notifications__item__content">
@edwardsprog
edwardsprog / index.html
Created March 30, 2025 22:44
Profile User Interfaces
<!------------------------------------------------------------------------------------------------------------------------------------------------
Profile User Interfaces inspired by: http://media02.hongkiat.com/mobile-app-ui/5-iPhone-app-designs-UI.jpg
------------------------------------------------------------------------------------------------------------------------------------------------->
<div class="mainWrapper">
<!-- first profile -->
<div class="box">
<div class="image"></div>
<div class="profileImage"></div>
<h1>EMMA STONE</h1>
<span>UX LEAD DESIGNER</span> <a href="#" class="button">FOLLOW</a>
@edwardsprog
edwardsprog / index.html
Created March 30, 2025 16:58
Video Play Button
<a class="video-play-button">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 104 104" enable-background="new 0 0 104 104" xml:space="preserve">
<path fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" d="M26,35h52L52,81L26,35z"/>
<circle class="video-play-circle" fill="none" stroke="#DA3D25" stroke-width="4" stroke-miterlimit="10" cx="52" cy="52" r="50"/>
</svg>
<span class="video-play-outline"></span>
</a>