first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
doctype html
html
head
title= title
link(rel='stylesheet', href='/css/tpl/clear.css')
link(rel='stylesheet', href='/css/admin/tpl/public.css')
block title
body
include tpl/header.pug
include tpl/sidebar.pug
block content
script(src="/js/tpl/jquery.min.js")
block script

View File

@@ -0,0 +1,9 @@
extends ../layout
block assets
link(rel="stylesheet", href="")
block content
h2 欢迎管理员 #{user.username} 登录
block js

View File

@@ -0,0 +1,12 @@
extends ../layout
block title
link(rel='stylesheet', href='/css/admin/index.css')
block content
.index
h1= title
p Welcome to #{title}
block script
script(src="/js/admin/index.js")

View File

@@ -0,0 +1,13 @@
extends ../layout
block assets
link(rel="stylesheet", href="")
block content
h2 登录
input(type="text" placeholder="请输入用户名")
input(type="password" placeholder="请输入密码")
input(class="submitLogin" type="button" value="登录")
block js
script(src="/js/admin/user.js")

View File

@@ -0,0 +1 @@
h2 头部

View File

@@ -0,0 +1 @@
h2 侧边导航

View File

@@ -0,0 +1,6 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}

View File

@@ -0,0 +1,27 @@
doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
//- 公共的网站4头部配置
link(rel='stylesheet', href='/css/tpl/clear.css')
link(rel='stylesheet', href='/css/tpl/public.css')
link(rel='shortcut icon', href='/img/sampie.ico', type='image/x-icon')
link(rel='stylesheet', href='/css/home/tpl/animate.min.css')
link(rel='stylesheet', href='/js/tpl/bootstrap/bootstrap.min.css')
//- 每个页面独有的头部
block title
body
//- 每个页面的内容
block content
script(src='/js/tpl/jquery.min.js')
script(src="/js/tpl/bootstrap/bootstrap.min.js")
script(src='/js/home/tpl/public.js')
script(src='/js/tpl/config.js')
script(src='/js/tpl/api.js')
block javascript

View File

@@ -0,0 +1,91 @@
extends ../layout
block title
title= title
meta(name='keywords', content=`${description}`)
meta(name='description', content=`${description}`)
link(rel='stylesheet', href='/css/home/about.css')
block content
.about
.header
.logo
a(href='')
img(src='/img/logo.png', alt='公司logo')
.logo_title
.logo_top
sapn.logo_t_title 好样软件
.header_right
ul
li.active
a(href='http://127.0.0.1:80') 首页
li
a(href='http://127.0.0.1/service') 服务项目
li
a(href='http://127.0.0.1:80/product') 产品案例
li
a.active(href='http://127.0.0.1/about') 关于我们
li
a(href='http://127.0.0.1/contact') 联系我们
.hamburger
.ha
.ha
.ha
.content
.banner
strong 做真实的自己,用良心做产品
br
span 彰显企业实力,传播品牌形象
.zz-comp
.product
h3
span 公司简介
p.product_p
img(src=('/img/green_line.png'))
.zz-comp
.company
.company_img
img(src=('/img/10389_15685993933974.jpg'))
.company_in
p
|公司创始团队成立于2015作为微信生态下较早的一批开发商自系统面世以来一直保持着微信营销软件前列的地位。2019年6月正式成立公司化运作专注O2O系统开发手机APP定制软件开发外包办公OA政府、企业信息化建设等服务项目。服务了众多中小型企业及个人创业者受到当地政府的嘉奖。
.line_p
.divider
.line
p
|公司始终秉持“技术铸就品牌,创新开创未来”的理念,力求完善技术团队,革新思路,成为一家技术驱动型公司。开发团队核心成员来自科大讯飞,阿里等知名互联网公司,有丰富的开发经验。公司追求并一直坚持,以服务至上的精神,以客户为中心,打造更有价值的互联网平台。
.zz-comp
h2.project
span 服务项目
.company_server
ul
li
img(src="img/wechat.jpg")
li
img(src="img/chengxu.jpg")
li
img(src="img/app.jpg")
li
img(src="img/webset.jpg")
.footer
div 联系电话13966651771
div 地址安徽省合肥市包包河区包河大道与龙川路交叉口往东50米新中泰大厦808室
div © 2020 安徽好样软件有限公司 All Rights Reserved.
div 皖ICP备19024917号-1
.full
.full_r
.full_l
.return
| x
.full_hide
ul
li
a(href='http://127.0.0.1/') 首页
li
a(href='http://127.0.0.1/service') 服务项目
li
a(href='http://127.0.0.1/product') 产品案例
li
a(href='http://127.0.0.1/about') 关于我们
block javascript
script(src="/js/home/about.js")

View File

@@ -0,0 +1,108 @@
extends ../layout
block title
title= title
meta(name='keywords', content=`${description}`)
meta(name='description', content=`${description}`)
link(rel='stylesheet', href='/css/home/contact.css')
script(src="http://api.map.baidu.com/api?v=2.0&ak=nSxiPohfziUaCuONe4ViUP2N")
block content
.contact
.header
.logo
a(href='')
img(src='/img/logo.png', alt='公司logo')
.logo_title
.logo_top
sapn.logo_t_title 好样软件
.header_right
ul
li.active
a(href='http://127.0.0.1:80') 首页
li
a(href='http://127.0.0.1/service') 服务项目
li
a(href='http://127.0.0.1:80/product') 产品案例
li
a(href='http://127.0.0.1/about') 关于我们
li
a.active(href='http://127.0.0.1/contact') 联系我们
.hamburger
.ha
.ha
.ha
.content
.banner
strong 您的一个电话,剩下的交给我
br
span 彰显企业实力,传播品牌形象
.content_message
h3 联系方式
p Contact us
.zz-comp
.message
ul
li
.message
.img
img(src=('/img/adress.png'))
.text
.title 公司地址
.dec
p
|安徽省合肥市包河区新中泰大厦808室
li
.message
.img
img(src=('/img/phone.png'))
.text
.title 公司电话
.dec
p
| 13966651771
li
.message
.img
img(src=('/img/lettle.png'))
.text
.title 电子邮箱
.dec
p
| 2791752275@qq.com
div.content_group(style='padding: 100px 100px 10px;')
h2 请联系我们
form.bs-example.bs-example-form(role='form')
.row
.col-lg-6
.input-group
input.form-control(type='text' placeholder="请输入姓名")
input.form-control(type='text' placeholder="请输入手机号")
input.form-control(type='text' placeholder="请输入邮箱")
textarea(placeholder="请输入咨询内容" class="zz-textarea__inner")
.content_button
div
button(type='button') 立刻提交
div
.zz-comp
.footer
div 联系电话13966651771
div 地址安徽省合肥市包河区包河大道与龙川路交叉口往东50米新中泰大厦808室
div © 2020 安徽好样软件有限公司 All Rights Reserved.
div 皖ICP备19024917号-1
.full
.full_r
.full_l
.return
| x
.full_hide
ul
li
a(href='http://127.0.0.1/') 首页
li
a(href='http://127.0.0.1/service') 服务项目
li
a(href='http://127.0.0.1/product') 产品案例
li
a(href='http://127.0.0.1/about') 关于我们
block javascript
script(src="/js/home/contact.js")

View File

@@ -0,0 +1,216 @@
extends ../layout
block title
title= title
meta(name='keywords', content=`${keywords}`)
meta(name='description', content=`${description}`)
link(rel='stylesheet', href='/css/home/index.css')
link(rel='stylesheet', type='text/css', href='css/home/tpl/bootstrap-grid.min.css')
link(href='https://cdn.bootcss.com/font-awesome/5.11.2/css/all.min.css', rel='stylesheet')
block content
.officialpage
.header
.logo
a(href='https://www.haoyangsoft.com')
img(src='/img/logo.png', alt='公司logo')
.logo_title
.logo_top
sapn.logo_t_title 好样软件
.header_right
ul
li
a.active(href='https://www.haoyangsoft.com') 首页
li
a(href='https://www.haoyangsoft.com/service') 服务项目
li
a(href='https://www.haoyangsoft.com/product') 产品案例
li
a(href='https://www.haoyangsoft.com/about') 关于我们
li
a(href='https://www.haoyangsoft.com/contact') 联系我们
.hamburger
.ha
.ha
.ha
.content
.attachment_top
.attachment(style='margin: auto 0;')
.attachment_font3.animated.fadeInDown
| - Focus on software production-
.attachment_font1.animated.fadeInDown
| 你理想的
span 选择
| ,专注软件的
span 定制
.attachment_font2.animated.fadeInUp
| 满足企业建站的所有需求,不光是网站建设还有网站运营。
button.customizedwebsite.animated.fadeIn(type='button') 定制专属网站
.down
img(src='/img/down.png')
.server
span 服务项目
.container
.row
.col-md-4.col-sm-6
.box
.server_top
img(src='img/wechat.jpg')
.box-content
.box-ul
ul
li 微官网
li 酒店宾馆
li 同城外卖
ul
li 电商购物
li 分销商城
li 营销工具
.col-md-4.col-sm-6
.box
.server_top
img(src='img/chengxu.jpg')
.box-content
.box-ul
ul
li 商城购物
li 分销拼团
li 订餐外卖
ul
li 酒店预订
li 门店商家
li 同城信息
.col-md-4.col-sm-6
.box
.server_top
img(src='img/app.jpg')
.box-content
.box-ul
ul
li 同城生活
li 食品生鲜
li 自营电商
ul
li 多店铺入驻
li 餐饮外卖
li 社交平台
.col-md-4.col-sm-6
.box
.server_top
img(src='img/webset.jpg')
.box-content
.box-ul
ul
li 直传型网站
li H5鸣店陶站
li U+建站套餐
ul
li 品牌型网站
li 营销型网站
li 商城网站
.product
span 相关产品
p.product_pr.animated.fadeInUp 上市公司、知名品牌、超级创客、设计大咖都在这里
ul.product_in
li
.lia
a(href='')
img(src='/img/154550c9.png', alt='')
p 棋牌游戏
li
.lia
a(href='')
img(src='/img/wechatsys.png', alt='')
p 微信小程序
.trust
span 你值得 信赖 的软件定制企业
p The most trusted software outsourcing enterprises
ul.trust_li
li
div
img(src='/img/1.svg')
h3 方案合理
p 以多家成功案例经验,量身定制合理的开发方案
li
div
img(src='/img/2.svg')
h3 质量可靠
p 遵照全球公认的CMM质量体系精细打磨产品每一个细节
li
div
img(src='/img/3.svg')
h3 交付准时
p 多年开发经验的专业开发团队,精准把控整个开发流程
li
div
img(src='/img/4.svg')
h3 服务贴心
p 深入贯彻全民客服的理念360度跟进你的需求
.technological
span 我们怎么做?
ul
li
img(src='/img/s1.png')
h3 提交你的需求
li
img(src='/img/s2.png')
h3 客服接洽 确认功能
li
img(src='/img/s3.png')
h3 对接开发设计人才
li
img(src='/img/s4.png')
h3 反馈开发进度
li
img(src='/img/s5.png')
h3 客户提出修改意见
li
img(src='/img/s6.png')
h3 修改至满意
li
img(src='/img/s7.png')
h3 客户验收 完成付款
.attachment_bottom
.attachment_welcome
div
p 快来定制开发吧!
.attachment_welcome_button
.attachment_welcome_contact
button(type='button') 联系我们
.attachment_welcome_contact
.introduce
.introduce_in
img(src='/img/link.jpg')
.div
h3 公司介绍
.introduce_p
span
| 公司创始团队成立于2015作为微信生态下较早的一批开发商自系统面世以来一直保持着微信营销软件前列的地位。2019年6月正式成立公司化运作专注O2O系统开发手机APP定制软件开发外包办公OA政府、企业信息化建设等服务项目。服务了众多中小型企业及个人创业者受到当地政府的嘉奖。
span
| 公司始终秉持“技术铸就品牌,创新开创未来”的理念,力求完善技术团队,革新思路,成为一家技术驱动型公司。开发团队核心成员来自科大讯飞,阿里等知名互联网公司,有丰富的开发经验。公司追求并一直坚持,以服务至上的精神,以客户为中心,打造更有价值的互联网平台。
.footer
div 联系电话13966651771
div 地址安徽省合肥市包包河区包河大道与龙川路交叉口往东50米新中泰大厦808室
div © 2020 安徽好样软件有限公司 All Rights Reserved.
div 皖ICP备19024917号-1
.full
.full_r
.full_l
.return
| x
.full_hide
ul
li
a(href='https://www.haoyangsoft.com') 首页
li
a(href='https://www.haoyangsoft.com/service') 服务项目
li
a(href='https://www.haoyangsoft.com/product') 产品案例
li
a(href='https://www.haoyangsoft.com/about') 关于我们
li
a(href='https://www.haoyangsoft.com/contact') 联系我们
block javascript
script(src="/js/home/index.js")

View File

@@ -0,0 +1,117 @@
extends ../layout
block title
title= title
meta(name='keywords', content=`${description}`)
meta(name='description', content=`${description}`)
link(rel='stylesheet', href='/css/home/info.css')
link(rel='stylesheet', href='/js/tpl/swiper/swiper.min.css')
block content
.info
.header
.logo
a(href='')
img(src='/img/logo.png', alt='公司logo')
sapn 好样软件
.header_right
ul
li.active
a(href='http://127.0.0.1:80') 首页
li
a(href='http://127.0.0.1/service') 服务项目
li
a(href='http://127.0.0.1:80/product') 产品案例
li
a(href='http://127.0.0.1/about') 关于我们
li
a(href='http://127.0.0.1/contact') 联系我们
.hamburger
.ha
.ha
.ha
.content
.zz-comp
.info_li
ul
li
a(href='http://127.0.0.1:80') 首页 >
li
a(href='http://127.0.0.1/product') 案例 >
li
a(href='http://127.0.0.1:80/info') 详情 >
.zz-comp
.info_product_inc
.info_img
img(src="/img/server_2.png")
.info_message
.line_p
.divider
.line
h2 智能科技互联网行业网站
span |网页设计一般分为三种大类:功能型网页设计(服务网站&B/S软件用户端
|、形象型网页设计(品牌形象站)、信息型网页设计(门户站)。设计网页的目的不同,
|应选择不同的网页策划与设计方案。
.line_p
.divider
.line
p 行业:科技互联网
p 时间2019.5
p 设计师offical
p 网址www.baidu.com
.line_p
.divider
.line
.line_p
.divider
.line
.info_info
span
p 相关案例推荐
.zz-comp
.swiper-container
.swiper-wrapper
.swiper-slide
img(src="/img/server_2.png")
p 智能科技互联网行业网站
.swiper-slide
img(src="/img/1559551683162.png")
p 交通物流互联网行业网站
.swiper-slide
img(src="/img/1559551527088.png")
p 服装行业网站
.swiper-slide
img(src="/img/1559551131458.png")
p 餐饮行业网站模板
.swiper-slide
img(src="/img/1559551268301.png")
p 运动行业网站模板
// 如果需要导航按钮
.swiper-button-prev
.swiper-button-next
.zz-comp
.footer
div 联系电话13966651771
div 地址安徽省合肥市包包河区包河大道与龙川路交叉口往东50米新中泰大厦808室
div © 2020 安徽好样软件有限公司 All Rights Reserved.
div 皖ICP备19024917号-1
.full
.full_r
.full_l
.return
| x
.full_hide
ul
li
a(href='http://127.0.0.1:80/') 首页
li
a(href='http://127.0.0.1:80/service') 服务项目
li
a(href='http://127.0.0.1:80/product') 产品案例
li
a(href='http://127.0.0.1:80/about') 关于我们
li
a(href='http://127.0.0.1/contact') 联系我们
block javascript
script(src="/js/tpl/swiper/swiper.min.js")
script(src="/js/home/info.js")

View File

@@ -0,0 +1,98 @@
extends ../layout
block title
title= title
meta(name='keywords', content=`${description}`)
meta(name='description', content=`${description}`)
link(rel='stylesheet', href='/css/home/product.css')
block content
.officialpage
.header
.logo
a(href='')
img(src='/img/logo.png', alt='公司logo')
.logo_title
.logo_top
sapn.logo_t_title 好样软件
.header_right
ul
li.active
a(href='http://127.0.0.1:80') 首页
li
a(href='http://127.0.0.1/service') 服务项目
li
a.active(href='http://127.0.0.1:80/product') 产品案例
li
a(href='http://127.0.0.1/about') 关于我们
li
a(href='http://127.0.0.1/contact') 联系我们
.hamburger
.ha
.ha
.ha
.content
.product_c
.banner
strong 案例中心
br
span 彰显企业实力,传播品牌形象
.product
.zz-comp
.zz-comp
.product
ul
li
a(href='http://127.0.0.1/info')
.product_img
img(src='/img/154550c9.png')
.text
h4 棋牌游戏
li
a(href='http://127.0.0.1/info')
.product_img
img(src='/img/110442n9.png')
.text
h4 社交聊天
li
a(href='http://127.0.0.1/info')
.product_img
img(src='/img/wechatsys.png')
.text
h4 微信小程序
.zz-comp
.customer
.costomer_l.animated.fadeInLeftBig
|我们的顾客
img(src='/img/1557714238715.png')
span
.costomer_r.animated.fadeInRight
| 我们的客户来自全国各地,是所有企业信赖的建站公司。
br
| 和我们合作,您的选择没有错!
.footer
div 联系电话13966651771
div 地址安徽省合肥市包包河区包河大道与龙川路交叉口往东50米新中泰大厦808室
div © 2020 安徽好样软件有限公司 All Rights Reserved.
div 皖ICP备19024917号-1
.full
.full_r
.full_l
.return
| x
.full_hide
ul
li
a(href='http://127.0.0.1:80/') 首页
li
a(href='http://127.0.0.1:80/service') 服务项目
li
a(href='http://127.0.0.1:80/product') 产品案例
li
a(href='http://127.0.0.1:80/about') 关于我们
li
a(href='http://127.0.0.1/contact') 联系我们
block javascript
script(src="/js/home/product.js")

View File

@@ -0,0 +1,139 @@
extends ../layout
block title
title= title
meta(name='keywords', content=`${description}`)
meta(name='description', content=`${description}`)
link(rel='stylesheet', href='/css/home/service.css')
block content
.service
.header
.logo
a(href='')
img(src='/img/logo.png', alt='公司logo')
.logo_title
.logo_top
sapn.logo_t_title 好样软件
.header_right
ul
li
a(href='http://127.0.0.1:80') 首页
li
a.active(href='http://127.0.0.1/service') 服务项目
li
a(href='http://127.0.0.1:80/product') 产品案例
li
a(href='http://127.0.0.1/about') 关于我们
li
a(href='http://127.0.0.1/contact') 联系我们
.hamburger
.ha
.ha
.ha
.content
.server
.server_top
span
p 全新一代SaaS云建站系统
p 从此忘掉服务器、代码、空间、设计
.zz-comp
.server_img_m
.server_img
p
img(src="/img/server_b.png")
.zz-comp
.server_title
.zz-comp
h2 适用于企业建站不同场景
p 什么场景能用到我们
.server_er
.server_l
img(src="/img/server_l.png")
.server_inr
.zz-comp
.server_r_top
h2 个性化定制网站
p 自由组件和板块,随意搭配组合您的网站
.zz-comp
.server_r_bottom
p 在建站过程中有上百种板块、页面模板供您选择。也可以用一些基本的组件搭建出您自己最喜欢的板式。
.server_er
.server_inr
.zz-comp
.server_r_top
h2 全面内容详情管理
p 自定义板式及字段,适应所有行业及需求
.zz-comp
.server_r_bottom
p
img(src="/img/info_sys.png")
.server_l
img(src="/img/server_rr.png")
.server_er
.server_l
img(src="/img/1559205476775.png")
.server_inr
.zz-comp
.server_r_top
h2 更全面的SEO提高网站排名
p 让搜索引擎排名不再是困扰
.zz-comp
.server_r_bottom
p
img(src="/img/seo_sys.png")
.product_product
h2 上万家企业建站的选择
p 超过10年行业服务经验
.zz-comp
.server_pro
ul
li
.server_type
img(src='/img/server_1.png')
.text
h4 旅游骑行
li
.server_type
img(src='/img/server_2.png')
.text
h4 智能科技
li
.server_type
img(src='/img/server_3.png')
.text
h4 服装鞋饰
.zz-comp
.server_bottom
.zz-comp
.server_bottom_m
.server_bottom_l
h2 立即创建你的网站
p 现在创建网站送建站大礼包一份!
.server_bottom_r
button.customizedwebsite.animated.fadeIn(type='button') 定制专属网站
.zz-comp
.footer
div 联系电话13966651771
div 地址安徽省合肥市包包河区包河大道与龙川路交叉口往东50米新中泰大厦808室
div © 2020 安徽好样软件有限公司 All Rights Reserved.
div 皖ICP备19024917号-1
.full
.full_r
.full_l
.return
| x
.full_hide
ul
li
a(href='http://127.0.0.1/') 首页
li
a(href='http://127.0.0.1/service') 服务项目
li
a(href='http://127.0.0.1/product') 产品案例
li
a(href='http://127.0.0.1/about') 关于我们
block javascript
script(src="/js/home/service.js")