Skip to content

Commit

Permalink
Merge pull request #5 from SwiftBengaluru/feature/update-background-i…
Browse files Browse the repository at this point in the history
…mages

Feature/update background images
  • Loading branch information
kishorepran authored Feb 12, 2024
2 parents 1d0563c + 65ecea6 commit c7ef028
Show file tree
Hide file tree
Showing 24 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<body>
<!-- Main outer header container -->
<div class="w3-container w3-image headerBackgorundStyle" style="background: url('images/background_aboutme_new.jpg')" >
<div class="w3-container w3-image headerBackgorundStyle" style="background: url('images/background_aboutme_new.png') center" >
<!-- A translucent layer only if the image in background is light. -->
<div class="w3-container headerBackgorundLayer">
<!-- Inner Navigation header -->
Expand Down
File renamed without changes
13 changes: 7 additions & 6 deletions common-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
/* Pre footer content */

.preFooterContent {
background-color: #353439;
background-color: #0066b8;
line-height: 1.8em;
font-weight: 400;
color: #FFF;
Expand All @@ -158,6 +158,7 @@
font-size: 26px;
font-weight: 400;
font-style: normal;
color: rgba(255, 196, 19, 1.0);
}

/* Bordered Button Style */
Expand All @@ -166,8 +167,8 @@
background-color: transparent;
border-width: 2px;
border-style: solid;
border-color: rgba(255,255,255,.8) !important;
color: rgba(255,255,255,.8) !important;
border-color: rgba(255, 196, 19, 1.0) !important;
color: rgba(255, 196, 19, 1.0) !important;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
Expand Down Expand Up @@ -256,7 +257,7 @@
/* Footer content */

.footerContent {
background-color: #26262A;
background-color: #133146;
}

.footerSocialIcons {
Expand All @@ -272,15 +273,15 @@
}

.footerCopyrightText {
color: rgba(255, 255, 255, 0.4);
color: rgba(255, 196, 19, 1.0);
font-weight: 400;
font-style: normal;
font-size: 13px;
}

.buttonFooter {
background-color: transparent;
color: rgba(255, 255, 255, 0.7);
color: rgba(255, 196, 19, 1.0);
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<body>
<!-- Main outer header container -->
<div class="w3-container w3-image headerBackgorundStyle" style="background: url('images/background_contactme.jpg')" >
<div class="w3-container w3-image headerBackgorundStyle" style="background: url('images/background_contactme.png') center" >
<!-- A translucent layer only if the image in background is light. -->
<div class="w3-container headerBackgorundLayer">
<!-- Inner Navigation header -->
Expand Down
14 changes: 7 additions & 7 deletions courtesy.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h4 class="listSubHeading">Hosting Courtesy</h4>
<div class="w3-container w3-padding-16 preFooterContent">
<div class="w3-container">
<h4 class="w3-left preFooterHeader ">Got an app idea. Need some help ? </h4>
<a class="borderedButtonPrefooter w3-right" href="mailto:kishorepran@gmail.com?subject=Connect via website">Contact Me</a>
<a class="borderedButtonPrefooter w3-right" href="mailto:swiftbengaluru@gmail.com?subject=Connect via website">Contact Me</a>
</div>
</div>

Expand All @@ -152,20 +152,20 @@ <h4 class="w3-left preFooterHeader ">Got an app idea. Need some help ? </h4>
<a class="buttonFooter" href="index.html">HOME</a>
<a class="buttonFooter" href="portfolio.html">PORTFOLIO</a>
<a class="buttonFooter" href="about.html">ABOUT</a>
<a class="buttonFooter" href="blog.html">BLOG</a>
<a class="buttonFooter" href="resume.html">RESUME</a>
<a class="buttonFooter" href="https://medium.com/swiftbengaluru">BLOG</a>
<a class="buttonFooter" href="https://www.meetup.com/swiftbengaluru/">EVENTS</a>
<a class="buttonFooter" href="contact.html">CONTACT</a>
<a class="buttonFooter" href="courtesy.html">COURTESY</a>
</div>
<div class="w3-container w3-center footerCopyrightText">
<p>&copy; 2015 Pran Kishore. All rights reserved.</p>
<p>&copy; 2023 Swift Bengaluru. All rights reserved.</p>
</div>

<div class="w3-container w3-center">
<a href="https://github.com/swiftbengaluru"><img src="images/github-mark-white.png" class="footerSocialIcons" alt="GitHub"></a>
<a href="https://in.linkedin.com/pub/pran-kishore/bb/795/31"><img src="images/social-linkedin.png" class="footerSocialIcons" alt="Linked In"></a>
<a href="https://twitter.com/pran_kishore"><img src="images/social-twitter.png" class="footerSocialIcons" alt="Twitter"></a>
<a href="https://www.facebook.com/pran.kishore.1"><img src="images/social-facebook.png" class="footerSocialIcons" alt="Facebook"></a>
<a href="https://www.linkedin.com/company/swiftbengaluru"><img src="images/social-linkedin.png" class="footerSocialIcons" alt="Linked In"></a>
<a href="https://twitter.com/swiftbengaluru"><img src="images/social-twitter.png" class="footerSocialIcons" alt="Twitter"></a>
<a href="https://www.facebook.com/swiftbengaluru"><img src="images/social-facebook.png" class="footerSocialIcons" alt="Facebook"></a>
</div>

</div>
Expand Down
Binary file removed images/background_aboutme_new.jpg
Binary file not shown.
Binary file added images/background_aboutme_new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/background_atos.jpg
Binary file not shown.
Binary file removed images/background_blog.jpg
Binary file not shown.
Binary file removed images/background_contactme.jpg
Binary file not shown.
Binary file added images/background_contactme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/background_courtesy.jpg
Binary file not shown.
Binary file added images/background_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/background_portfolio_new.jpg
Binary file not shown.
Binary file added images/background_portfolio_new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/background_resume_latest.jpg
Binary file not shown.
Binary file removed images/porfolio-leica-1.PNG
Binary file not shown.
Binary file removed images/portfolio-canada-1.png
Binary file not shown.
Binary file removed images/portfolio-cgfirst-1.png
Binary file not shown.
Binary file removed images/portfolio-fastana-1.jpg
Binary file not shown.
Binary file removed images/portfolio-groad-1.png
Binary file not shown.
Binary file removed images/portfolio-sbc-1.PNG
Binary file not shown.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

<body>
<!-- Main outer header container -->
<div class="w3-container w3-image headerBackgorundStyle" style="background: url('images/background_home.jpg')" >
<div class="w3-container w3-image headerBackgorundStyle" style="background: url('images/background_home.png') center" >
<!-- A translucent layer only if the image in background is light. -->
<!-- <div class="w3-container headerBackgorundLayer"> -->
<div class="w3-container headerBackgorundLayer"> -->
<!-- Inner Navigation header -->

<div class="w3-container w3-center">
Expand Down Expand Up @@ -76,6 +76,7 @@ <h1 class="headerSecondtextStyle">The Revolution will be Swift!!</h1>
</div>
</div>
</div>
</div>
</div>

<!-- Main outer header container END -->
Expand Down
2 changes: 1 addition & 1 deletion portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<body>
<!-- Main outer header container -->
<div class="w3-container w3-image headerBackgorundStyle" style="background: url('images/background_portfolio_new.jpg')" >
<div class="w3-container w3-image headerBackgorundStyle" style="background: url('images/background_portfolio_new.png') center" >
<!-- A translucent layer only if the image in background is light. -->
<div class="w3-container headerBackgorundLayer">
<!-- Inner Navigation header -->
Expand Down

0 comments on commit c7ef028

Please sign in to comment.