project.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" type="text/css" href="./lib/main.css?v1.1.0">
  6. <link rel="stylesheet" type="text/css" href="./lib/project.css?v1.0.2">
  7. <title>项目 | 夏空拾雨小站</title>
  8. <meta name="description" content="wxp的网站。云销雨霁,彩彻区明。这里一直都在,从黄昏直到满夜星光。">
  9. </head>
  10. <div class="header">
  11. <h1 onclick="window.location.href='./index.html'" style="cursor: pointer;">夏空拾雨小站</h1>
  12. <a href="./project.html">项目</a>
  13. <a href="./blog.html">教程</a>
  14. <a href="./tool.html">工具</a>
  15. </div>
  16. <div class="projectA" id="bdsUi">
  17. <div class="headrow">
  18. <h1 class="title">UI for BDS</h1>
  19. <div class="buttons">
  20. <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
  21. <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
  22. </div>
  23. </div>
  24. <p class="description">正在编写...</p>
  25. </div>
  26. <div class="projectB" id="sS">
  27. <div class="headrow">
  28. <h1 class="title">Sharp Sword</h1>
  29. <div class="buttons">
  30. <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
  31. <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
  32. </div>
  33. </div>
  34. <p class="description">正在编写...</p>
  35. </div>
  36. <div class="projectA" id="pNCal">
  37. <div class="headrow">
  38. <h1 class="title">Prime Number Calculator</h1>
  39. <div class="buttons">
  40. <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
  41. <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
  42. </div>
  43. </div>
  44. <p class="description">正在编写...</p>
  45. </div>
  46. <div class="projectB" id="xCal">
  47. <div class="headrow">
  48. <h1 class="title">Xksyu Calculator</h1>
  49. <div class="buttons">
  50. <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
  51. <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
  52. </div>
  53. </div>
  54. <p class="description">正在编写...</p>
  55. </div>
  56. <div class="footer">
  57. 夏空拾雨小站 wxp &copy; 2025
  58. <br>
  59. <a href="https://beian.miit.gov.cn/" target="_blank" rel="noreferrer noopener">蜀ICP备2025166785号-1</a>
  60. |
  61. <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=41030502001154" target="_blank" rel="noreferrer noopener">豫公网安备41030502001154号
  62. </a>
  63. </div>
  64. </html>