From 6c8cd6f539828cb62dd37a9eb26f2766396f62b1 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht <andrew@fsf.org> Date: Tue, 9 Mar 2021 17:42:31 -0500 Subject: [PATCH] changes to /2021/vip/ space --- 2021/vip/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/2021/vip/index.html b/2021/vip/index.html index 563e479b..7b6e4d5f 100755 --- a/2021/vip/index.html +++ b/2021/vip/index.html @@ -6,6 +6,8 @@ <style> .area-link { margin: 10px auto; max-width: 500px; border-radius: 10px; border: solid black; text-align: center; } .area-link a { display: inline-block; width: 100%; height: 100%; padding: 10px; text-decoration: none; border: none; color: black; } +.register-link { background: #C4A000; border-color: #C4A000; } +.register-link a { color: white; } </style> <!--#include virtual="/2021/includes/banner.html"--> @@ -15,10 +17,12 @@ <p>Prior to using the links below, please make sure that you <strong><a href="https://my.fsf.org/civicrm/event/info?reset=1&id=92">Register</a></strong> -for the conference.</p> +for the conference, as this space is for registered participants only.</p> <div style="margin-top: 30px;"></div> +<div class="area-link register-link"><a href="https://my.fsf.org/civicrm/event/info?reset=1&id=92">Register</a></div> + <div class="area-link"><a href="exhibitors/">Exhibitor Space</a></div> <div class="area-link"><a href="hallway/">Hallway Track</a></div> -- 2.25.1