Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Scroll Website</title>
<title>新星网页设计</title>
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
Expand All @@ -16,25 +16,25 @@
<!-- Navbar Section -->
<nav class="navbar">
<div class="navbar__container">
<a href="#home" id="navbar__logo">COLOR</a>
<a href="#home" id="navbar__logo">色彩</a>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span> <span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="#home" class="navbar__links" id="home-page">Home</a>
<a href="#home" class="navbar__links" id="home-page">首页</a>
</li>
<li class="navbar__item">
<a href="#about" class="navbar__links" id="about-page">About</a>
<a href="#about" class="navbar__links" id="about-page">关于我们</a>
</li>
<li class="navbar__item">
<a href="#services" class="navbar__links" id="services-page"
>Services</a
>服务</a
>
</li>
<li class="navbar__btn">
<a href="#sign-up" class="button" id="signup">Sign Up</a>
<a href="#sign-up" class="button" id="signup">注册</a>
</li>
</ul>
</div>
Expand All @@ -43,9 +43,9 @@
<!-- Hero Section -->
<div class="hero" id="home">
<div class="hero__container">
<h1 class="hero__heading">Choose your <span>colors</span></h1>
<p class="hero__description">Unlimited Possibilities</p>
<button class="main__btn"><a href="#">Explore</a></button>
<h1 class="hero__heading">选择您喜欢的 <span>颜色</span></h1>
<p class="hero__description">无限可能</p>
<button class="main__btn"><a href="#">浏览</a></button>
</div>
</div>

Expand All @@ -56,17 +56,17 @@ <h1 class="hero__heading">Choose your <span>colors</span></h1>
<div class="main__img--card"><i class="fas fa-layer-group"></i></div>
</div>
<div class="main__content">
<h1>What do we do?</h1>
<h2>We help businesses scale</h2>
<p>Schedule a call to learn more about our services</p>
<button class="main__btn"><a href="#">Schedule Call</a></button>
<h1>服务宗旨</h1>
<h2>帮助生意发展</h2>
<p>欢迎您打电话咨询</p>
<button class="main__btn"><a href="#">等待您的来电</a></button>
</div>
</div>
</div>

<!-- Services Section -->
<div class="services" id="services">
<h1>Our Services</h1>
<h1>我们的服务</h1>
<div class="services__wrapper">
<div class="services__card">
<h2>Custom Colorways</h2>
Expand Down Expand Up @@ -95,10 +95,10 @@ <h2>Infinite Choices</h2>
<div class="main" id="sign-up">
<div class="main__container">
<div class="main__content">
<h1>Join Our Team</h1>
<h2>Sign Up Today</h2>
<p>See what makes us different</p>
<button class="main__btn"><a href="#">Sign Up</a></button>
<h1>请加入我们</h1>
<h2>现在注册</h2>
<p>与众不同</p>
<button class="main__btn"><a href="#">注册</a></button>
</div>
<div class="main__img--container">
<div class="main__img--card" id="card-2">
Expand All @@ -113,24 +113,24 @@ <h2>Sign Up Today</h2>
<div class="footer__links">
<div class="footer__link--wrapper">
<div class="footer__link--items">
<h2>About Us</h2>
<h2>关于我们</h2>
<a href="/sign__up">How it works</a> <a href="/">Testimonials</a>
<a href="/">Careers</a> <a href="/">Terms of Service</a>
</div>
<div class="footer__link--items">
<h2>Contact Us</h2>
<h2>联系我们</h2>
<a href="/">Contact</a> <a href="/">Support</a>
<a href="/">Destinations</a>
</div>
</div>
<div class="footer__link--wrapper">
<div class="footer__link--items">
<h2>Videos</h2>
<a href="/">Submit Video</a> <a href="/">Ambassadors</a>
<h2>视频</h2>
<a href="/">提交内容</a> <a href="/">Ambassadors</a>
<a href="/">Agency</a>
</div>
<div class="footer__link--items">
<h2>Social Media</h2>
<h2>社交媒体</h2>
<a href="/">Instagram</a> <a href="/">Facebook</a>
<a href="/">Youtube</a> <a href="/">Twitter</a>
</div>
Expand Down