-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 7.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html lang="en"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Source Man · A website of source code interpretation</title><meta name="viewport" content="width=device-width"/><meta name="generator" content="Docusaurus"/><meta property="og:title" content="Source Man · A website of source code interpretation"/><meta property="og:type" content="website"/><meta property="og:url" content="https://source-man.github.io/source-man/index.html"/><meta property="og:description" content="A website of source code interpretation"/><link rel="shortcut icon" href="/source-man/img/favicon.png"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><link rel="alternate" type="application/atom+xml" href="https://source-man.github.io/blog/atom.xml" title="Source Man Blog ATOM Feed"/><link rel="alternate" type="application/rss+xml" href="https://source-man.github.io/blog/feed.xml" title="Source Man Blog RSS Feed"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><link rel="stylesheet" href="/source-man/css/main.css"/></head><body><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/source-man/"><img class="logo" src="/source-man/img/docusaurus.svg"/><h2 class="headerTitle">Source Man</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><span><li><a id="languages-menu" href="#"><img class="languages-icon" src="/source-man/img/language.svg"/>English</a><div id="languages-dropdown" class="hide"><ul id="languages-dropdown-items"><li><a href="/source-man/en">English</a></li><li><a href="/source-man/zh-CN">中文</a></li></ul></div></li><script>
const languagesMenuItem = document.getElementById("languages-menu");
const languagesDropDown = document.getElementById("languages-dropdown");
languagesMenuItem.addEventListener("click", function(){
if(languagesDropDown.className == "hide") {
languagesDropDown.className = "visible";
} else {
languagesDropDown.className = "hide";
}
});
</script></span><li><a href="/source-man/docs/en/home.html" target="_self">Home</a></li><li><a href="/source-man/docs/en/mobx.html" target="_self">MobX</a></li><li><a href="/source-man/en/help.html" target="_self">Link</a></li><li><a href="/source-man/blog" target="_self">Blog</a></li></ul></nav></div></header></div></div><div class="navPusher"><div><div class="homeContainer"><div class="homeSplashFade"><div class="wrapper homeWrapper"><div class="projectLogo"><img src="/source-man/img/docusaurus.svg"/></div><div class="inner"><h2 class="projectTitle">Source Man<small>A website of source code interpretation</small></h2><div class="section promoSection"><div class="promoRow"><div class="pluginRowBlock"><div class="pluginWrapper buttonWrapper"><a class="button" href="#try" target="_self">Try It Out</a></div><div class="pluginWrapper buttonWrapper"><a class="button" href="/source-man/docs/en/doc1.html" target="_self">Example Link</a></div><div class="pluginWrapper buttonWrapper"><a class="button" href="/source-man/docs/en/doc2.html" target="_self">Example Link 2</a></div></div></div></div></div></div></div></div><div class="mainContainer"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter fourByGridBlock imageAlignTop"><div class="blockImage"><img src="/source-man/img/docusaurus.svg"/></div><div class="blockContent"><h2><div><span><p>Feature One</p>
</span></div></h2><div><span><p>This is the content of my feature</p>
</span></div></div></div><div class="blockElement alignCenter fourByGridBlock imageAlignTop"><div class="blockImage"><img src="/source-man/img/docusaurus.svg"/></div><div class="blockContent"><h2><div><span><p>Feature Two</p>
</span></div></h2><div><span><p>The content of my second feature</p>
</span></div></div></div></div></div></div><div class="productShowcaseSection paddingBottom" style="text-align:center;"><h2>Feature Callout</h2><div><span><p>These are features of this project</p>
</span></div></div><div class="container lightBackground paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignSide twoByGridBlock"><div class="blockContent"><h2><div><span><p>Learn How</p>
</span></div></h2><div><span><p>Talk about learning how to use this</p>
</span></div></div><div class="blockImage"><img src="/source-man/img/docusaurus.svg"/></div></div></div></div></div><div class="container paddingBottom paddingTop" id="try"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignSide twoByGridBlock"><div class="blockImage"><img src="/source-man/img/docusaurus.svg"/></div><div class="blockContent"><h2><div><span><p>Try it Out</p>
</span></div></h2><div><span><p>Talk about trying this out</p>
</span></div></div></div></div></div></div><div class="container darkBackground paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignSide twoByGridBlock"><div class="blockContent"><h2><div><span><p>Description</p>
</span></div></h2><div><span><p>This is another description of how this project is useful</p>
</span></div></div><div class="blockImage"><img src="/source-man/img/docusaurus.svg"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>Who's Using This?</h2><p>This project is used by all these people</p><div class="logos"><a href="https://github.com/boycgit"><img src="/source-man/img/docusaurus.svg" title="boycgit"/></a></div><div class="more-users"><a class="button" href="/source-man/en/users.html">More Source Man Users</a></div></div></div></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/source-man/" class="nav-home"><img src="/source-man/img/docusaurus.svg" alt="Source Man" width="66" height="58"/></a><div><h5>Docs</h5><a href="/source-man/docs/en/doc1.html">Getting Started (or other categories)</a><a href="/source-man/docs/en/doc2.html">Guides (or other categories)</a><a href="/source-man/docs/en/doc3.html">API Reference (or other categories)</a></div><div><h5>Community</h5><a href="/source-man/en/users.html">User Showcase</a><a href="http://stackoverflow.com/questions/tagged/" target="_blank">Stack Overflow</a><a href="https://discordapp.com/">Project Chat</a><a href="https://twitter.com/" target="_blank">Twitter</a></div><div><h5>More</h5><a href="/source-man/blog">Blog</a><a href="https://github.com/">GitHub</a><a class="github-button" href="https://github.com/source-man" data-icon="octicon-star" data-count-href="/facebook/docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><a href="https://github.com/source-man" target="_blank" class="fbOpenSource"><img src="/source-man/img/sourceman-logo.png" alt="Source Man" width="85" height="115"/></a><section class="copyright">Copyright © 2018 Source Man.</section></footer></div></body></html>