Files
SOP/sop-website/sop-portal/en-us/index.html
tanghc 6ab696dfaf - 新增ISV用户平台
- 新增门户网站(portal)
- 新增`C++`,`Rust`语言SDK
2020-11-07 10:55:12 +08:00

24 lines
3.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">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="keywords" content="开放平台OpenApi" />
<meta name="description" content="一站式开放接口服务平台,可快速搭建起自己的开放平台" />
<!-- 网页标签标题 -->
<title>XX开放平台</title>
<link rel="shortcut icon" href="/img/docsite.ico"/>
<link rel="stylesheet" href="/build/home.css" />
</head>
<body>
<div id="root"><div class="home-page" data-reactroot=""><section class="top-section"><header class="header-container header-container-primary"><div class="header-body"><img class="logo" src="/img/logo_white.png"/><div class="header-menu"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><ul><li class="menu-item menu-item-primary menu-item-primary-active"><a href="/en-us/index.html" target="_self">HOME</a></li><li class="menu-item menu-item-primary"><a href="/en-us/docs/demo1.html" target="_self">DOCS</a></li><li class="menu-item menu-item-primary"><a href="/en-us/blog/index.html" target="_self">BLOG</a></li><li class="menu-item menu-item-primary"><a href="/en-us/community/index.html" target="_self">COMMUNITY</a></li></ul></div></div></header><div class="vertical-middle"><div class="product-name"><h2>brandName</h2></div><p class="product-desc">some description of product</p><div class="button-area"><a class="button button-primary" target="_self" href="/en-us/docs/demo1.html">Quick Start</a><a class="button button-normal" target="_self" href="">View on Github</a></div></div><div class="animation animation1"></div><div class="animation animation2"></div><div class="animation animation3"></div><div class="animation animation4"></div><div class="animation animation5"></div></section><section class="introduction-section"></section><section class="feature-section"><h3>Feature List</h3><ul><li><img src="/img/feature_transpart.png"/><div><h4>feature1</h4><p>feature description</p></div></li><li><img src="/img/feature_loadbalances.png"/><div><h4>feature2</h4><p>feature description</p></div></li><li><img src="/img/feature_service.png"/><div><h4>feature3</h4><p>feature description</p></div></li><li><img src="/img/feature_hogh.png"/><div><h4>feature4</h4><p>feature description</p></div></li><li><img src="/img/feature_runtime.png"/><div><h4>feature5</h4><p>feature description</p></div></li><li><img src="/img/feature_maintenance.png"/><div><h4>feature6</h4><p>feature description</p></div></li></ul></section><footer class="footer-container"><div class="footer-body"><div class="copyright"><span><div style="margin:0 auto;padding:20px 0;a:[object Object]"><a style="color:#999;padding-right:10px;text-decoration:none;height:20px;line-height:20px;img:[object Object];p:[object Object]">联系我们xxx@163.com</a></div></span></div></div></footer></div></div>
<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
<script src="https://f.alicdn.com/react/15.4.1/react-dom.min.js"></script>
<script>
window.rootPath = '';
</script>
<script src="/build/home.js"></script>
</body>
</html>