<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nova Theme</title>
<meta name="Nova theme" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"/>
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css"/>
<link rel="stylesheet" href="assets/css/responsive.css"/>
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
</head>
<body>
<!-- Navigation
================================================== -->
<div class="hero-background">
<div>
<img class="strips" src="assets/images/strips.png">
</div>
<div class="container">
<div class="header-container header">
<a class="navbar-brand logo" href="#"> <img class="logo" src="assets/images/logo.svg"/> </a>
<a href="#">
<button class="header-btn"> Download FREE!</button>
</a>
<div class="header-right">
<a class="navbar-item" href="#team">The Team</a>
<a class="navbar-item" href="#pricing">Pricing</a>
<a class="navbar-item" href="#features">Features</a>
</div>
</div>
<!--navigation-->
<!-- Hero-Section
================================================== -->
<div class="hero row">
<div class="hero-right col-sm-6 col-sm-6">
<h1 class="header-headline bold"> Beautiful Free Nova template <br></h1>
<h4 class="header-running-text light"> A top notch premium quality template for your next
web project.</h4>
<a href="#">
<button class="hero-btn"> Download FREE!</button>
</a>
</div><!--hero-left-->
<div class="col-sm-6 col-sm-6 ipad">
<img class="ipad-screen img-responsive" src="assets/images/screen.png"/>
</div>
<div><img class="mouse" src="assets/images/mouse.svg"/></div>
</div><!--hero-->
</div> <!--hero-container-->
</div><!--hero-background-->
<!-- Features
================================================== -->
<div id="features" class="features-section">
<div class="features-container row">
<h2 class="features-headline light">FEATURES</h2>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display">
<img class="feature-img" src="assets/images/responsive.svg">
</div>
<h5 class="feature-head-text feature-no-display"> FULLY RESPONSIVE </h5>
<p class="feature-subtext light feature-no-display"> Looks amazing on any
device: smartphone, tablet, laptop and desktop.</p>
</div>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display feature-display-mid">
<img class="feature-img" src="assets/images/customizable.svg">
</div>
<h5 class="feature-head-text feature-no-display feature-display-mid"> CUSTOMIZABLE </h5>
<p class="feature-subtext light feature-no-display feature-display-mid"> Change the colors, pictures or any
of the sections
to suit your needs.</p>
</div>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display feature-display-last">
<img class="bullet-img" src="assets/images/design.svg">
</div>
<h5 class="feature-head-text feature-no-display feature-display-last"> SLICK AND BEAUTIFUL DESIGN </h5>
<p class="feature-subtext light feature-no-display feature-display-last"> Trendy and fresh design, fits any
website.</p>
</div>
</div> <!--features-container-->
</div> <!--features-section-->
<!-- Logos
================================================== -->
<div class="logos-section">
<img class="logos" src="assets/images/logos.png"/>
</div><!--logos-section-->
<!-- White-Section
================================================== -->
<div class="white-section row">
<div class="imac col-sm-6">
<img class="imac-screen img-responsive" src="assets/images/imac.png">
</div>
<!--imac-->
<div class="col-sm-6">
<div class="white-section-text">
<h2 class="imac-section-header light">SIMPLE AND BEAUTIFUL</h2>
<div class="imac-section-desc">
<span> Use Nova theme for your next web project.
It is completely customizable so you can change any of the sections to fit your needs.
Nova Theme is Free for any kind of use, personal and commercial. Have fun and good luck!</span>
</div>
</div>
</div>
</div><!--white-section-text-section--->
<!-- Pricing
================================================== -->
<div id="pricing" class="pricing-background">
<h2 class="pricing-section-header light text-center">CHOOSE YOUR PRICING PLAN</h2>
<h4 class=" pricing-section-sub text-center light">Pick any of our super affordable pricing plans</h4>
<div class="pricing-table row">
<div class="col-sm-4">
<div class="plan">
<h3 class="plan-title light">BASIC</h3>
<h4 class="plan-cost bold">15</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>Up to 7 Projects</li>
<li>2 Additional Developers</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div><!--basic-plan--->
</div><!--col-->
<div class="col-sm-4">
<div class="mid-plan">
<h3 class="plan-title light">AGENCY</h3>
<h4 class="plan-cost bold">55</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>Up to 25 Projects</li>
<li>2 Additional Developers</li>
<li>Unlimited Support</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div><!--pro-plan--->
</div><!--col-->
<div class="col-sm-4">
<div class="plan">
<h3 class="plan-title light">PRO</h3>
<h4 class="plan-cost bold">75</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>Up to 25 Projects</li>
<li>2 Additional Developers</li>
<li>Unlimited Support</li>
<li>1.5GB Disk Space</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div><!--pro-plan--->
</div><!--col-->
</div> <!--pr
没有合适的资源?快使用搜索试试~ 我知道了~
[web前端]&[课程设计]&[网站源码]-商业APP应用服务网页模板.7z
共33个文件
svg:16个
png:12个
css:2个
需积分: 5 1 下载量 72 浏览量
2024-06-21
14:37:52
上传
评论
收藏 2.4MB 7Z 举报
温馨提示
专为前端开发专业人士和爱好者打造的高级学习资源。 在移动互联网时代,响应式网页设计已变得不可或缺。这份源码深入响应式设计的核心,通过精细的HTML代码,展示了如何快速有效地构建在各种屏幕尺寸上自动适应的网站。无论你是希望提升技能的前端开发者,还是渴望建立个人在线作品集的学生,这份资源都将是你宝贵的财富。 通过学习这份源码,你不仅能够理解响应式设计的精髓,更能将其轻松应用到实际项目中,大大提升你的开发效率和项目质量。代码的每一行都体现了对前端开发专业性的追求和尊重,旨在帮助使用者构建美观、功能丰富且用户友好的现代网站。 立即查看【web前端】&【课程设计】&【网站源码】—HTML源码-响应式网页,开启你的前端开发进阶之旅。掌握前沿的响应式设计技巧,让你的网站无论在何种设备上都能完美展现。这不仅是一份源码,更是通往专业前端开发之路的跳板。 立即行动,为自己的成功铺平道路!
资源推荐
资源详情
资源评论
收起资源包目录
[web前端]&[课程设计]&[网站源码]-商业APP应用服务网页模板.7z (33个子文件)
[web前端]&[课程设计]&[网站源码]-商业APP应用服务网页模板
html
assets
js
script.js 2KB
css
style.css 8KB
responsive.css 2KB
images
Shape.svg 1KB
mouse.svg 1KB
team-google.svg 2KB
logos.png 20KB
wave.svg 801B
ceo.png 29KB
strips.png 60KB
team-twitter.svg 3KB
cfo.png 26KB
responsive.svg 2KB
facebook.svg 2KB
twitter.svg 2KB
engage.svg 6KB
logo.svg 7KB
iPhones.png 755KB
customizable.svg 5KB
design.svg 11KB
webscope.svg 11KB
ipad.png 224KB
facebook.jpg 237KB
screen.png 186KB
cto.png 33KB
macbook.png 301KB
users.svg 4KB
nova.png 16KB
team-facebook.svg 2KB
imac.png 620KB
favicon.png 860B
money.svg 8KB
index.html 12KB
共 33 条
- 1
资源评论
master_chenchengg
- 粉丝: 1w+
- 资源: 2177
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 技术资料分享FAT文件系统的组织结构很好的技术资料.zip
- 技术资料分享FATFS文件系统的移植很好的技术资料.zip
- 技术资料分享FatFs使用说明-基于SmartARMCortexM3-1700很好的技术资料.zip
- 高性能工程塑料零部件市场报告:2023年年均复合增长率高达8.8%
- 技术资料分享FATFS浅谈很好的技术资料.zip
- JQuery前端汇聚loading
- 技术资料分享Fatfs经典资料很好的技术资料.zip
- ClauDB 是 Java 中的 REDIS 实现.zip
- 技术资料分享FAT32中文版很好的技术资料.zip
- 基于chatgpt-web项目改造,页面UI借鉴ChatGLM项目 支持一键切换ChatGPT(3.5、4.0)模型、月之暗面(Kimi)、文心一言、通义千问、讯飞星火、智谱清言等主流模型进行对话
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功