Skip to content

Commit 7771e7e

Browse files
committed
initial commit
0 parents  commit 7771e7e

File tree

5 files changed

+143
-0
lines changed

5 files changed

+143
-0
lines changed

Dockerfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM nginx:latest
2+
3+
COPY index.html /usr/share/nginx/html
4+
COPY linux.png /usr/share/nginx/html
5+
6+
EXPOSE 80 443
7+
8+
CMD ["nginx", "-g", "daemon off;"]

index-new.html

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<html>
2+
<head>
3+
<style>
4+
5+
body {
6+
background-image: linear-gradient(-74deg, transparent 90%, rgba(255, 255, 255, 0.23) 20%),
7+
linear-gradient(-74deg, transparent 83%, rgba(255, 255, 255, 0.18) 15%),
8+
linear-gradient(-74deg, transparent 76%, rgba(255, 255, 255, 0.1) 15%),
9+
linear-gradient(to top, #f25a02, #f26818, #f97e36);
10+
background-size: cover;
11+
margin-bottom: 0px!important;
12+
}
13+
14+
div{
15+
font-family: 'Geomanist', sans-serif;
16+
font-weight: normal;
17+
color: white;
18+
width: 50%;
19+
margin: 0 auto;
20+
position: relative;
21+
top: 50%;
22+
transform: translateY(-50%);
23+
24+
}
25+
</style>
26+
</head>
27+
28+
<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>
43+
</body>
44+
45+
</html>

index-original-html

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<html>
2+
<head>
3+
<style>
4+
5+
body {
6+
background-image: linear-gradient(-74deg, transparent 90%, rgba(255, 255, 255, 0.23) 20%),
7+
linear-gradient(-74deg, transparent 83%, rgba(255, 255, 255, 0.18) 15%),
8+
linear-gradient(-74deg, transparent 76%, rgba(255, 255, 255, 0.1) 15%),
9+
linear-gradient(to top, #127ab1, #1799e0, #1796db);
10+
background-size: cover;
11+
margin-bottom: 0px!important;
12+
}
13+
14+
div{
15+
font-family: 'Geomanist', sans-serif;
16+
font-weight: normal;
17+
color: white;
18+
width: 50%;
19+
margin: 0 auto;
20+
position: relative;
21+
top: 50%;
22+
transform: translateY(-50%);
23+
24+
}
25+
</style>
26+
</head>
27+
28+
<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>
43+
</body>
44+
45+
</html>

index.html

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<html>
2+
<head>
3+
<style>
4+
5+
body {
6+
background-image: linear-gradient(-74deg, transparent 90%, rgba(255, 255, 255, 0.23) 20%),
7+
linear-gradient(-74deg, transparent 83%, rgba(255, 255, 255, 0.18) 15%),
8+
linear-gradient(-74deg, transparent 76%, rgba(255, 255, 255, 0.1) 15%),
9+
linear-gradient(to top, #127ab1, #1799e0, #1796db);
10+
background-size: cover;
11+
margin-bottom: 0px!important;
12+
}
13+
14+
div{
15+
font-family: 'Geomanist', sans-serif;
16+
font-weight: normal;
17+
color: white;
18+
width: 50%;
19+
margin: 0 auto;
20+
position: relative;
21+
top: 50%;
22+
transform: translateY(-50%);
23+
24+
}
25+
</style>
26+
</head>
27+
28+
<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>
43+
</body>
44+
45+
</html>

linux.png

21.8 KB
Loading

0 commit comments

Comments
 (0)