diff --git a/css/responsive.css b/css/responsive.css index e997147..3a1a1e3 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -660,7 +660,10 @@ px 68 160 252 344 436 528 620 712 */ display: none; } .map_area > div#googleMap { - height: 360px; + height: 360px; + } + #googleMap{ + width: 70% !important; } .contact_info_top { min-height: 259px; diff --git a/img/DSC_0074.jpg b/img/DSC_0074.jpg new file mode 100644 index 0000000..0e78bfe Binary files /dev/null and b/img/DSC_0074.jpg differ diff --git a/img/about-one.jpg b/img/about-one.jpg index 8f144b8..13ea6d5 100644 Binary files a/img/about-one.jpg and b/img/about-one.jpg differ diff --git a/img/about-two.jpg b/img/about-two.jpg index 37f9d6c..8462912 100644 Binary files a/img/about-two.jpg and b/img/about-two.jpg differ diff --git a/index.html b/index.html index 1cc1f68..ec02c18 100644 --- a/index.html +++ b/index.html @@ -178,6 +178,9 @@

events

Internship Fair

+
+ +
diff --git a/js/active.js b/js/active.js index f18c665..958e90b 100644 --- a/js/active.js +++ b/js/active.js @@ -4,7 +4,7 @@ jQuery(document).ready(function ($) { //countdown timer $('.count_down').countdown('2017/10/13', function (event) { - $(this).html(event.strftime('

%D

Days

%H

Hour

%M

Minute

%S

Secound

')); + $(this).html(event.strftime('

%D

Days

%H

Hour

%M

Minute

%S

Second

')); }); diff --git a/style.css b/style.css index a7dbaa1..a8c88af 100644 --- a/style.css +++ b/style.css @@ -128,7 +128,7 @@ body { header { height: 400px; - background: url(img/header-bg.jpg); + background: url(img/DSC_0074.jpg); background-size: cover; background-position: center; position: relative; @@ -541,7 +541,7 @@ nav#navbar { } .home .header_bottom_area { - bottom: 0; + bottom: 25px; position: absolute; width: 100%; display: block @@ -1339,7 +1339,7 @@ figure:hover .fighvr { .price_head { position: relative; margin-bottom: 60px; - padding-bottom: 30px; + padding-bottom: 60px; } .price_head:after { @@ -1677,6 +1677,8 @@ dd { .map_area { position: relative; + width: 70%; + left: 15%; } .map_content_area { @@ -1689,19 +1691,19 @@ dd { .map_content { background: #d32f2f none repeat scroll 0 0; color: #fff; - height: 100%; + height: 460px; top: 0; width: 310px; } .contact_info_top { - padding: 55px 35px 0; + padding: 65px 35px 0; min-height: 329px; } .contact_info_top > h5 { font-size: 18px; - margin-bottom: 55px; + margin-bottom: 75px; text-align: center; text-transform: uppercase; } @@ -1734,7 +1736,6 @@ dd { .contact_link { text-align: center; - border-top: 1px solid #bf2828; } .contact_link > ul { @@ -1745,6 +1746,7 @@ dd { .contact_link > ul > li { display: inline; margin-right: 9px; + line-height: 50px; } .contact_link > ul > li > a { @@ -1769,13 +1771,12 @@ dd { .contact_link > ul > li > a:hover { color: #d32f2f } - - /* **************************************** >>> 1.13 Footer styles ** ************************************* */ footer { + margin-top: 50px; background: #08213d; }