Skip to content

Commit a72bf0e

Browse files
committed
Updated verbiage to be more generic
1 parent 3b41de3 commit a72bf0e

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

index-new.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
</head>
2727

2828
<body>
29-
30-
<img src=https://www.docker.com/sites/all/themes/docker/assets/images/brand-full.svg width=20%></img>
31-
32-
<div class="inner">
33-
<center><h1>Docker 101!</h1></center>
34-
35-
<center><img src="./linux.png"></img><P>
36-
37-
You've successfully deployed the Linux tweet app! Why not let the world know?
38-
39-
<p>
40-
41-
<a href="https://twitter.com/intent/tweet?button_hashtag=#SwarmWorkshop" 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://www.docker.com" data-lang="en" data-show-count="false">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
42-
</div>
29+
30+
<img src=https://www.docker.com/sites/all/themes/docker/assets/images/brand-full.svg width=20%></img>
31+
32+
<div class="inner">
33+
<center><h1>Linux Tweet App!</h1></center>
34+
35+
<center><img src="./linux.png"></img><P>
36+
37+
You've successfully deployed the Linux tweet app! Why not let the world know?
38+
39+
<p>
40+
41+
<a href="https://twitter.com/intent/tweet?button_hashtag=#Docker" class="twitter-hashtag-button" data-size="large" data-text="I'm learning how to deploy #Docker containers." data-url="http://www.docker.com" data-lang="en" data-show-count="false">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
42+
</div>
4343
</body>
4444

4545
</html>

index-original-html index-original.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
<img src=https://www.docker.com/sites/all/themes/docker/assets/images/brand-full.svg width=20%></img>
3131

3232
<div class="inner">
33-
<center><h1>Docker 101!</h1></center>
33+
<center><h1>Linux Tweet App!</h1></center>
3434

35-
<center><img src="./linux.png"></img><P>
35+
<center><img src="./linux.png"></img><P>
3636

3737
You've successfully deployed the Linux tweet app! Why not let the world know?
3838

3939
<p>
4040

41-
<a href="https://twitter.com/intent/tweet?button_hashtag=#SwarmWorkshop" 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://www.docker.com" data-lang="en" data-show-count="false">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
41+
<a href="https://twitter.com/intent/tweet?button_hashtag=#Docker" class="twitter-hashtag-button" data-size="large" data-text="I'm learning how to deploy #Docker containers." data-url="http://www.docker.com" data-lang="en" data-show-count="false">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
4242
</div>
4343
</body>
4444

index.html

+10-9
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,21 @@
2626
</head>
2727

2828
<body>
29+
30+
<img src=https://www.docker.com/sites/all/themes/docker/assets/images/brand-full.svg width=20%></img>
2931

30-
<img src=https://www.docker.com/sites/all/themes/docker/assets/images/brand-full.svg width=20%></img>
32+
<div class="inner">
33+
<center><h1>Linux Tweet App!</h1></center>
3134

32-
<div class="inner">
33-
<center><h1>Docker 101!</h1></center>
35+
<center><img src="./linux.png"></img>
36+
<P>
3437

35-
<center><img src="./linux.png"></img><P>
38+
You've successfully deployed the Linux tweet app! Why not let the world know?
3639

37-
You've successfully deployed the Linux tweet app! Why not let the world know?
40+
<p>
3841

39-
<p>
40-
41-
<a href="https://twitter.com/intent/tweet?button_hashtag=#SwarmWorkshop" 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://www.docker.com" data-lang="en" data-show-count="false">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
42-
</div>
42+
<a href="https://twitter.com/intent/tweet?button_hashtag=#Docker" class="twitter-hashtag-button" data-size="large" data-text="I'm learning how to deploy #Docker containers." data-url="http://www.docker.com" data-lang="en" data-show-count="false">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
43+
</div>
4344
</body>
4445

4546
</html>

0 commit comments

Comments
 (0)