Spaces:
Running
Running
File size: 7,896 Bytes
c853853 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | <!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vibe Coding | PixelPortfolio</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
</head>
<body class="bg-gray-50 text-gray-800 font-sans antialiased">
<custom-navbar></custom-navbar>
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24">
<section class="mb-16">
<h1 class="text-4xl md:text-5xl font-bold mb-6 text-center">氛围编程项目</h1>
<p class="text-xl text-center text-gray-600 max-w-3xl mx-auto">
功能性与美学愉悦相遇的地方。实验性界面与数字体验。
</p>
</section>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-24">
<!-- Project 1 -->
<div class="bg-white rounded-2xl shadow-md overflow-hidden group">
<div class="relative h-64 overflow-hidden">
<img src="http://static.photos/technology/640x360/1" alt="Project 1" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center">
<a href="#" class="px-6 py-3 bg-white text-purple-600 rounded-full font-medium hover:bg-gray-100 transition-colors flex items-center gap-2">
<i data-feather="external-link"></i> Live Demo
</a>
</div>
</div>
<div class="p-6">
<div class="flex items-center gap-4 mb-4">
<span class="px-3 py-1 bg-purple-100 text-purple-800 rounded-full text-sm font-medium">WebGL</span>
<span class="px-3 py-1 bg-pink-100 text-pink-800 rounded-full text-sm font-medium">Three.js</span>
</div>
<h2 class="text-2xl font-bold mb-3">生成光之舞</h2>
<p class="text-gray-600 mb-4">
将音频输入转化为动态光影雕塑的交互式WebGL体验。
使用Three.js和GLSL着色器构建。
</p>
<a href="#" class="inline-flex items-center gap-2 text-purple-600 font-medium hover:text-purple-800 transition-colors">
查看案例研究 <i data-feather="arrow-right" class="w-4 h-4"></i>
</a>
</div>
</div>
<!-- Project 2 -->
<div class="bg-white rounded-2xl shadow-md overflow-hidden group">
<div class="relative h-64 overflow-hidden">
<img src="http://static.photos/technology/640x360/2" alt="Project 2" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center">
<a href="#" class="px-6 py-3 bg-white text-purple-600 rounded-full font-medium hover:bg-gray-100 transition-colors flex items-center gap-2">
<i data-feather="external-link"></i> Live Demo
</a>
</div>
</div>
<div class="p-6">
<div class="flex items-center gap-4 mb-4">
<span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm font-medium">CSS</span>
<span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full text-sm font-medium">GSAP</span>
</div>
<h2 class="text-2xl font-bold mb-3">排版探索者</h2>
<p class="text-gray-600 mb-4">
实验可变字体和微交互的游乐场。
展示现代CSS的表现潜力。
</p>
<a href="#" class="inline-flex items-center gap-2 text-purple-600 font-medium hover:text-purple-800 transition-colors">
查看案例研究 <i data-feather="arrow-right" class="w-4 h-4"></i>
</a>
</div>
</div>
<!-- Project 3 -->
<div class="bg-white rounded-2xl shadow-md overflow-hidden group">
<div class="relative h-64 overflow-hidden">
<img src="http://static.photos/technology/640x360/3" alt="Project 3" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center">
<a href="#" class="px-6 py-3 bg-white text-purple-600 rounded-full font-medium hover:bg-gray-100 transition-colors flex items-center gap-2">
<i data-feather="external-link"></i> Live Demo
</a>
</div>
</div>
<div class="p-6">
<div class="flex items-center gap-4 mb-4">
<span class="px-3 py-1 bg-green-100 text-green-800 rounded-full text-sm font-medium">Canvas</span>
<span class="px-3 py-1 bg-yellow-100 text-yellow-800 rounded-full text-sm font-medium">P5.js</span>
</div>
<h2 class="text-2xl font-bold mb-3">算法水墨</h2>
<p class="text-gray-600 mb-4">
使用程序生成技术模拟传统水墨画技法。
每次交互都会创造独特的构图。
</p>
<a href="#" class="inline-flex items-center gap-2 text-purple-600 font-medium hover:text-purple-800 transition-colors">
查看案例研究 <i data-feather="arrow-right" class="w-4 h-4"></i>
</a>
</div>
</div>
<!-- Project 4 -->
<div class="bg-white rounded-2xl shadow-md overflow-hidden group">
<div class="relative h-64 overflow-hidden">
<img src="http://static.photos/technology/640x360/4" alt="Project 4" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center">
<a href="#" class="px-6 py-3 bg-white text-purple-600 rounded-full font-medium hover:bg-gray-100 transition-colors flex items-center gap-2">
<i data-feather="external-link"></i> Live Demo
</a>
</div>
</div>
<div class="p-6">
<div class="flex items-center gap-4 mb-4">
<span class="px-3 py-1 bg-red-100 text-red-800 rounded-full text-sm font-medium">SVG</span>
<span class="px-3 py-1 bg-purple-100 text-purple-800 rounded-full text-sm font-medium">React</span>
</div>
<h2 class="text-2xl font-bold mb-3">Data Portraits</
</body>
</html> |