seemore-web/index.html

122 lines
5.1 KiB
HTML
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.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>私慕(SeeMore)-遇见更多,做你所想-私慕官网</title>
<meta name="baidu-site-verification" content="52RvPZ4swc" />
<meta
name="keywords"
content="私慕,SeeMore,私慕科技,交友,真心问答,假面邂逅,www.seemore.club,私慕聚点场所,大学生交友,爱情,恋爱,脱单,情侣,知己,约会,陌生社交,配对聊天,找对象,找女友,找男友,征婚相亲,征婚交友,网上约会,同城约会,附近约会,白领交友,免费交友"
/>
<meta
name="description"
content="私慕(SeeMore)是一个移动互联社交平台,开创性的建立了结合线下实际场所的场景社交模型,通过多种方法建立了更适合中国用户的陌生社交通道。私慕针对国内用户特性,在陌生人真心问答、隐私保护、趣味礼物上提出了多个创新。平台的用户交互方式简单方便易上手。严格的商业审查及实时监管为用户提供了私密、安全、纯粹的交友乐趣。"
/>
<link rel="canonical" href="http://seemore.club" />
<link href="./css/bootstrap.min.css" rel="stylesheet" />
<link href="./css/less.less" type="text/css" rel="stylesheet/less" />
<script src="./js/less.min.js"></script>
<script src="./js/jquery.min.js"></script>
<script>
$(function () {
$(".header").load("./public/header.html");
$(".footer").load("./public/footer.html");
});
function menu_swtich(num) {
if (num === 1) {
//广场
$(".switch").css("background-position", "0");
$(".switch_menu").css("left", "205px");
} else {
//聚点
$(".switch").css("background-position", "100%");
$(".switch_menu").css("left", "137px");
}
}
var i = 2;
var interval = setInterval(function () {
menu_swtich(i);
if (i >= 2) {
i = 1;
} else {
i++;
}
}, 1500);
function stopInterval(e) {
e.stopPropagation();
clearInterval(interval);
}
function startInterval(e) {
e.stopPropagation();
interval = setInterval(function () {
menu_swtich(i);
if (i >= 2) {
i = 1;
} else {
i++;
}
}, 1500);
}
function goYuping() {
window.location.href = "/yuping/index.html";
}
</script>
</head>
<body>
<div class="header"></div>
<div class="body">
<div class="index">
<div class="container">
<div class="row">
<div class="col-lg-7 col-sm-7 col-xs-12 left">
<div class="slogan"></div>
<div class="download">
<a href="http://fir.defshare.org/f8x1" class="android"></a>
<a
href="https://itunes.apple.com/cn/app/id1417092899"
class="ios"
></a>
<!--https://testflight.top/t/JJzE3m-->
</div>
<!--<div class="waiting">即将上线敬请期待</div>-->
</div>
<div class="col-lg-5 col-sm-5 col-xs-12 right">
<div
class="phone"
onmouseover="stopInterval(event)"
onmouseout="startInterval(event)"
>
<div class="switch_menu">
<a href="javascript:;" onclick="menu_swtich(1)"></a>
<a href="javascript:;" onclick="menu_swtich(2)"></a>
</div>
<div class="switch"></div>
</div>
</div>
</div>
</div>
<div class="about">
<div class="container">
<div class="row">
<div class="col-lg-12">
<i class="seemore-text"></i
>SeeMore是一个移动互联社交平台开创性的建立了结合线下实际场所的场景社交模型通过多种方法建立了更适合中国用户的陌生社交通道。私慕针对国内用户特性在陌生人破冰、隐私保护、趣味礼物上提出了多个创新。平台的用户交互方式兼容类似TINDER/探探的简单操作风格,方便易上手。严格的商业审查及实时监管为用户提供了私密、安全、纯粹的交友乐趣。
</div>
<div class="col-lg-12 intro">
四川私慕科技有限公司SeeMore Technologies Co.,
Ltd简称私慕科技SeeMore
Tech具备丰富的市场经验、深厚的技术底蕴集合优秀的核心团队勇于创新探索致力于研发、运营私慕SeeMore.Club平台通过建立优秀的用户交互模型和先进的商业模式有效结合了互联网线上社交与传统线下经营场所得到了商业合作伙伴的认可、终端用户的喜爱目前公司处于高速发展的良好状态。
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer"></div>
</body>
</html>