Skip to content

Commit d3deb75

Browse files
committed
new header
1 parent a72bf0e commit d3deb75

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

index.html

+14-15
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
background-image: linear-gradient(-74deg, transparent 90%, rgba(255, 255, 255, 0.23) 20%),
77
linear-gradient(-74deg, transparent 83%, rgba(255, 255, 255, 0.18) 15%),
88
linear-gradient(-74deg, transparent 76%, rgba(255, 255, 255, 0.1) 15%),
9-
linear-gradient(to top, #127ab1, #1799e0, #1796db);
9+
linear-gradient(to top, #f25a02, #f26818, #f97e36);
1010
background-size: cover;
1111
margin-bottom: 0px!important;
1212
}
@@ -27,20 +27,19 @@
2727

2828
<body>
2929

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>
36-
<P>
37-
38-
You've successfully deployed the Linux tweet app! Why not let the world know?
39-
40-
<p>
41-
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>
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 training!</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>
4443
</body>
4544

4645
</html>

0 commit comments

Comments
 (0)