SR思锐 团队官网的静态站点,展示团队的青少年编程教育项目、社区入口、隐私政策与使用条款。页面采用无框架的 HTML/CSS/JavaScript,可直接部署在任意静态托管平台。
- 首页含英雄区、产品卡片、社区入口、团队介绍与联系方式
- 无依赖构建流程,直接打开
index.html即可浏览 - 响应式布局与辅助功能(导航折叠、滚动样式、跳转到内容)
- 第三方静态资源:Font Awesome、Google Fonts CDN
- 隐私政策与使用条款独立页面,便于合规展示
index.html:主站页面styles.css:全站样式script.js:导航折叠、滚动状态、年份更新等交互privacy.html/service.html:隐私政策与使用条款images/:站点配图与图标sounds/:音频资源(如rbc.mp3)- 其他静态资源:
404.html等
# 克隆仓库并进入项目目录(将 <repo-url> 替换为实际地址)
git clone <repo-url>
cd SRInternet-Studio
# 方式 1:直接双击 index.html 用浏览器打开
# 方式 2:启动本地静态服务(示例使用 Python)
python -m http.server 8080
# 然后访问 http://localhost:8080- GitHub Pages:将仓库设为公开,Pages 指向主分支根目录即可。
- 其他静态托管(Vercel/Netlify/Nginx 等):将仓库根目录作为静态资源根路径部署。
- Bilibili:https://space.bilibili.com/1969160969
- GitHub:https://github.com/SRInternet-Studio
- QQ 交流群:https://qm.qq.com/cgi-bin/qm/qr?k=0OC7vApC79hlsj1cx1SapeOKI_PaAaXY&jump_from=webapi&authKey=4c9uHeinCJS+DhdSe/CRUVCL6h22wqKtzrTxO82E1QSh4mwB9B5e3liZKOl1G8kN
- 邮箱:admin@sr-studio.cn
- 代码遵循 MIT 许可证,详见
service.html中的相关说明。 - 站点中的图片、音频及其他原创内容版权归 SR思锐 团队或原权利人所有,未经授权请勿商用。
A static website for the SR Studio (SR思锐 团队) showcasing youth-focused coding projects, community links, privacy policy, and terms of use. Pure HTML/CSS/JS with no build step; ready for any static host.
- Hero, product highlights, community links, about, and contact sections
- Zero-build workflow; open
index.htmldirectly - Responsive layout with accessible navigation toggle and skip link
- External assets via Font Awesome and Google Fonts CDNs
- Dedicated privacy (
privacy.html) and terms (service.html) pages for compliance
index.html: main landing pagestyles.css: global stylingscript.js: nav toggle, scroll state, and footer year updateprivacy.html/service.html: privacy policy and terms of useimages/: site imagery and iconssounds/: audio assets (e.g.,rbc.mp3)- Other static assets:
404.html, etc.
# Clone and enter the project (replace <repo-url> with the actual URL)
git clone <repo-url>
cd SRInternet-Studio
# Option 1: open index.html in your browser directly
# Option 2: serve locally (example with Python)
python -m http.server 8080
# Visit http://localhost:8080- GitHub Pages: point Pages to the repository root of the default branch.
- Any static host (Vercel/Netlify/Nginx/etc.): deploy the repo root as static assets.
- Bilibili: https://space.bilibili.com/1969160969
- GitHub: https://github.com/SRInternet-Studio
- QQ Group: https://qm.qq.com/cgi-bin/qm/qr?k=0OC7vApC79hlsj1cx1SapeOKI_PaAaXY&jump_from=webapi&authKey=4c9uHeinCJS+DhdSe/CRUVCL6h22wqKtzrTxO82E1QSh4mwB9B5e3liZKOl1G8kN
- Email: admin@sr-studio.cn
- Code is MIT-licensed (see notes in
service.html). - Images, audio, and other original content remain the property of SR Studio or respective owners; commercial use requires permission.