Files
WebStackPage.github.io/index.html
2017-12-27 00:00:53 +08:00

108 lines
4.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DesignStack</title>
<script>
if (navigator.appName == "Netscape") {
var language = navigator.language;
} else {
var language = navigator.browserLanguage;
}
if (language.indexOf("en") > -1) {
document.location.href = "en/index.html";
} else if (language.indexOf("zh") > -1) {
document.location.href = "cn/index.html";
} else {
document.location.href = "en/index.html";
}
</script>
</head>
<body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111463289-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-111463289-1');
</script>
<!-- example -->
<!-- <h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="example"></i>example</h4>
<div class="row">
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('websiteUrl', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="websiteUrl">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img src="../assets/images/logos/default.png" class="img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>websiteNameHere</strong>
</a>
<p class="overflowClip_2">websiteInfoHere</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('websiteUrl', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="websiteUrl">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img src="../assets/images/logos/default.png" class="img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>websiteNameHere</strong>
</a>
<p class="overflowClip_2">websiteInfoHere</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('websiteUrl', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="websiteUrl">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img src="../assets/images/logos/default.png" class="img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>websiteNameHere</strong>
</a>
<p class="overflowClip_2">websiteInfoHere</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('websiteUrl', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="websiteUrl">
<div class="xe-comment-entry">
<a class="xe-user-img">
<img src="../assets/images/logos/default.png" class="img-circle" width="40">
</a>
<div class="xe-comment">
<a href="#" class="xe-user-name overflowClip_1">
<strong>websiteNameHere</strong>
</a>
<p class="overflowClip_2">websiteInfoHere</p>
</div>
</div>
</div>
</div>
</div>
<br /> -->
<!--END example -->
</body>
</html>