Files
ClassContent/历届学生/学生公司项目/朱祥龙/hyGw/views/home/page/service.pug
2024-09-27 02:06:13 +08:00

139 lines
5.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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