<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Multi - Multipurpose Bootstrap theme</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Google fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
<!-- Icon fonts-->
<link rel="stylesheet" href="css/pe-icon-7-stroke.css">
<!-- Lightbox CSS-->
<link rel="stylesheet" href="vendor/lightbox2/css/lightbox.min.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.png">
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<!-- navbar-->
<header class="header">
<nav class="navbar navbar-expand-lg py-lg-0">
<div class="container"><a href="index.html" class="navbar-brand text-uppercase font-weight-bold">Multi.</a>
<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler navbar-toggler-right small"><span class="text-uppercase mr-2">Menu</span><i class="fas fa-bars"></i></button>
<div id="navbarSupportedContent" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto d-lg-flex align-items-lg-center">
<li class="nav-item"><a href="index.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Home </a>
</li>
<li class="nav-item"><a href="text.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Text page </a>
</li>
<li class="nav-item dropdown"><a id="navbarDropdownMenuLink" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4 dropdown-toggle">Dropdown</a>
<div aria-labelledby="navbarDropdownMenuLink" class="dropdown-menu mt-0"><a href="#" class="dropdown-item small text-uppercase">Dropdown item 1</a><a href="#" class="dropdown-item small text-uppercase">Dropdown item 2</a><a href="#" class="dropdown-item small text-uppercase">Dropdown item 3</a><a href="#" class="dropdown-item small text-uppercase">Dropdown item 4</a></div>
</li>
<li class="nav-item"><a href="contact.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Contact </a>
</li>
<li class="nav-item mt-4 mt-lg-0">
<button type="button" data-toggle="modal" data-target="#loginModal" class="btn btn-outline-primary nav-btn btn-sm"> <i class="fas fa-sign-out-alt mr-2"></i>Login </button>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="loginModal" tabindex="-1" role="dialog" aria-lebelledby="loginModalLabel" aria-hidden="true" class="modal fade">
<div role="document" class="modal-dialog modal-sm">
<div class="modal-content rounded-0">
<div class="modal-header">
<h5 id="loginModalLabel" class="text-uppercase modal-title m-0">Customers login</h5>
<button type="button" data-dismiss="modal" aria-label="Close" class="close"><span aria-hidden="true" class="small text-muted">×</span></button>
</div>
<div class="modal-body">
<form action="">
<div class="form-group">
<input type="email" placeholder="email" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="password" class="form-control">
</div>
<div class="form-group text-center">
<button type="submit" class="btn btn-outline-primary nav-btn btn-sm"> <i class="fas fa-sign-out-alt mr-2"></i>Login </button>
</div>
</form>
<div class="text-center">
<p class="text-muted small">Not registered yet?</p>
<p class="small text-muted"> <a href="#" class="font-weight-bold">Register now!</a> It is easy and done in 1 minute and gives you access to special discounts and much more!</p>
</div>
</div>
</div>
</div>
</div>
<div class="container py-5">
<h1>Bootstrap(ious) 4 Boilerplate</h1>
<p>This is a sample content.</p>
<div class="jumbotron">
<h1>Kitchen Sink</h1>
<p>A quick preview of everything Bootstrap has to offer.</p>
<p><a href="#" class="btn btn-primary btn-large">Learn more »</a> <a href="#" class="btn btn-outline-primary btn-large">Learn more »</a></p>
</div>
<div class="row">
<div class="col-lg-6">
<div id="headings" class="card mb-4">
<div class="card-header">Headings</div>
<div class="card-body">
<h1 class="page-header">Page Header<small>With Small Text</small></h1>
<h1>This is an h1 heading</h1>
<h2>This is an h2 heading</h2>
<h3>This is an h3 heading</h3>
<h4>This is an h4 heading</h4>
<h5>This is an h5 heading</h5>
<h6>This is an h6 heading</h6>
</div>
</div>
<div id="tables" class="card mb-4">
<div class="card-header">Tables</div>
<div class="card-body">
<table class="table table-hover">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Tables</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Michael</td>
<td>Are formatted like this</td>
</tr>
<tr>
<td>2</td>
<td>Lucille</td>
<td>Do you like them?</td>
</tr>
<tr class="success">
<td>3</td>
<td>Success</td>
<td></td>
</tr>
<tr class="danger">
<td>4</td>
<td>Danger</td>
<td></td>
</tr>
<tr class="warning">
<td>5</td>
<td>Warning</td>
<td></td>
</tr>
<tr class="active">
<td>6</td>
<td>Active</td>
<td></td>
</tr>
</tbody>
</table>
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Tables</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Michael</td>
<td>This one is bordered and condensed</td>
</tr>
<tr>
<td>2</td>
<td>Lucille</td>
<td>Do you still like it?</td>
</tr>
</tbody>
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
探索未来设计的数字前沿,这份精心设计的“web前端网站源码”无疑是您不可错过的创意宝藏。它巧妙融合了现代网页设计的灵动,打造出一个既展现专业实力又兼顾用户体验的在线空间。 该源码采用了最前沿的HTML5、CSS3及JavaScript技术,确保网站在不同设备上均能完美呈现,从桌面大屏到手机小屏,都能享受流畅无阻的浏览体验。独特的响应式设计,让信息架构清晰明了,无论是产品展示、企业介绍还是新闻动态,都能以最佳布局吸引访客目光。 通过这份源码,您可以轻松搭建起具备高度互动性和用户友好性的网站。它不仅是您企业线上形象的闪亮名片,更是吸引潜在客户、提升品牌影响力的有力工具。立即拥有,开启您的数字化之旅,让每一行代码都成为推动行业进步的力量!
资源推荐
资源详情
资源评论
收起资源包目录
web前端网站源码:简约时尚多用途网站-HTML源码.zip (148个子文件)
bootstrap.css 188KB
bootstrap.min.css 152KB
bootstrap-grid.css 63KB
bootstrap-grid.min.css 47KB
style.violet.css 42KB
style.default.css 42KB
style.pink.css 42KB
style.sea.css 42KB
style.blue.css 42KB
style.red.css 42KB
style.green.css 42KB
style.default.min.css 35KB
style.violet.min.css 35KB
style.pink.min.css 35KB
style.blue.min.css 35KB
style.sea.min.css 35KB
style.green.min.css 35KB
style.red.min.css 35KB
leaflet.css 14KB
pe-icon-7-stroke.css 10KB
bootstrap-reboot.css 5KB
owl.carousel.css 5KB
bootstrap-reboot.min.css 4KB
lightbox.css 3KB
owl.carousel.min.css 3KB
lightbox.min.css 2KB
owl.theme.default.css 1KB
owl.theme.green.css 1KB
owl.theme.green.min.css 1013B
owl.theme.default.min.css 1013B
custom.css 25B
Pe-icon-7-stroke.eot 57KB
loading.gif 8KB
ajax-loader.gif 3KB
test.html 23KB
index.html 16KB
text.html 16KB
contact.html 13KB
blog3.jpg 255KB
portfolio-3.jpg 212KB
jumbotron1.jpg 205KB
portfolio-9.jpg 180KB
blog2.jpg 158KB
portfolio-4.jpg 151KB
person-4.jpg 144KB
portfolio-7.jpg 140KB
blog1.jpg 120KB
portfolio-2.jpg 118KB
portfolio-5.jpg 117KB
portfolio-6.jpg 115KB
portfolio-1.jpg 113KB
portfolio-8.jpg 98KB
person-1.jpg 77KB
person-2.jpg 55KB
blog-avatar.jpg 17KB
blog-avatar2.jpg 14KB
leaflet-src.js 397KB
leaflet-src.esm.js 396KB
lightbox-plus-jquery.js 294KB
jquery.js 274KB
jquery.slim.js 222KB
bootstrap.bundle.js 218KB
leaflet.js 138KB
bootstrap.js 129KB
lightbox-plus-jquery.min.js 96KB
owl.carousel.js 88KB
jquery.min.js 86KB
bootstrap.bundle.min.js 77KB
jquery.slim.min.js 69KB
bootstrap.min.js 57KB
owl.carousel.min.js 43KB
lightbox.js 20KB
lightbox.min.js 9KB
core.js 9KB
jquery.cookie.js 3KB
front.js 2KB
demo.js 809B
cookie.jquery.json 834B
component.json 340B
style.default.min.css.map 143KB
style.violet.min.css.map 143KB
style.sea.min.css.map 143KB
style.blue.min.css.map 143KB
style.pink.min.css.map 143KB
style.green.min.css.map 143KB
style.red.min.css.map 143KB
template-mac.png 145KB
owl.video.play.png 5KB
marker.png 3KB
marker-icon-2x.png 2KB
favicon.png 1KB
marker-icon.png 1KB
prev.png 1KB
next.png 1KB
layers-2x.png 1KB
layers.png 696B
marker-shadow.png 618B
close.png 280B
_variables.scss 38KB
_theme.scss 18KB
共 148 条
- 1
- 2
资源评论
master_chenchengg
- 粉丝: 1w+
- 资源: 2157
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- C#ASP.NET高校移动考勤webapp源码数据库 SQL2008源码类型 WebForm
- (2000-2023年)中国各、省、市、县、乡镇基尼系数数据(全新整理)
- JAVA的SpringBoot快速开发平台源码数据库 MySQL源码类型 WebForm
- java校园跑腿综合服务网平台小程序源码带部署搭建教程数据库 MySQL源码类型 WebForm
- 时间序列-白银-1分数据
- C#VS2015进销存管理系统源码数据库 SQL2008源码类型 WebForm
- java企业报表管理系统源码数据库 MySQL源码类型 WebForm
- 软考题库试题及其解析.docx
- (全新整理)中国同一带一路国家海关进出口数据(1994-2022年)
- java医院数据分析管理系统源码数据库 MySQL源码类型 WebForm
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功