From 0732a1b7aff23a0b394a2066ddf245f100f1ea8a Mon Sep 17 00:00:00 2001 From: Nicole Finks <nicole.finks@utsouthwestern.edu> Date: Tue, 16 Jul 2019 11:23:08 -0500 Subject: [PATCH] [link css to html] --- layouts/custom/repository.html | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/layouts/custom/repository.html b/layouts/custom/repository.html index 7cf49dc..fa2c6c5 100644 --- a/layouts/custom/repository.html +++ b/layouts/custom/repository.html @@ -11,22 +11,38 @@ {{ partial "footer.html" . }} <head> - + <link rel = "stylesheet" + type = "text/css" + href = "/static/css/sidenavRepository.css" /> + </head> </head> <body> + + <!-- Sidebar for Filters --> + <div id= "sidenav"> + <a href="#">Example</a> + </div> + + <!-- Summary of Filtered Data --> + <div id="summary"> + </div> + + <!-- Files of Filtered Data --> + <div id="patientFiles"> + </div> @@ -36,4 +52,13 @@ + + + + + + + + + </body> -- GitLab