mirror of
https://github.com/WebStackPage/WebStackPage.github.io.git
synced 2026-02-06 11:53:17 +08:00
update
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.0 KiB |
@@ -24,7 +24,7 @@
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
<body class="page-body skin-white">
|
||||
<body class="page-body"> <!-- skin-white -->
|
||||
<div class="page-container">
|
||||
<div class="sidebar-menu toggle-others fixed">
|
||||
<div class="sidebar-menu-inner">
|
||||
@@ -1599,6 +1599,72 @@
|
||||
</div>
|
||||
<br />
|
||||
<!--END 素材图库 -->
|
||||
<!-- sketch资源 -->
|
||||
<h4 class="text-gray"><i class="linecons-cog" style="margin-right: 7px;" id="sketch资源"></i>sketch资源</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 GROUPNAME -->
|
||||
<!-- Main Footer -->
|
||||
<!-- Choose between footer styles: "footer-type-1" or "footer-type-2" -->
|
||||
<!-- Add class "sticky" to always stick the footer to the end of page (if page contents is small) -->
|
||||
@@ -1654,6 +1720,18 @@
|
||||
}, 500);
|
||||
});
|
||||
</script>
|
||||
<!-- 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>
|
||||
<!-- Bottom Scripts -->
|
||||
<script src="../assets/js/bootstrap.min.js"></script>
|
||||
<script src="../assets/js/TweenMax.min.js"></script>
|
||||
|
||||
12
index.html
12
index.html
@@ -24,6 +24,18 @@
|
||||
</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>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user