Skip to content

Commit

Permalink
update tweet app
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Apr 26, 2024
1 parent 354530a commit 9f7d982
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#00e6cc",
"activityBar.background": "#00e6cc",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#e620ff",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#00e6cc",
"statusBar.background": "#00b39f",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#00e6cc",
"statusBarItem.remoteBackground": "#00b39f",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#00b39f",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#00b39f99",
"titleBar.inactiveForeground": "#e7e7e799"
}
}
6 changes: 3 additions & 3 deletions linux_tweet_app/index-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ <h1 class="inner__title"><img src=https://www.docker.com/sites/all/themes/docker
</div>
</header>
<div class="inner__tweet">
<p>You've successfully deployed the layer5 Innovate Day - Tech Summit 2018 tweet app!<br />
<p>You've successfully deployed the Layer5 tweet app!<br />
Why not let the world know?</p>
<a href="https://twitter.com/intent/tweet?button_hashtag=#layer5Innovate" class="twitter-hashtag-button" data-size="large"
data-text="I'm learning how to deploy Linux applications to a multi-os #Docker Swarm." data-url="http://innovate.layer5.io"
<a href="https://twitter.com/intent/tweet?button_hashtag=#layer5" class="twitter-hashtag-button" data-size="large"
data-text="I'm learning how to deploy Linux applications to a multi-os #Docker Swarm." data-url="https://layer5.io/workshops"
data-lang="en" data-show-count="false">Tweet</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
Expand Down

0 comments on commit 9f7d982

Please sign in to comment.