7月6号

<body> <nav class="navbar"> <div class="logo" onclick="location.href='index.html'"> <span>🎓</span> 我的大学 </div> <ul class="nav-links"> <li> <a href="index.html" class="page-switch-btn">🏠 返回主页</a> </li> </ul> </nav> <div class="main-container"> <section class="hero" style="flex-direction: column; text-align: center;margin-top: 25%;"> <h1>关于我</h1> <big>你好,我是吕雪林,2025级应用2班。我是一个对电脑软硬件都充满好奇的人,平时喜欢研究各种编程程序。目前正在学习前段、JavaScript等课程。希望大学三年能够打下扎实的技术功底,未来成为一名优秀的前端开发工程师。</big> </section> </div> <footer class="footer"> <p>用 <span class="heart">❤️</span> 搭建 · 我的第一个网页 · 2025</p> <p style="font-size:0.75rem;margin-top:4px;">大一新生作品 —— 每天都在进步一点点 ✨</p> </footer> </body>
posted @ 2026-07-06 10:23  lvxuel  阅读(5)  评论(0)    收藏  举报