From ad82289f5501cf12a12b346fe8567661fde6f79e Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Fri, 21 Sep 2018 21:04:57 -0700 Subject: [PATCH] refactor structure for committee block to bootstrap --- static/css/style.css | 23 ++++------- templates/pages/index.html | 83 +++++++++++++++++++------------------- 2 files changed, 49 insertions(+), 57 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 00fe127..438205d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -42,7 +42,6 @@ h3 { footer { background-color: #F5F5F5; padding: 5rem; - margin-top: 4rem; text-align: center; } @@ -58,14 +57,9 @@ footer { overflow: hidden; background:#34495e; padding:60px; - display:flex; } -.our-team{ - margin-top: 100px; -} - -.our-team .pic{ + .team-section .pic{ display: inline-block; width: 85%; height: 85%; @@ -74,20 +68,13 @@ footer { transition: all 0.5s ease 0s; } - .pic img{ + .team-section .pic img{ width: 100%; height: auto; border-radius: 50%; } - .our-team .title{ - display: block; - font-size: 15px; - font-weight: 600; - color: white; - margin: 0 0 7px 0; - } - .our-team .post{ + .team-section .post{ display: block; font-size: 15px; color: #17bebb; @@ -119,6 +106,10 @@ footer { margin-top: 4rem; } + .jumbotron h2 { + color: #fff; + } + /* NAVIGATION */ .navbar-fixed-top { diff --git a/templates/pages/index.html b/templates/pages/index.html index 100f9bf..7e64826 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -38,63 +38,64 @@
+
+
+
+

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