Compare commits
4 Commits
94d9680174
...
b148167783
| Author | SHA1 | Date | |
|---|---|---|---|
| b148167783 | |||
| 88cc0e352e | |||
| dd06d87b17 | |||
| c8dbf40e75 |
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"liveServer.settings.port": 5500,
|
||||
"liveServer.settings.root": "/",
|
||||
"liveServer.settings.CustomBrowser": "chrome",
|
||||
"liveServer.settings.NoBrowser": false,
|
||||
"liveServer.settings.ignoreFiles": [
|
||||
".git",
|
||||
"**/*.sass",
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
@@ -527,17 +527,3 @@ body {
|
||||
.section-title {
|
||||
animation: fadeInUp 0.6s ease-out;
|
||||
}
|
||||
|
||||
.card-image placeholder-img img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
}
|
||||
|
||||
og-image.jpg img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
}
|
||||
26
index.html
26
index.html
@@ -15,32 +15,17 @@
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://solarark.net/g2026/g4/">
|
||||
<meta property="og:title" content="雪域阳光方舟 - 轻索方舱">
|
||||
<meta property="og:description" content="青藏高原轻钢拉索结构医疗站 - Approachable Luxury设计理念">
|
||||
<!-- <meta property="og:image" content="images/og-image.jpg"> -->
|
||||
<meta property="og:description" content="雪域阳光方舟 · 高海拔环境乡村医疗服务基站设计与建造研究">
|
||||
<meta property="og:image" content="images/og-image.jpg">
|
||||
|
||||
<!-- Base Path for Subdirectory Deployment -->
|
||||
<base href="/g2026/g4/">
|
||||
|
||||
<!-- Smart Path Detection - Must run before CSS/JS loading -->
|
||||
<script>
|
||||
(function() {
|
||||
const hostname = window.location.hostname;
|
||||
// 本地开发环境自动移除 base 标签
|
||||
if (hostname === 'localhost' || hostname === '127.0.0.1' || hostname === '') {
|
||||
const baseTag = document.querySelector('base');
|
||||
if (baseTag) {
|
||||
baseTag.remove();
|
||||
console.log('🔧 Local dev mode: base tag removed');
|
||||
}
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
<!-- Stylesheet -->
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
|
||||
<!-- Favicon -->
|
||||
<!-- <link rel="icon" type="image/png" href="images/favicon.png"> -->
|
||||
<link rel="icon" type="image/png" href="images/favicon.png">
|
||||
</head>
|
||||
<body>
|
||||
<!-- 顶部固定导航栏 -->
|
||||
@@ -54,7 +39,7 @@
|
||||
<li><a href="#performance" class="nav-link">性能分析</a></li>
|
||||
<li><a href="#self-sufficient" class="nav-link">自保障设计</a></li>
|
||||
<li><a href="#construction" class="nav-link">建造模拟</a></li>
|
||||
<li><a href="#about" class="nav-link">关于项目</a></li>
|
||||
<li><a href="#about" class="nav-link">关于设计</a></li>
|
||||
</ul>
|
||||
<div class="hamburger" id="hamburger">
|
||||
<span></span>
|
||||
@@ -80,7 +65,8 @@
|
||||
<div class="card-grid">
|
||||
<div class="card">
|
||||
<div class="card-image placeholder-img">
|
||||
<span>地理分析图</span>
|
||||
<img src="images/航拍图.jpg" alt="地理分析图">
|
||||
<img src="images/气温和降水月平均分布.jpg" alt="地理分析图">
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<h3>地理位置分析</h3>
|
||||
|
||||
Reference in New Issue
Block a user