diff --git a/assets/images/team-small-1.png b/assets/images/team-small-1.png new file mode 100644 index 0000000..9b4aa62 Binary files /dev/null and b/assets/images/team-small-1.png differ diff --git a/index.html b/index.html index b3dd897..d48c70d 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,53 @@

Você conhece a iniciativa Artesãos?

+ +
+
+
+
+

Nossos Desenvolvedores

+ +
+ + +
+
+ Team Member +

Vinicius Reis

+
vinicius73
+ +
+
+ +
+
+ Team Member +

Mauri Jr

+
mauri780
+ +
+
+ +
+
+ Team Member +

Hernandes Ban

+
hernandev
+ +
+
+ +
+
+
+ diff --git a/src/css/style.css b/src/css/style.css index 72d7823..62a05b6 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -42,6 +42,16 @@ section { background-position: 50% 50% !important; background-size: cover; } + + .developers { + overflow:hidden; + min-height: 480px; + padding-top: 80px; + background: #fff; + background-position: 50% 50% !important; + background-size: cover; + } + .top_overlay{ position:absolute; top:0px; @@ -402,3 +412,31 @@ section { border-bottom-right-radius: 3px; } /* END PACKAGES */ + +/* ========================================================== +! Section Our Developers +========================================================== */ +.developers{ + min-height: 600px; +} +.team h2 { + margin-bottom: 8px; +} +.team-member { + text-align: center; + margin-top: 48px; +} +.team-member img { + display: inline-block; + margin-bottom: 16px; +} +.team-member h5 { + margin-bottom: 8px; +} +.team-member .social-icons { + margin-top: 8px; +} +.team-member .social-icons li { + list-style-type: none; + display: inline +}