当前位置: 首页 > wzjs >正文

苏州公司网站设计网店出售

苏州公司网站设计,网店出售,简历网站后怎样才能被谷歌 百度收录吗,网站开发后端语言极简个人介绍&#xff1a;采用语义化 HTML 标签&#xff08;header、section、footer 等&#xff09;实现滚动渐入动画&#xff0c;增强页面交互感响应式布局适配各种设备技能展示区域使用卡片式设计&#xff0c;突出视觉层次<!DOCTYPE html> <html lang"zh-CN&q…

极简个人介绍

  • 采用语义化 HTML 标签(header、section、footer 等)
  • 实现滚动渐入动画,增强页面交互感
  • 响应式布局适配各种设备
  • 技能展示区域使用卡片式设计,突出视觉层次

 

<!DOCTYPE html>
<html lang="zh-CN">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>极简个人介绍</title><script src="https://cdn.tailwindcss.com"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet"><style>@layer utilities {.text-balance {text-wrap: balance;}.section-fade {opacity: 0;transform: translateY(20px);transition: all 0.6s ease-out;}.section-visible {opacity: 1;transform: translateY(0);}}</style>
</head>
<body class="bg-gray-50 font-sans"><!-- 头部区域 --><header class="bg-gradient-to-r from-blue-600 to-indigo-700 text-white"><div class="container mx-auto px-4 py-20 md:py-32"><div class="max-w-3xl mx-auto text-center"><img src="https://picsum.photos/id/64/200/200" alt="个人头像" class="w-32 h-32 rounded-full mx-auto border-4 border-white/30 mb-6 object-cover"><h1 class="text-4xl md:text-5xl font-bold mb-4">小王</h1><p class="text-xl md:text-2xl text-blue-100 mb-8">前端开发者 | 设计爱好者</p><div class="flex justify-center gap-4"><a href="#about" class="bg-white text-blue-700 px-6 py-3 rounded-full font-medium hover:bg-blue-50 transition-colors">了解我 <i class="fa-solid fa-arrow-down ml-2"></i></a></div></div></div></header><!-- 主要内容 --><main class="container mx-auto px-4 py-16"><!-- 关于我 --><section id="about" class="max-w-3xl mx-auto mb-20 section-fade"><h2 class="text-3xl font-bold mb-6 text-gray-800 border-l-4 border-blue-600 pl-4">关于我</h2><div class="prose prose-lg max-w-none text-gray-700"><p class="text-balance">从事前端开发3年,专注于创建流畅的用户体验和响应式界面。擅长将复杂的需求转化为简洁的代码,热衷于学习新技术并应用到实际项目中。</p><p class="text-balance">除了编码,我还喜欢摄影和UI设计,这些爱好帮助我从不同角度思考产品体验。</p></div></section><!-- 技能 --><section class="max-w-3xl mx-auto mb-20 section-fade"><h2 class="text-3xl font-bold mb-8 text-gray-800 border-l-4 border-blue-600 pl-4">技能栈</h2><div class="grid grid-cols-2 md:grid-cols-3 gap-6"><div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow"><i class="fa-brands fa-html5 text-orange-500 text-3xl mb-3"></i><h3 class="font-semibold text-gray-800">HTML5</h3><p class="text-sm text-gray-600 mt-1">语义化结构</p></div><div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow"><i class="fa-brands fa-css3-alt text-blue-500 text-3xl mb-3"></i><h3 class="font-semibold text-gray-800">CSS3</h3><p class="text-sm text-gray-600 mt-1">Flex/Grid布局</p></div><div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow"><i class="fa-brands fa-js text-yellow-500 text-3xl mb-3"></i><h3 class="font-semibold text-gray-800">JavaScript</h3><p class="text-sm text-gray-600 mt-1">ES6+ 特性</p></div><div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow"><i class="fa-brands fa-react text-blue-400 text-3xl mb-3"></i><h3 class="font-semibold text-gray-800">React</h3><p class="text-sm text-gray-600 mt-1">组件化开发</p></div><div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow"><i class="fa-brands fa-figma text-purple-500 text-3xl mb-3"></i><h3 class="font-semibold text-gray-800">Figma</h3><p class="text-sm text-gray-600 mt-1">UI/UX 设计</p></div><div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition-shadow"><i class="fa-brands fa-git text-red-500 text-3xl mb-3"></i><h3 class="font-semibold text-gray-800">Git</h3><p class="text-sm text-gray-600 mt-1">版本控制</p></div></div></section><!-- 近期动态 --><section class="max-w-3xl mx-auto section-fade"><h2 class="text-3xl font-bold mb-8 text-gray-800 border-l-4 border-blue-600 pl-4">近期动态</h2><div class="space-y-6"><div class="bg-white p-6 rounded-xl shadow-sm"><span class="inline-block px-3 py-1 bg-green-100 text-green-800 text-xs rounded-full mb-3">2024.10</span><h3 class="font-semibold text-xl text-gray-800 mb-2">完成个人博客重构</h3><p class="text-gray-600">使用Next.js重写了个人博客,优化了加载速度和SEO表现</p></div><div class="bg-white p-6 rounded-xl shadow-sm"><span class="inline-block px-3 py-1 bg-green-100 text-green-800 text-xs rounded-full mb-3">2025.02</span><h3 class="font-semibold text-xl text-gray-800 mb-2">参与开源项目贡献</h3><p class="text-gray-600">为一个UI组件库提交了3个PR,修复了响应式适配问题</p></div><div class="bg-white p-6 rounded-xl shadow-sm"><span class="inline-block px-3 py-1 bg-green-100 text-green-800 text-xs rounded-full mb-3">2025.06</span><h3 class="font-semibold text-xl text-gray-800 mb-2">学习TypeScript</h3><p class="text-gray-600">完成TypeScript进阶课程,开始在项目中实践类型系统</p></div></div></section></main><!-- 页脚 --><footer class="bg-gray-800 text-white py-12"><div class="container mx-auto px-4"><div class="max-w-3xl mx-auto"><div class="flex flex-col md:flex-row justify-between items-center mb-8"><h3 class="text-xl font-bold mb-4 md:mb-0">小王的个人主页</h3><div class="flex gap-4"><a href="#" class="text-gray-300 hover:text-white transition-colors"><i class="fa-brands fa-github text-xl"></i></a><a href="#" class="text-gray-300 hover:text-white transition-colors"><i class="fa-brands fa-linkedin text-xl"></i></a><a href="#" class="text-gray-300 hover:text-white transition-colors"><i class="fa-brands fa-codepen text-xl"></i></a></div></div><div class="text-center text-gray-400 text-sm"><p>© 2025 小王. 用HTML、CSS和JavaScript构建</p></div></div></div></footer><script>// 滚动显示动画document.addEventListener('DOMContentLoaded', () => {const sections = document.querySelectorAll('.section-fade');const observer = new IntersectionObserver((entries) => {entries.forEach(entry => {if (entry.isIntersecting) {entry.target.classList.add('section-visible');}});}, { threshold: 0.1 });sections.forEach(section => {observer.observe(section);});});</script>
</body>
</html>

http://www.dtcms.com/wzjs/787140.html

相关文章:

  • 建筑装修设计网站大全图片搜索
  • 云指网站开发vps怎么做多个网站
  • 广州网站建设十年乐云seo世界杯网站开发
  • 邮箱登陆嵌入网站网页设计论文html
  • 广东企业网站模板定制绍兴模板建站代理
  • 北师大 网页制作与网站建设 考试列表网免费发布信息
  • 做我女朋友的套路网站响应式网站模仿
  • 安庆网站开发网页打不开怎么处理
  • 安徽网站建设调查报告江门网页设计
  • 西安高端网站建设首选定制衣服
  • 网站上点击图片局部放大如何做网站 建设意见
  • 零基础学做网站难吗网站代理 正规备案
  • 在公司做网站是什么职位静态网页模板制作工具
  • 广州seo网站建设部网站碎发零能耗住宅
  • 济南天桥区网站建设公司网站备案 登录名
  • 商务网站建设与维护 ppt食品贸易网站建设案例
  • 运营什么网站好系统的php网站建设
  • sns网站开发网页制作与设计第四版电子书
  • 长春网站排名方案wordpress迁移空间插件
  • 做网站php语言用什么工具关键词seo排名优化如何
  • 公司用wordpress建站用花钱如何免费引流推广
  • 深圳网站建设推广平台许昌网站设计制作
  • 平和县建设局网站wordpress迁移网站
  • 网站设计排名网站乐亭网站建设
  • 塑料袋销售做哪个网站推广好站酷设计官方网站
  • 网站空间买多大的房管局网上备案查询
  • 建设网站公开教学视频下载网站建设都需要哪些书
  • 云南建设监理协会官方网站福田祥菱m2怎么样
  • 建立网站接受投注是什么意思wordpress php5.3版本
  • 淘宝上开做网站的店铺营销网站建设yyeygtytty