project.html 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. <!-- Google tag (gtag.js) -->
  10. <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z80GL04TQC"></script>
  11. <script>
  12. window.dataLayer = window.dataLayer || [];
  13. function gtag(){dataLayer.push(arguments);}
  14. gtag('js', new Date());
  15. gtag('config', 'G-Z80GL04TQC');
  16. </script>
  17. </head>
  18. <div class="header">
  19. <h1 onclick="window.location.href='./index.html'" style="cursor: pointer;">夏空拾雨小站</h1>
  20. <a href="./project.html">项目</a>
  21. <a href="./blog.html">教程</a>
  22. <a href="./tool.html">工具</a>
  23. </div>
  24. <div class="projectA" id="bdsUi">
  25. <div class="headrow">
  26. <h1 class="title">UI for BDS</h1>
  27. <div class="buttons">
  28. <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
  29. <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
  30. </div>
  31. </div>
  32. <p class="description">正在编写...</p>
  33. </div>
  34. <div class="projectB" id="sS">
  35. <div class="headrow">
  36. <h1 class="title">Sharp Sword</h1>
  37. <div class="buttons">
  38. <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
  39. <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
  40. </div>
  41. </div>
  42. <p class="description">正在编写...</p>
  43. </div>
  44. <div class="projectA" id="pNCal">
  45. <div class="headrow">
  46. <h1 class="title">Prime Number Calculator</h1>
  47. <div class="buttons">
  48. <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
  49. <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
  50. </div>
  51. </div>
  52. <p class="description">正在编写...</p>
  53. </div>
  54. <div class="projectB" id="xCal">
  55. <div class="headrow">
  56. <h1 class="title">Xksyu Calculator</h1>
  57. <div class="buttons">
  58. <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
  59. <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
  60. </div>
  61. </div>
  62. <p class="description">正在编写...</p>
  63. </div>
  64. <div class="footer">
  65. 夏空拾雨小站 wxp &copy; 2025
  66. <br>
  67. <a href="https://beian.miit.gov.cn/" target="_blank" rel="noreferrer noopener">蜀ICP备2025166785号-1</a>
  68. |
  69. <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=41030502001154" target="_blank" rel="noreferrer noopener">豫公网安备41030502001154号
  70. </a>
  71. </div>
  72. </html>