Skip to content

Commit

Permalink
Merge pull request #45 from ryota-murakami/improve/https
Browse files Browse the repository at this point in the history
Update to https link URL
  • Loading branch information
zhangjk95 authored Sep 18, 2018
2 parents ec399cf + fd21a61 commit 0c44d9a
Show file tree
Hide file tree
Showing 4 changed files with 7,841 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<meta name="keywords" content="MakeGirls.moe, makegirlsmoe, Deep learning, AI, Artificial intelligence, GAN, Generative adversarial networks, DCGAN, Conditional DCGAN, DRAGAN, ACGAN, WebDNN, Girl illustrations, Face generator, Avatar, Anime, Anime Face, Game, Girls">
<meta name="description" content="MakeGirlsMoe - Create Anime Characters with A.I.! Automatically generate an anime character with your customization. You can specify some attributes such as blonde hair, twin tail, smile, etc."/>
<meta name="twitter:card" content="summary" />
<meta property="og:url" content="http://make.girls.moe" />
<meta property="og:url" content="https://make.girls.moe" />
<meta property="og:title" content="MakeGirlsMoe" />
<meta property="og:description" content="Create Anime Characters with A.I.!" />
<meta property="og:image" content="http://make.girls.moe/thumb.png" />
<meta property="og:image" content="https://make.girls.moe/thumb.png" />

<!--
manifest.json provides metadata used when your web app is added to the
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Navbar extends Component {
<div className="notification">
<p className="notification-text">
<FormattedMessage id="CrypkoNotification"
values={{here: <a href="http://crypko.ai/" target="_blank" rel="noopener noreferrer" ><FormattedMessage id="ClickHere" /></a>}}
values={{here: <a href="https://crypko.ai/" target="_blank" rel="noopener noreferrer" ><FormattedMessage id="ClickHere" /></a>}}
/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class About extends Component {
<p> <a href="https://alantian.net/" target="_blank" rel="noopener noreferrer">Yingtao Tian</a>, Minjun Li, Huachun Zhu</p>
<h3 style={{color: Config.colors.theme}}>Technical Report</h3>
<a href="https://makegirlsmoe.github.io/assets/pdf/technical_report.pdf" target="_blank" rel="noopener noreferrer">Create Anime Characters with A.I. ! </a> <br/>
First presented as a Doujinshi on <a href="http://www.comiket.co.jp/" target="_blank" rel="noopener noreferrer"> Comiket</a> 92, Summer 2017<br/>
First presented as a Doujinshi on <a href="https://www.comiket.co.jp/" target="_blank" rel="noopener noreferrer"> Comiket</a> 92, Summer 2017<br/>
<h4 style={{color: Config.colors.theme}}>Arxiv Version</h4>
<a href="https://arxiv.org/abs/1708.05509" target="_blank" rel="noopener noreferrer">Towards the Automatic Anime Characters Creation with Generative Adversarial Networks</a> <br/>
<h4 style={{color: Config.colors.theme}} >Doujinshi Cover Design</h4>
Expand Down
Loading

0 comments on commit 0c44d9a

Please sign in to comment.