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
---------------------------------