<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bloger</title>
<!-- Description, Keywords and Author -->
<meta name="description" content="Your description">
<meta name="keywords" content="Your,Keywords">
<meta name="author" content="ResponsiveWebInc">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<div class="wrapper">
<!-- header -->
<header>
<!-- navigation -->
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img class="img-responsive" src="img/logo.png" alt="Logo" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="registration.html">Signup</a></li>
<li><a href="login.html">Login</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Menu <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#event">Events</a></li>
<li><a href="#blog">New Blogs</a></li>
<li><a href="#subscribe">Subscribe</a></li>
<li><a href="#team">Executive Team</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<!-- banner -->
<div class="banner">
<div class="container">
<!-- heading -->
<h2>I'm Banner Heading for This Page</h2>
<!-- paragraph -->
<p>It is our belief that in order to be most efficient it requires adaptive technology and software our customers can focus on their core business.</p>
</div>
</div>
<!-- banner end -->
<!-- after banner -->
<div class="after-banner">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<!-- after banner item -->
<div class="ab-item">
<!-- heading -->
<h3>Focus on Systems</h3>
<!-- paragraph -->
<p>While our prices are competitive, it's the value that's unmatched.</p>
<br>
<a href="#">Read More</a>
</div>
</div>
<div class="col-md-4 col-sm-4">
<!-- after banner item -->
<div class="ab-item">
<!-- heading -->
<h3>Plan of Action</h3>
<!-- paragraph -->
<p>While our prices are competitive, it's the value that's unmatched.</p>
<br>
<a href="#">Read More</a>
</div>
</div>
<div class="col-md-4 col-sm-4">
<!-- after banner item -->
<div class="ab-item">
<!-- heading -->
<h3>Quality Compliance</h3>
<!-- paragraph -->
<p>While our prices are competitive, it's the value that's unmatched.</p>
<br>
<a href="#">Read More</a>
</div>
</div>
</div>
</div>
</div>
<!-- after banner end-->
<!-- events -->
<div class="event" id="event">
<div class="container">
<div class="default-heading">
<!-- heading -->
<h2>Upcoming events</h2>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<!-- event item -->
<div class="event-item">
<!-- image -->
<img class="img-responsive" src="img/event/1.jpg" alt="Events" />
<!-- heading -->
<h4><a href="#">Rihanna, Eminem on stage</a></h4>
<!-- sub text -->
<span class="sub-text">Integrating technology and software solutions.</span>
<!-- paragraph -->
<p>It is our belief that in order to be most efficient it requires adaptive technology and software solutions.</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<!-- event item -->
<div class="event-item">
<!-- image -->
<img class="img-responsive" src="img/event/2.jpg" alt="Events" />
<!-- heading -->
<h4><a href="#">Dr. Dre on stage live</a></h4>
<!-- sub text -->
<span class="sub-text">Integrating technology and software solutions.</span>
<!-- paragraph -->
<p>It is our belief that in order to be most efficient it requires adaptive technology and software solutions.</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<!-- event item -->
<div class="event-item">
<!-- image -->
<img class="img-responsive" src="img/event/3.jpg" alt="Events" />
<!-- heading -->
<h4><a href="#">Macaroons live Party</a></h4>
<!-- sub text -->
<span class="sub-text">Integrating technology and software solutions.</span>
<!-- paragraph -->
<p>It is our belief that in order to be most efficient it requires adaptive technology and software solutions.</p>
</div>
</div>
</div>
</div>
</div>
<!-- events end -->
<!-- blog -->
<div class="blog" id="blog">
<div class="container">
<div class="default-heading">
<!-- heading -->
<h2>Latest Blogs</h2>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<!-- blog entry -->
<div class="entry">
<!-- blog entry image -->
<img class="img-responsive" src="img/blog/1.jpg" alt="Blog" />
<!-- heading / blog post title -->
<h3><a href="#">Communicating with you every step of the way</a></h3>
<!-- blog information -->
<span class="meta">
July 02, 2014 | Tag: Technology | By: David John
</span>
<!-- paragraph -->
<p>We combine continuing education and constant monitoring us with your project details if you are interested to ge of industry trends and innovations to provide the right IT solution at the right time. Contact us with your project details if you are interested to get our Web Solution or Software Development Services.</p>
</div>
</div>
<div class="col-md-6 col-sm-6">
<!-- blog entry -->
<div class="entry">
<!-- blog entry image -->
<img class="img-responsive" src="img/blog/2.jpg" alt="Blog" />
<!-- heading / blog post title -->
<h3><a href="#">Communicating with you every step of the way</a></h3>
<!-- blog information -->
<span class="meta">
July 02, 2014 | Tag: Technology | By: David John
</span>
<!-- paragraph -->
<p>We combine continuing education and constant monitoring us with your project details if you are interested to ge of industry trends and innovations to provide the right IT solution at the right time. Contact us with your project details if you are interested to get our Web Solution or Software Development Services.</p>
</div>
</div>
</div>
<div class="text-center">
<a href="#" class="btn btn-default">See More</a>
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
这套HTML源代码文件是一个完整的网页模板,适用于各种类型的网站。它采用了最新的HTML5和CSS3技术,具有响应式设计,能够适应不同设备的屏幕尺寸。此外,它还包含了丰富的JavaScript插件,可以实现各种复杂的交互效果。这套源代码文件还具有高度的可定制性。您可以根据自己的需求对页面进行布局调整、颜色更改以及内容替换,轻松打造出符合您项目风格的网站。同时,我们的代码结构清晰、注释详细,方便您学习和理解HTML、CSS和JavaScript等前端技术。您可能面临着课程设计、毕业设计等挑战。这套源代码文件将成为您的得力助手,帮助您展示自己的才华和技能。通过使用这套源代码文件,您可以轻松地完成网站搭建任务,为您的课程设计或毕业设计增添亮点。总的来说,这套HTML源代码文件是一个高效、实用、易用的工具,无论你是专业的网页设计师,还是业余的编程爱好者,都值得拥有。
资源推荐
资源详情
资源评论
收起资源包目录
橙色活动日志网页模板-适配移动端设备-HTML网页源码.zip (26个子文件)
橙色活动日志网页模板-适配移动端设备-HTML网页源码
html
js
bootstrap.js 54KB
bootstrap.min.js 28KB
respond.min.js 4KB
html5shiv.js 2KB
custom.js 0B
jquery.js 94KB
registration.html 5KB
img
team
2.jpg 31KB
1.jpg 33KB
logo.png 28KB
event
2.jpg 27KB
1.jpg 32KB
3.jpg 46KB
blog
2.jpg 23KB
1.jpg 33KB
css
style.css 7KB
bootstrap.min.css 89KB
bootstrap.css 108KB
font-awesome.min.css 20KB
login.html 4KB
index.html 12KB
fonts
FontAwesome.otf 73KB
fontawesome-webfont.eot 71KB
fontawesome-webfont.woff 82KB
fontawesome-webfont.svg 248KB
fontawesome-webfont.ttf 138KB
共 26 条
- 1
资源评论
DTcode7
- 粉丝: 3w+
- 资源: 4986
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 柯尼卡美能达Bizhub C364e打印机驱动下载
- CMake 入门实战的源代码
- c7383c5d0009dfc59e9edf595bb0bcd0.zip
- 柯尼卡美能达Bizhub C266打印机驱动下载
- java游戏之我当皇帝那些年.zip开发资料
- 基于Matlab的汉明码(Hamming Code)纠错传输以及交织编码(Interleaved coding)仿真.zip
- 中国省级新质生产力发展指数数据(任宇新版本)2010-2023年.txt
- 基于Matlab的2Q-FSK移频键控通信系统仿真.zip
- 使用C++实现的常见算法
- travel-web-springboot【程序员VIP专用】.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功