diff --git a/_includes/body-landing.html b/_includes/body-landing.html index 779170d8d5..abcd111a60 100644 --- a/_includes/body-landing.html +++ b/_includes/body-landing.html @@ -139,7 +139,7 @@
-
+
How do I?
@@ -199,43 +199,7 @@
- + {% include landing-page/popular-videos.html %}
@@ -649,29 +613,31 @@

-

Troubleshooting

+

Develop with Docker

+

Learn how to develop language-specific apps using Docker.

- Refer to our troubleshooting topics to learn how to diagnose and - troubleshoot common issues. -

-

- - Troubleshoot the Docker daemon + + Docker for Java developers

- - Troubleshoot volumes or bind mount errors + + Port a node.js app to Docker

- - Troubleshoot container networking errors + + Ruby on Rails app on Docker

- - Docker Desktop logs and troubleshooting + + Dockerize a .Net Core application + +

+

+ + Dockerize an ASP.NET Core application with SQL Server on Linux

@@ -727,6 +693,33 @@

+
+

Troubleshooting

+

+ Refer to our troubleshooting topics to learn how to diagnose and + troubleshoot common issues. +

+

+ + Troubleshoot the Docker daemon + +

+

+ + Troubleshoot volumes or bind mount errors + +

+

+ + Troubleshoot container networking errors + +

+

+ + Docker Desktop logs and troubleshooting + +

+
diff --git a/_includes/landing-page/develop-with-docker.html b/_includes/landing-page/develop-with-docker.html new file mode 100644 index 0000000000..79d13413cb --- /dev/null +++ b/_includes/landing-page/develop-with-docker.html @@ -0,0 +1,37 @@ +
+
+
+
+
Develop with Docker
+

Learn how to develop language-specific apps using Docker.

+
+
+ +
+
diff --git a/_includes/landing-page/popular-videos.html b/_includes/landing-page/popular-videos.html new file mode 100644 index 0000000000..04cb169256 --- /dev/null +++ b/_includes/landing-page/popular-videos.html @@ -0,0 +1,30 @@ +
+
+
+
+
Popular videos
+

Watch the most popular videos from DockerCon.

+
+
+ +
+
diff --git a/_scss/_landing.scss b/_scss/_landing.scss index 17c097781c..fadc243cbd 100644 --- a/_scss/_landing.scss +++ b/_scss/_landing.scss @@ -127,6 +127,22 @@ body#landing { padding: 7.5px; } + .video-item { + display: flex; + flex-direction: row; + align-items: center; + margin-top: 6.5px; + margin-bottom: 6.5px; + + .video-image { + margin-right: 13px; + } + + .video-title { + flex: 1; + } + } + %icon-card { background-image: none; background-origin: content-box; diff --git a/images/video.svg b/images/video.svg new file mode 100644 index 0000000000..fc5351862e --- /dev/null +++ b/images/video.svg @@ -0,0 +1,6 @@ + + + + + +