Free
Gallery
Julian Sterling Gallery
A gallery block extracted from the Julian Sterling template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
0
6
A gallery block extracted from the Julian Sterling template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.FontAwesomeConfig = {
autoReplaceSvg: 'nest'
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Julian Sterling Gallery | Tailwind CSS UI Block</title>
<meta name="description" content="A gallery block extracted from the Julian Sterling template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
<meta name="keywords" content="Julian Sterling, Tailwind CSS template, HTML website template, digital product architect, designer portfolio, UX portfolio, responsive creative design">
<meta name="author" content="Let's templates">
<link rel="canonical" href="">
<meta property="og:type" content="product">
<meta property="og:site_name" content="Let's templates">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="">
<meta property="og:title" content="Julian Sterling | Tailwind CSS Digital Product Architect Portfolio Template">
<meta property="og:description" content="An elegant Tailwind CSS portfolio template for digital product architects, UX designers, and human-centric interface specialists.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="Julian Sterling template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="Julian Sterling | Tailwind CSS Digital Product Architect Portfolio Template">
<meta name="twitter:description" content="An elegant Tailwind CSS portfolio template for digital product architects, UX designers, and human-centric interface specialists.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="Julian Sterling template preview">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;600&display=swap" rel="stylesheet">
<style>
html {
overflow-x: hidden;
}
body {
font-family: 'Inter', sans-serif;
background-color: #ffffff;
color: #1a1a1a;
overflow-x: hidden;
}
.serif {
font-family: 'Playfair Display', serif;
}
.oval-container {
border-radius: 50% / 40%;
overflow: hidden;
}
.bg-decorative-waves {
background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1,18.3c0,0-2.7-1.1-4.8-1.1s-4.8,1.1-4.8,1.1s-2.7-1.1-4.8-1.1S2,18.3,2,18.3' fill='none' stroke='%23eeeeee' stroke-width='1'/%3E%3C/svg%3E");
background-repeat: repeat;
}
</style>
</head>
<body class="antialiased overflow-x-hidden">
<!-- block:start gallery -->
<section id="projects" class="py-16 md:py-32 px-4 sm:px-6 md:px-12 border-t border-neutral-100 overflow-hidden">
<div class="max-w-7xl mx-auto">
<h2 class="serif text-3xl sm:text-4xl md:text-5xl text-center mb-12 md:mb-24 px-2">My Latest Projects</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 sm:gap-6 md:gap-8">
<!-- Project 1 -->
<div class="group relative aspect-[4/3] overflow-hidden bg-neutral-100">
<img class="w-full h-full object-cover grayscale" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_7143fe4623_679e65842f46e354.png" alt="portrait of a woman in a black t-shirt with bold Supro text, minimalist studio setting" />
</div>
<!-- Project 2 -->
<div class="group relative aspect-[4/3] overflow-hidden bg-neutral-100">
<img class="w-full h-full object-cover grayscale" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_99023c829b_7b022199b6342185.png" alt="close up of a kingfisher bird with large LW letters in the background, editorial photography" />
<div class="absolute bottom-4 right-4 sm:bottom-8 sm:right-8 w-20 h-20 sm:w-24 sm:h-24 rounded-full border border-black/20 flex flex-col items-center justify-center bg-white/10 backdrop-blur-sm group-hover:scale-110 transition-transform cursor-pointer">
<span class="text-[8px] font-bold uppercase tracking-widest text-center leading-tight">Hold<br>And Drag</span>
</div>
</div>
<!-- Project 3 -->
<div class="group relative aspect-[4/3] overflow-hidden bg-neutral-100 sm:col-span-2 md:col-span-1">
<img class="w-full h-full object-cover grayscale" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_2e97b32358_4e556eb98f1ed8dd.png" alt="architectural archway with minimalist banner mockup text, high-contrast photography" />
</div>
</div>
</div>
</section>
<!-- block:end gallery -->
<script>
(function () {
var button = document.getElementById('mobile-menu-button');
var navigation = document.getElementById('mobile-navigation');
var iconOpen = document.getElementById('mobile-menu-icon-open');
var iconClose = document.getElementById('mobile-menu-icon-close');
if (!button || !navigation) return;
function setMenu(open) {
navigation.hidden = !open;
button.setAttribute('aria-expanded', String(open));
button.setAttribute('aria-label', open ? 'Close navigation' : 'Open navigation');
if (iconOpen && iconClose) {
iconOpen.classList.toggle('hidden', open);
iconClose.classList.toggle('hidden', !open);
}
}
button.addEventListener('click', function (event) {
event.stopPropagation();
setMenu(navigation.hidden);
});
navigation.querySelectorAll('.mobile-nav-link').forEach(function (link) {
link.addEventListener('click', function () {
setMenu(false);
});
});
document.addEventListener('click', function (event) {
if (!navigation.hidden && !navigation.contains(event.target) && !button.contains(event.target)) {
setMenu(false);
}
});
})();
</script>
</body>
</html>
Free
Portfolio
Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.