Spaces:
Running
Running
我想创建一个直接部署在github上的个人网页,有我的照片作品集,随笔作品集,vibe coding 作品集,我目前的主营业务,个人的审美偏好,兴趣。我希望文字改成中文,增加一个我的简历的页面,增加我的小红书主页,邮箱,LinkedIn主页
c853853 verified | <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> |