本团队官网的前端源码公开
对于本团队源码的公开,我们将提供下载链接和源码展示。 具体请往下浏览查看源码展示和下载链接!
FST Star Team-OWS 源码
我们决定将网站源码公开是因为为打造一个良好的产品形象,或许也能帮助到一些需要的人!
For God so loved the world, that he gave his only Son, that whoever believes in him should not perish but have eternal life. For God did not send his Son into the world to condemn the world, but in order that the world might be saved through him.
FST Star Team
↓ 源码如下 ↓
源码展示须知
因没有配套图片资源所以直接复制源码不可用!
(部分)index.html[篇幅太长请下载源码查看具体]
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>FST Star Team</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/vendor.css">
<script src="js/modernizr.js"></script>
<script defer src="js/fontawesome/all.min.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<div id="preloader">
<div id="loader"></div>
</div>
<header class="s-header">
<div class="row">
<div class="s-header__logo">
<a href="index.html">
<img src="images/logo.svg" alt="Homepage">
</a>
</div>
<nav class="s-header__nav">
<ul>
<li class="current"><a class="smoothscroll" href="#home">主页</a></li>
<li><a class="smoothscroll" href="#services">服务</a></li>
<li><a class="smoothscroll" href="#blog">成员</a></li>
<li><a class="smoothscroll" href="#about">关于我们</a></li>
</ul>
</nav>
<a class="s-header__menu-toggle" href="#0" title="Menu">
<span class="s-header__menu-icon"></span>
</a>
</div>
</header>
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width="3000" data-natural-height="2000">
<div class="s-home__content">
<div class="s-home__slider">
<div class="s-home__slide s-home__slide--1">
<div class="row">
<div class="column large-12 s-home__slide-text"><br>
<h2>
你好我们是<span>FST Star Team</span>。
我们专注于FSTCWO一键开站
</h2>
<p>
正如松柏在严寒中依然挺立,人亦如此,人的意志也应在逆境中而更显坚毅。
</p><br><br>
</div>
</div>
</div>
<div class="s-home__slide s-home__slide--2">
<div class="row">
<div class="column large-12 s-home__slider-text"><br>
<h2>
了解一些关于 <a href="#services" title="">我们的服务</a> 或
<a href="#contact" title="">加入我们</a>
来让我们更加强大!
</h2>
<p>
钻石之所以璀璨夺目,是因经历无数打磨,人亦如此,经历磨砺方能闪耀光芒。
</p><br><br>
</div>
</div>
</div>
</div>
<br><br><br><br>
</div>
<div class="s-home__nav-arrows">
<div class="s-home__arrow-prev">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12.707 17.293L8.414 13H18v-2H8.414l4.293-4.293-1.414-1.414L4.586 12l6.707 6.707z"/></svg>
</div>
<div class="s-home__arrow-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11.293 17.293l1.414 1.414L19.414 12l-6.707-6.707-1.414 1.414L15.586 11H6v2h9.586z"/></svg>
</div>
</div>
<div class="s-home__line"></div>
</section>
</body>
</html>