Skip to content

Commit

Permalink
Merge pull request #606 from canopas/update-twitter-handle
Browse files Browse the repository at this point in the history
Updated twitter handle and removed background text from sections title of home screen
  • Loading branch information
cp-dharti-r authored Dec 27, 2024
2 parents 84133af + f6460e7 commit e5b26aa
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 22 deletions.
4 changes: 2 additions & 2 deletions api-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"social_media_links":
{
"website": "https://canopas.com/",
"facebook": "https://www.facebook.com/canopassoftware","twitter": "https://x.com/canopas_eng" ,"instagram": "https://www.instagram.com/canopassoftware/"
"facebook": "https://www.facebook.com/canopassoftware","twitter": "https://x.com/canopassoftware" ,"instagram": "https://www.instagram.com/canopassoftware/"
},
"contact_type": "Chat or Email"
Expand Down Expand Up @@ -221,7 +221,7 @@
"social_media_links": {
"facebook": "https://www.facebook.com/canopassoftware",
"instagram": "https://www.instagram.com/canopassoftware/",
"twitter": "https://x.com/canopas_eng",
"twitter": "https://x.com/canopassoftware",
"website": "https://canopas.com/"
},
"idea": "I have an idea for my business that I want to implement with your help.",
Expand Down
1 change: 0 additions & 1 deletion nuxt-frontend/components/home-new/BlogSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
>
<div class="container flex flex-col items-center m-auto w-full">
<div class="container">
<p class="text-white-smoke background-text text-center">Blogs</p>
<h2
class="-mt-5 md:mt-[-50px] mx-auto lg:w-[71%] xl:w-[65%] mobile-header-2 lg:desk-header-2 text-center"
>
Expand Down
19 changes: 5 additions & 14 deletions nuxt-frontend/components/home-new/CaseStudy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@
currentRoutePath == '/portfolio' ? 'mt-16 lg:mt-28' : 'mt-16 lg:mt-60'
"
>
<div>
<p
class="text-[#F8F8F8] background-text text-center"
:class="currentRoutePath == '/portfolio' ? 'hidden' : 'block'"
>
Our Portfolio
</p>
<h2
class="container -mt-5 md:mt-[-50px] mobile-header-2 lg:desk-header-2 text-center text-black-87"
>
Case studies
</h2>
</div>

<h2
class="container -mt-5 md:mt-[-50px] mobile-header-2 lg:desk-header-2 text-center text-black-87"
>
Case studies
</h2>
<div
class="container mt-4 mb-6 text-black-60 text-center sub-h1-regular lg:mobile-header-2-regular"
>
Expand Down
1 change: 0 additions & 1 deletion nuxt-frontend/components/home-new/ServiceSection.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div class="mt-60">
<p class="text-center background-text text-[#F8F8F8]">Services</p>
<p
class="-mt-10 pb-16 text-center mobile-header-2 lg:desk-header-2 text-black-87 md:pb-24 xl:mt-[-50px]"
>
Expand Down
4 changes: 2 additions & 2 deletions nuxt-frontend/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default Object.freeze({

// Social media
FACEBOOK_URL: "https://www.facebook.com/canopassoftware",
TWITTER_URL: "https://x.com/canopas_eng",
TWITTER_URL: "https://x.com/canopassoftware",
GITHUB_URL: "https://github.com/canopas",
INSTAGRAM_URL: "https://www.instagram.com/canopassoftware/",
LINKEDIN_URL: "https://www.linkedin.com/company/canopasinc",
Expand All @@ -66,7 +66,7 @@ export default Object.freeze({
SOCIAL_MEDIA_DATA: {
facebook: "https://www.facebook.com/canopassoftware",
instagram: "https://www.instagram.com/canopassoftware/",
twitter: "https://x.com/canopas_eng",
twitter: "https://x.com/canopassoftware",
blog: "https://blog.canopas.com",
linkedin: "https://www.linkedin.com/company/canopasinc",
youtube: "https://www.youtube.com/channel/UC77VyeTVJ45HiUS_o2GNcBA/videos",
Expand Down
4 changes: 2 additions & 2 deletions nuxt-frontend/config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default Object.freeze({

// Social media
FACEBOOK_URL: "https://www.facebook.com/canopassoftware",
TWITTER_URL: "https://x.com/canopas_eng",
TWITTER_URL: "https://x.com/canopassoftware",
GITHUB_URL: "https://github.com/canopas",
INSTAGRAM_URL: "https://www.instagram.com/canopassoftware/",
LINKEDIN_URL: "https://www.linkedin.com/company/canopasinc",
Expand All @@ -66,7 +66,7 @@ export default Object.freeze({
SOCIAL_MEDIA_DATA: {
facebook: "https://www.facebook.com/canopassoftware",
instagram: "https://www.instagram.com/canopassoftware/",
twitter: "https://x.com/canopas_eng",
twitter: "https://x.com/canopassoftware",
blog: "https://blog.canopas.com",
linkedin: "https://www.linkedin.com/company/canopasinc",
youtube: "https://www.youtube.com/channel/UC77VyeTVJ45HiUS_o2GNcBA/videos",
Expand Down

0 comments on commit e5b26aa

Please sign in to comment.