diff --git a/client/index.html b/client/index.html index 8473ee5..112d64c 100644 --- a/client/index.html +++ b/client/index.html @@ -21,71 +21,121 @@ display: block; } } + [v-cloak] { + display: none; + } + + .grid .imageContainer{ + height: 250px; + } + + .grid .contentContainer{ + display: none; + } + .grid .titleContainer{ + height: 70px; + + } + + .grid .titleContainer h5{ + font-size: 2rem; + } + + .grid .podcasts{ + + box-shadow: 0 0 0 0px rgb(0 0 0 / 20%); + } + + .grid .podcasts:hover{ + box-shadow: #ccc 10px 5px 16px 1px; + transition:all 0.25s; + transition-timing-function: ease-in-out; + } + + + .alignRight{ + text-align: right; + } + .alignLeft{ + text-align: left; + } +
{{template "navbar" .}} - +
- {{range .podcasts}} -
-
- {{ .Title }} -
-
- -

{{.Title}}

+
+
+
 
+
+ + + -

{{ .Summary }}

+
+ +
+
+ +
-
- {{else}} + + +
{{template "scripts"}} {{end}}