Skip to content

Commit

Permalink
Fix css.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglr committed Nov 17, 2024
1 parent 28393df commit dc3a8e0
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<link rel="shortcut icon" sizes="32x32" href="/assets/images/favicon.png">
<link rel="apple-touch-icon" href="/assets/images/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/assets/images/favicon.png">
<link rel="search" type="application/opensearchdescription+json" href="https://geekplayers.com/search.json" title="极客玩家大白" />
<link rel="search" type="application/opensearchdescription+json" href="https://yanglr.github.io/search.json" title="极客玩家大白" />

<meta name="theme-color" content="#cc0000">
<meta name="msapplication-TileColor" content="#cc0000">
<meta name="msapplication-TileImage" content="https://geekplayers.com/assets/images/better-me.jpg">
<meta name="msapplication-TileImage" content="https://yanglr.github.io/assets/images/better-me.jpg">

<!-- Start Alexa Certify Javascript -->
<script type="text/javascript">
_atrk_opts = { atrk_acct: "K78pv1Y1Mn20Io", domain: "geekplayers.com", dynamic: true };
_atrk_opts = { atrk_acct: "K78pv1Y1Mn20Io", domain: "yanglr.github.io", dynamic: true };
(function () { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://certify-js.alexametrics.com/atrk.js"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(as, s); })();
</script>
<noscript><img src="https://certify.alexametrics.com/atrk.gif?account=K78pv1Y1Mn20Io" style="display:none" height="1"
Expand Down Expand Up @@ -58,52 +58,52 @@

<!-- Facebook and Twitter integration -->
<meta property="og:title" content="极客玩家大白"/>
<meta property="og:image" content="https://geekplayers.com/assets/images/better-me.jpg"/> <meta property="og:image:width" content="266"> <meta property="og:image:height" content="266">
<meta property="og:image" content="https://yanglr.github.io/assets/images/better-me.jpg"/> <meta property="og:image:width" content="266"> <meta property="og:image:height" content="266">
<meta property="og:locale" content="zh_cn">
<meta property="og:updated_time" content="2020-10-14T21:32:56+08:00">
<meta property="og:url" content="https://geekplayers.com/categories/"/>
<meta property="og:url" content="https://yanglr.github.io/categories/"/>
<meta property="og:site_name" content="极客玩家大白"/>
<meta property="og:description" content="极客玩家大白的技术分享博客。内容涵盖.NET, PHP, Leetcode面试题,Python等等~分享技术、感悟人生,兼谈运营硬核技巧‧‧‧"/>

<meta property="article:section" content="大白技术控,分享技术、感悟人生,兼谈运营硬核技巧.">
<meta property="og:image:secure_url" content="https://geekplayers.com/assets/images/better-me.jpg"/>
<meta property="og:image:secure_url" content="https://yanglr.github.io/assets/images/better-me.jpg"/>
<meta property="og:image:alt" content="极客玩家大白">
<meta property="article:modified_time" content="2020-10-14T21:32:56+08:00">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@yanglr">
<meta name="twitter:title" content="Bravo Yeung" />
<meta name="twitter:image" content="https://geekplayers.com/assets/images/better-me.jpg" />
<meta name="twitter:url" content="https://geekplayers.com/categories/" />
<meta name="twitter:image" content="https://yanglr.github.io/assets/images/better-me.jpg" />
<meta name="twitter:url" content="https://yanglr.github.io/categories/" />
<meta name="twitter:description" content="极客玩家大白的技术分享博客。内容涵盖.NET, PHP, Leetcode面试题,Python等等~分享技术、感悟人生,兼谈运营硬核技巧‧‧‧" />

<link rel="canonical" href="https://geekplayers.com/categories/">
<link rel="alternate" type="application/rss+xml" title="极客玩家大白 RSS feed" href="https://geekplayers.com/feed.xml">
<link rel="sitemap" type="application/xml" title="极客玩家大白 Sitemap" href="https://geekplayers.com/sitemap.xml" />
<link rel="canonical" href="https://yanglr.github.io/categories/">
<link rel="alternate" type="application/rss+xml" title="极客玩家大白 RSS feed" href="https://yanglr.github.io/feed.xml">
<link rel="sitemap" type="application/xml" title="极客玩家大白 Sitemap" href="https://yanglr.github.io/sitemap.xml" />

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "ImageObject",
"@id": "https://geekplayers.com/assets/images/better-me.jpg",
"@id": "https://yanglr.github.io/assets/images/better-me.jpg",
"inLanguage": "zh-CN",
"url": "https://geekplayers.com/assets/images/better-me.jpg",
"url": "https://yanglr.github.io/assets/images/better-me.jpg",
"width": 266,
"height": 266,
"caption": "极客玩家大白"
},
{
"@type": "WebPage",
"@id": "https://geekplayers.com/categories/",
"url": "https://geekplayers.com/categories/",
"@id": "https://yanglr.github.io/categories/",
"url": "https://yanglr.github.io/categories/",
"name": "极客玩家大白",
"isPartOf": {
"@id": "https://geekplayers.com"
"@id": "https://yanglr.github.io"
},
"primaryImageOfPage": {
"@id": "https://geekplayers.com"
"@id": "https://yanglr.github.io"
},
"datePublished": "2020-10-14T21:32:56+08:00",
"dateModified": "2020-10-14T21:32:56+08:00",
Expand All @@ -113,29 +113,29 @@
{
"@type": "ReadAction",
"target": [
"https://geekplayers.com/categories/"
"https://yanglr.github.io/categories/"
]
}
]
},
{
"@type": "Article",
"@id": "https://geekplayers.com/categories/",
"@id": "https://yanglr.github.io/categories/",
"isPartOf": {
"@id": "https://geekplayers.com/categories/"
"@id": "https://yanglr.github.io/categories/"
},
"author": {
"@id": "https://geekplayers.com"
"@id": "https://yanglr.github.io"
},
"headline": "极客玩家大白",
"datePublished": "2020-10-14T21:32:56+08:00",
"dateModified": "2020-10-14T21:32:56+08:00",
"commentCount": 30,
"publisher": {
"@id": "https://geekplayers.com"
"@id": "https://yanglr.github.io"
},
"image": {
"@id": "https://geekplayers.com/assets/images/better-me.jpg"
"@id": "https://yanglr.github.io/assets/images/better-me.jpg"
},
"articleSection": "",
"inLanguage": "zh-CN",
Expand All @@ -144,14 +144,14 @@
"@type": "CommentAction",
"name": "Comment",
"target": [
"https://geekplayers.com/categories/"
"https://yanglr.github.io/categories/"
]
}
]
},
{
"@type": "Person",
"@id": "https://geekplayers.com",
"@id": "https://yanglr.github.io",
"name": "极客玩家大白"
},
{
Expand All @@ -164,9 +164,9 @@
"name": "Bravo Yeung"
},
"image": [
"https://geekplayers.com/assets/images/better-me.jpg"
"https://yanglr.github.io/assets/images/better-me.jpg"
],
"url": "https://geekplayers.com/categories/",
"url": "https://yanglr.github.io/categories/",
"recipeIngredient": [
"第1步",
"第2步",
Expand All @@ -177,41 +177,41 @@
{
"@type": "HowToStep",
"text": "第1步",
"url": "https://geekplayers.com/categories/#step-1"
"url": "https://yanglr.github.io/categories/#step-1"
},
{
"@type": "HowToStep",
"text": "第2步",
"url": "https://geekplayers.com/categories/#step-2"
"url": "https://yanglr.github.io/categories/#step-2"
},
{
"@type": "HowToStep",
"text": "第3步",
"url": "https://geekplayers.com/categories/#step-3"
"url": "https://yanglr.github.io/categories/#step-3"
}
],
"datePublished": "2020-10-14T21:32:56+08:00",
"@id": "https://geekplayers.com/categories/",
"@id": "https://yanglr.github.io/categories/",
"isPartOf": {
"@id": "https://geekplayers.com"
"@id": "https://yanglr.github.io"
},
"mainEntityOfPage": "https://geekplayers.com"
"mainEntityOfPage": "https://yanglr.github.io"
}
]
}
</script>

<!-- Third-Party CSS -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/yanglr/yanglr.github.io/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="//geekplayers.com/bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="//yanglr.github.io/bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/yanglr/yanglr.github.io/bower_components/hover/css/hover-min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/yanglr/yanglr.github.io/bower_components/primer-markdown/dist/user-content.min.css">
<link rel="stylesheet" href="//geekplayers.com/assets/css/syntax.css">
<link rel="stylesheet" href="//geekplayers.com/assets/css/sidebar-post-nav.css">
<link rel="stylesheet" href="//yanglr.github.io/assets/css/syntax.css">
<link rel="stylesheet" href="//yanglr.github.io/assets/css/sidebar-post-nav.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yanglr/yanglr.github.io@master/assets/vendor/share.js/dist/css/share.min.css">

<!-- My CSS -->
<link rel="stylesheet" href="//geekplayers.com/assets/css/common.css">
<link rel="stylesheet" href="//yanglr.github.io/assets/css/common.css">

<!-- CSS set in page -->

Expand Down Expand Up @@ -1759,12 +1759,12 @@ <h1 id="page-title-taxonomy"></h1>



<ul id="geekplayers.com" class="list-group">
<font style="font-size: 30px;">geekplayers.com</font>
<ul id="yanglr.github.io" class="list-group">
<font style="font-size: 30px;">yanglr.github.io</font>
<span class="badge">1</span>
</ul>

<a name="geekplayers.com"></a>
<a name="yanglr.github.io"></a>

<li style="font-size:15pt !important;">2020/04/10 - <a href="/master-of-money.html">
<font style="font-size: 24px;">半佛仙人:神圣的存款</font></a></li>
Expand Down

0 comments on commit dc3a8e0

Please sign in to comment.