2017/README.md: Add "Modifying top-right corner" section.
authorrsiddharth <rsd@gnu.org>
Wed, 12 Oct 2016 03:13:51 +0000 (03:13 +0000)
committerrsiddharth <rsd@gnu.org>
Wed, 12 Oct 2016 03:13:51 +0000 (03:13 +0000)
2017/README.md

index f51fd0b335a2901d216caca430164aba14451b0e..f2026705168d900271fc342d4e36dfe27e4fdd3b 100644 (file)
@@ -131,6 +131,28 @@ chmod +x foo.html
 
 Replace `foo.html` with the desired file name.
 
+Modifying top-right corner
+--------------------------
+
+In the `/2017/includes/banner.html` find the `...#top-right-desktop
+start...` section.
+
+### For register now
+
+Include `register-now.html`
+
+    <!-- #top-right-desktop start -->
+    <!--#include virtual="/2017/includes/register-now.html"-->
+    <!-- #top-right-desktop end -->
+
+### For join LP list form.
+
+Include `join-list.html`
+
+    <!-- #top-right-desktop start -->
+    <!--#include virtual="/2017/includes/join-list.html"-->
+    <!-- #top-right-desktop end -->
+
 Deploying to Staging/Live Servers
 ---------------------------------