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

108 lines
4.2 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/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")