From a4f373841b6dfbaecae775c3f735ec81143009c2 Mon Sep 17 00:00:00 2001 From: mehakp Date: Fri, 23 Jun 2017 01:44:03 +0530 Subject: [PATCH 1/5] Update index.html --- index.html | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 104 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0654d1c..12c160b 100644 --- a/index.html +++ b/index.html @@ -58,6 +58,9 @@
  • Initiatives
  • +
  • + Our Team +
  • Contact Us
  • @@ -242,6 +245,106 @@

    Initiatives

    + +
    +
    +
    +
    +

    Our Dedicated Team

    +

    "A two line write-up here
    + A two line write-up here" +

    +
    +
    +
    +
    + +
    +
    +

    John Doe

    +

    Students' Head

    +
    + +
    +
    +

    John Doe

    +

    Students' Head

    +
    + +
    +
    +
    +

    Some Team

    +
    +
    +
    +

    +
    +
    +
    +
    +
    +

    John Doe

    +

    Team Core

    +
    +
    +
    +
    +
    +

    John Doe

    +

    Team Core

    +
    + + +
    +
    + +
    +
    +

    John Doe

    +

    Team Core

    +
    + +
    +
    +

    John Doe

    +

    Team Core

    +
    + +
    +
    +
    +
    +

    John Doe

    +

    Team Core

    +
    + +
    +
    +
    +
    +
    +
    +

    John Doe

    +

    Team Core

    +
    +
    +
    +
    +
    +

    John Doe

    +

    Team Core

    +
    + +
    + +
    +
    +
    + + + +
    @@ -288,4 +391,4 @@

    (Footer)

    - \ No newline at end of file + From 63d07b28ad0c6ac67f5c4c4a6521e5dbb5ecf30d Mon Sep 17 00:00:00 2001 From: mehakp Date: Fri, 23 Jun 2017 01:45:19 +0530 Subject: [PATCH 2/5] Update creative.css --- css/creative.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/css/creative.css b/css/creative.css index b37b7a4..53506d0 100644 --- a/css/creative.css +++ b/css/creative.css @@ -45,6 +45,22 @@ h6 { font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } + +.head-image{ + width: 330px; + height: 330px; + border: 7px solid #FC8C6A; + + +} + +.team-image{ + width: 250px; + height: 250px; + border: 7px solid #FC8C6A; + +} + p { font-size: 16px; line-height: 1.5; @@ -476,4 +492,4 @@ img::-moz-selection { body { webkit-tap-highlight-color: #222222; -} \ No newline at end of file +} From d598b8f82ec49339f348617dc7e1c132db703b8f Mon Sep 17 00:00:00 2001 From: mehakp Date: Fri, 23 Jun 2017 14:22:00 +0530 Subject: [PATCH 3/5] Update creative.css --- css/creative.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/creative.css b/css/creative.css index 53506d0..af4b985 100644 --- a/css/creative.css +++ b/css/creative.css @@ -337,6 +337,12 @@ header .header-content .header-content-inner p { } } +@media (max-width: 768px) { + #team { + text-align: center; + } +} + .call-to-action h2 { margin: 0 auto 20px; } From 4a7f3daff4433d2431ea7f48934b66271f540694 Mon Sep 17 00:00:00 2001 From: mehakp Date: Wed, 28 Jun 2017 01:06:11 +0530 Subject: [PATCH 4/5] Update creative.css --- css/creative.css | 60 ++++++++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 22 deletions(-) diff --git a/css/creative.css b/css/creative.css index af4b985..f11adc8 100644 --- a/css/creative.css +++ b/css/creative.css @@ -15,13 +15,13 @@ body { } hr { - border-color: #F05F40; + border-color: #c0b283; border-width: 3px; max-width: 50px; } -hr.light { - border-color: white; +hr.dark { + border-color: #373737; } a { @@ -45,11 +45,23 @@ h6 { font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } +.text-dark { + font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; + color: black; + + +} + +.text-dark-bold { + font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; + color: black; + font-weight: bold; +} .head-image{ width: 330px; height: 330px; - border: 7px solid #FC8C6A; + border: 7px solid rgba(229, 162, 78, 0.9) } @@ -57,7 +69,7 @@ h6 { .team-image{ width: 250px; height: 250px; - border: 7px solid #FC8C6A; + border: 7px solid rgba(229, 162, 78, 0.7) } @@ -68,11 +80,11 @@ p { } .bg-primary { - background-color: #F05F40; + background-color: #dcd0c0; } .bg-dark { - background-color: #222222; + background-color: #373737; color: white; } @@ -80,6 +92,10 @@ p { color: rgba(255, 255, 255, 0.7); } +.text-faded-gold{ + color: rgba(0, 0, 0, 0.7); +} + section { padding: 100px 0; } @@ -102,7 +118,7 @@ aside { } .navbar-default .navbar-header .navbar-brand { - color: #F05F40; + color: #e8b371; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; font-weight: 700; text-transform: uppercase; @@ -110,7 +126,7 @@ aside { .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { - color: #eb3812; + color: #dda55f; } .navbar-default .navbar-header .navbar-toggle { @@ -130,12 +146,12 @@ aside { .navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover { - color: #F05F40; + color: #dda55f; } .navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus { - color: #F05F40 !important; + color: #e8b371; !important; background-color: transparent; } @@ -170,12 +186,12 @@ aside { border-color: rgba(34, 34, 34, 0.05); } .navbar-default.affix .navbar-header .navbar-brand { - color: #F05F40; + color: #e8b371; font-size: 14px; } .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { - color: #eb3812; + color: #e8b371; } .navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus { @@ -183,7 +199,7 @@ aside { } .navbar-default.affix .nav>li>a:hover, .navbar-default.affix .nav>li>a:focus:hover { - color: #F05F40; + color: #e8b371; } } @@ -285,7 +301,7 @@ header .header-content .header-content-inner p { color: white; opacity: 0; display: block; - background: rgba(240, 95, 64, 0.9); + background: rgba(237, 184, 118, 0.8); position: absolute; bottom: 0; text-align: center; @@ -411,8 +427,8 @@ fieldset[disabled] .btn-default.active { .btn-primary { color: white; - background-color: #F05F40; - border-color: #F05F40; + background-color: #e8b371; + border-color: #e8b371; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; @@ -425,8 +441,8 @@ fieldset[disabled] .btn-default.active { .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: white; - background-color: #ee4b28; - border-color: #ed431f; + background-color: #dda55f; + border-color: #dda55f; } .btn-primary:active, @@ -453,12 +469,12 @@ fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { - background-color: #F05F40; - border-color: #F05F40; + background-color: #c0b283; + border-color: #c0b283; } .btn-primary .badge { - color: #F05F40; + color: #e8b371; background-color: white; } From 32e0b37fd6cc73126e2ccc5deb7a8e15fe32e4db Mon Sep 17 00:00:00 2001 From: mehakp Date: Wed, 28 Jun 2017 01:07:10 +0530 Subject: [PATCH 5/5] Update index.html --- index.html | 66 +++++++++++++++++++----------------------------------- 1 file changed, 23 insertions(+), 43 deletions(-) diff --git a/index.html b/index.html index 12c160b..b7b60ac 100644 --- a/index.html +++ b/index.html @@ -86,9 +86,9 @@

    IAR Student Council

    -

    (About)
    We've got what you need!

    -
    -

    Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!

    +

    (About)
    We've got what you need!

    +
    +

    Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!

    Get Started!
    @@ -100,7 +100,7 @@

    (About)
    We've got what you need!

    Activities

    -
    +
    @@ -250,32 +250,12 @@

    Initiatives

    -

    Our Dedicated Team

    -

    "A two line write-up here
    +

    Our Dedicated Team

    +

    "A two line write-up here
    A two line write-up here" -

    -
    + +

    -
    -
    - -
    -
    -

    John Doe

    -

    Students' Head

    -
    - -
    -
    -

    John Doe

    -

    Students' Head

    -
    - -
    -
    -
    -

    Some Team

    -


    @@ -284,15 +264,15 @@

    Some Team


    -

    John Doe

    -

    Team Core

    +

    John Doe

    +

    Team Core


    -

    John Doe

    -

    Team Core

    +

    John Doe

    +

    Team Core

    @@ -301,22 +281,22 @@

    John Doe


    -

    John Doe

    -

    Team Core

    +

    John Doe

    +

    Team Core


    -

    John Doe

    -

    Team Core

    +

    John Doe

    +

    Team Core


    -

    John Doe

    -

    Team Core

    +

    John Doe

    +

    Team Core

    @@ -325,15 +305,15 @@

    John Doe


    -

    John Doe

    -

    Team Core

    +

    John Doe

    +

    Team Core


    -

    John Doe

    -

    Team Core

    +

    John Doe

    +

    Team Core

    @@ -350,7 +330,7 @@

    John Doe

    (Contact Us)
    Let's Get In Touch!

    -
    +

    Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!