Initial commit: AIFO official portal web.

Add static site, shared layout, and Node dev server with standard .gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-30 15:29:50 +08:00
commit 4d30803b60
1154 changed files with 184340 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Probably the most complete UI kit out there. Multiple functionalities and controls added, extended color palette and beautiful typography, designed as its own extended version of Bootstrap at the highest level of quality. ">
<meta name="author" content="Webpixels">
<title>AIFO UI Kit</title>
<!-- Fonts -->
<!-- <link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700,800|Roboto:400,500,700" rel="stylesheet"> -->
<link href="./assets/css/style.css" rel="stylesheet">
<!-- Theme CSS -->
<link type="text/css" href="./assets/css/theme.css" rel="stylesheet">
<!-- Demo CSS - No need to use these in your project -->
<link type="text/css" href="./assets/css/demo.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<!-- 引入Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css">
<!-- 使用向下箭头图标 -->
<i class="bi bi-chevron-down"></i> <!-- 单角箭头 -->
<i class="bi bi-caret-down-fill"></i> <!-- 实心三角箭头 -->
<i class="bi bi-arrow-down"></i> <!-- 直线箭头 -->
<i class="fas fa-chevron-down"></i>
<i class="fas fa-angle-down"></i>
<i class="fas fa-caret-down"></i>
<div class="arrow-down"></div>
<style>
.arrow-down {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #000;
}
</style>
<span style="font-size: 1.2em;"></span> <!-- 黑色实心向下三角 -->
<span style="font-size: 1.2em;"></span> <!-- 白色实心向下三角 -->
<span style="font-size: 1.2em;"></span> <!-- 向下箭头 -->
<span style="font-size: 1.2em;"></span> <!-- 小向下箭头 -->
</body>
</html>