Commit 62e9aff7 by fengzhaoyu

第一次提交

parents
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer" />
<title>mingwork 明我|致力于打造更简单高效智能的会议体验</title>
<script>
if (/(iPhone|iPad|iPod|iOS|Android)/i.test(navigator.userAgent)) { //移动端
window.location="https://www.mingwork.com/maboutUs.html"
}
</script>
<link rel="stylesheet" type="text/css" href="./css/reset.css">
<link rel="stylesheet" type="text/css" href="./css/common.css">
<link rel="shortcut icon" href="assests/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="./css/animate.css">
<script type="text/javascript" src="./js/Jquery.js"></script>
<script type="text/javascript" src="./js/wow.js"></script>
<style>
.item2>div,.item4>div{
width: 100%;
padding: 0 18.75vw;
margin: 4.17vw auto;
box-sizing: border-box;
}
.item2 .title,.item4 .title{
text-align: center;
}
.item3 img,.item4 .title{
width: 100%;
display: block;
}
.item4 img{
display: block;
margin-top: 2.125vw;
width: 100%;
}
.taskList{
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.taskList img{
display: block;
width: 12.5vw;
}
.taskList img:nth-of-type(3){
width: 31.25vw;
}
</style>
</head>
<body>
<header id="header" class="onScroll">
<div class="content">
<div class="logo">
<a href="./index.html">
<img id="logo" src="./assests/logo2.png" />
</a>
</div>
<div class="headerRight">
<div class="route">
<a href="./meeting.html">明我智会</a>
</div>
<div class="route">
<a href="launch.html">多屏互连</a>
</div>
<div class="route">
<a href="hardware.html">智能硬件</a>
</div>
<div class="shop">
<a href="https://dingdingmw.tmall.com/">
<img id="shop" src="./assests/shop.png" />
</a>
</div>
</div>
</div>
</header>
<div class="item item1">
<img src="./assests/aboutUs/aboutUs1.png" />
<div class="itemImgCenter itemAbsolute">
<div class="title wow fadeInUp whiteFont">明我,开会有益,快乐工作</div>
<div class="tip wow fadeInUp whiteFont">明我是阿里投资的第一批智能办公领域企业,致力于打造更简单高效智能的会议体验</div>
</div>
</div>
<div class="item item2">
<div>
<div class="title wow fadeInUp">
明我简介
</div>
<div class="tip wow fadeInUp">
上海明我信息技术有限公司(简称“明我”),总部位于上海,在杭州设有研发中心。明我以“快乐工作”为使命,致力于成为世界级的产品公司。从2016年涉足智能办公领域至今,客户遍布全国。<br/>明我是阿里投资的第一批智能办公领域企业,钉钉是我们的使命级合作伙伴。明我为各个类型的企业及成长型组织,提供软硬件一体的智能办公解决方案;先后助力上海市政府、北京银行、兖矿集团、旭辉集团、中南置地、森马服饰、卡西欧等多类企、事业单位实现智慧办公与高效管理的工作变革。
</div>
</div>
</div>
<div class="item3">
<img src="./assests/aboutUs/aboutUs3.png" alt="">
</div>
<div class="item4">
<div>
<div class="title wow fadeInUp">
企业文化
</div>
<div class="tip wow fadeInUp">
明我极其重视企业文化的塑造和输出,我们是一个阳光的、充满活力的大家庭,提倡快乐工作,认真生活,稳中带皮是我们团队一直秉承的文化氛围。
</div>
<div class="taskList wow fadeInUp">
<img src="./assests/aboutUs/aboutUs4-1.png" alt="">
<img src="./assests/aboutUs/aboutUs4-2.png" alt="">
<img src="./assests/aboutUs/aboutUs4-3.png" alt="">
</div>
<img class=" wow fadeInUp" src="./assests/aboutUs/aboutUs4.png" />
</div>
</div>
<footer>
<div class="footerContent">
<div class="footerLeft">
<div class="footerLeftUl">
<div class="footerLeftLi">
<div>mingwork</div>
<div><a href="./aboutUs.html">关于明我</a></div>
<!-- <div>新闻资讯</div> -->
</div>
<div class="footerLeftLi">
<div>购买商城</div>
<div><a href="https://dingdingmw.tmall.com/">天猫官方店</a></div>
<div><a href="https://mall.jd.com/index-730770.html">京东官方店</a></div>
</div>
</div>
<div class="footerTip">
<div>友情链接 <a href="https://www.dingtalk.com/"> 钉钉官网 </a>| <a href="https://www.logitech.com.cn/">罗技官网</a> | <a href="https://www.tmall.com/">天猫</a> | <a href="https://www.jd.com/">京东</a></div>
<div>本网站直接或间接向消费者推销商品或者服务的商业宣传均属于“广告”(包装及参数、售后保障等商品信息除外)</div>
</div>
</div>
<div class="footerRight">
<div class="footerRightTitle">上海明我信息技术有限公司</div>
<div class="adress">电话:021-80392866<br/>地址:上海市杨浦区伟德路6号13楼</div>
<div class="QRcode">
<img src="./assests/QRcode.jpg" />
</div>
</div>
</div>
</footer>
</body>
<script>
new WOW().init();
</script>
</html>
\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment