Skip to content

Commit

Permalink
Merge pull request #1 from devfestindia/home-page-changes
Browse files Browse the repository at this point in the history
Home page changes
  • Loading branch information
vrijraj authored Sep 6, 2023
2 parents 0986647 + 67c133f commit ce44be2
Show file tree
Hide file tree
Showing 13 changed files with 331 additions and 62 deletions.
16 changes: 8 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://devfestindia.com/",
"logo": "https://raw.githubusercontent.com/DevFest-India/website-data-2021/main/devfestindia.jpg"
}
</script>
"logo": "https://raw.githubusercontent.com/devfestindia/website-data-2023/main/devfestindia23-SEO.jpg"
}
</script>

<!-- SEO Tags -->
<meta content="yes" name="mobile-web-app-capable" />
Expand All @@ -34,11 +34,11 @@
<meta property="og:title" content="DevFest India 2023" />
<meta property="og:type" content="website" />
<meta property="og:image"
content="https://raw.githubusercontent.com/DevFest-India/website-data-2021/main/devfestindia.jpg" />
content="https://raw.githubusercontent.com/devfestindia/website-data-2023/main/devfestindia23-SEO.jpg" />
<meta property="og:image"
content="https://raw.githubusercontent.com/DevFest-India/website-data-2021/main/devfestindia.jpg" />
content="https://raw.githubusercontent.com/devfestindia/website-data-2023/main/devfestindia23-SEO.jpg" />
<meta property="og:url" content="https://devfestindia.com/" />
<meta property="og:site_name" content="DevFest India 2022" />
<meta property="og:site_name" content="DevFest India 2023" />
<meta property="og:description"
content="An annual event hosted by the Google Developers Group across the world to bring the technology closer to the developers." />
<!-- SEO Facebook Tags -->
Expand All @@ -49,7 +49,7 @@
<meta name="twitter:description"
content="An annual event hosted by the Google Developers Group across the world to bring the technology closer to the developers." />
<meta name="twitter:image:src"
content="https://raw.githubusercontent.com/DevFest-India/website-data-2021/main/devfestindia.jpg"
content="https://raw.githubusercontent.com/devfestindia/website-data-2023/main/devfestindia23-SEO.jpg"
data-react-helmet="true" />
<meta name="twitter:tags" content="DevFest India, DevFest, DevFest 2023, DevFest India, DevFest Indi" />
<!-- SEO Twitter Tags -->
Expand All @@ -76,4 +76,4 @@
<!-- built files will be auto injected -->
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-app style="background-color: #F3F6FB">
<v-app>
<appToolbarVue/>
<appDrawerVue/>
<v-main class="">
Expand Down
74 changes: 74 additions & 0 deletions src/assets/img/devfest-expect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/assets/img/networking.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ce44be2

Please sign in to comment.