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

91 lines
3.1 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/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")