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,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")