From 13730ca81579a2e2e3797567fda79cfe5531ebc4 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Fri, 21 Sep 2018 20:58:10 -0700 Subject: [PATCH] adjust stucture for committee block --- static/css/style.css | 6 +++ templates/pages/index.html | 87 +++++++++++++++++++------------------- 2 files changed, 50 insertions(+), 43 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 300fe0e..00fe127 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -113,6 +113,12 @@ footer { -webkit-transform: translate3d(0,0,0); } + .jumbotron { + padding-top: 0; + padding-bottom: 0; + margin-top: 4rem; + } + /* NAVIGATION */ .navbar-fixed-top { diff --git a/templates/pages/index.html b/templates/pages/index.html index cb5f75c..100f9bf 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -35,65 +35,66 @@ -
+
-

Our Committee

+
-
-
- -
-

Tyson Clugg

- President -
+
+ +

Our Committee

+ +
+
+ +
+

Tyson Clugg

+ President -
-
-
-

Andrea Cucciniello

- Secretary -
-
-
- +
+
+ +
+

Andrea Cucciniello

+ Secretary
-

Gary Evans

- Committee Member -
-
-
- +
+
+ +
+

Gary Evans

+ Committee Member
-

Rajni Baliyan

- Committee Member -
+
+
+ +
+

Rajni Baliyan

+ Committee Member +
-
-
- +
+
+ +
+

James Sewell

+ Sponsorship Officer
-

James Sewell

- Sponsorship Officer -
-
-
- +
+
+ +
+

Randal McDonnell

+ Treasurer
-

Randal McDonnell

- Treasurer -
-
+
- - - {%endblock%} -- 2.39.5