Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icon for Twitter, updated information on Magenta Studio #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions icons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Tiwtter icon is taken from [here](https://about.twitter.com/en_us/company/brand-resources.html).
20 changes: 20 additions & 0 deletions icons/Twitter_Social_Icon_Circle_Color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h5 class="modal-title" id="exampleModalLabel">Take a snapshot!</h5>
<div class="container-fluid pt-5" style="background-color: #f5f5f5;">
<div class="row">
<div class="col-md-4 offset-md-4">
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-text="Paint a photograph in the style of anything, right in your browser! Try out arbitrary style transfer! #CreativeAI #creativecoding #generative" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-text="Paint a photograph in the style of anything, right in your browser! Try out arbitrary style transfer! #CreativeAI #creativecoding #generative" data-show-count="false"><img src="icons/Twitter_Social_Icon_Circle_Color.svg" style="height:14px" alt="Twitter logo"> Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class="row pt-5">
Expand Down Expand Up @@ -452,7 +452,10 @@ <h5>
in making a suite of tools for artistically manipulating images, kind of like
<a href="https://magenta.tensorflow.org/studio">Magenta Studio</a>
but for images. Please reach out if you're planning to build/are
building one out!
building one out!<br><br>
<ins>UPDATE!</ins> Based on this work, Magenta Studio now has an implementation of fast style transfer, for
more see <a href="https://magenta.tensorflow.org/blog/2018/12/20/style-transfer-js/">here</a>
and <a href="https://github.com/tensorflow/magenta-js/tree/master/image">here</a>.
</p>
</div>
</div>
Expand Down