Skip to content

Commit

Permalink
ui fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vrijraj committed Sep 1, 2023
1 parent aaa1ba1 commit 551308e
Show file tree
Hide file tree
Showing 7 changed files with 379 additions and 5 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
content="An annual event hosted by the Google Developers Group across the world to bring the technology closer to the developers." />
<meta name="author" content="DevFest India Team" />
<meta property="keywords"
content="DevFest India, DevFest, DevFest 2022, DevFest India, DevFest India 2021, GDG India, GDG DevFest, GDG DevFest India, GDG, Google DevFest, wtm, WomenTeckmakers, Women Teckmakers, Google Developer Groups,Google Developer Group, Google Developers,Google Developer,developer community, developer communities,developer, developers,programmer, programmers, programming, software engineering, software engineer, software engineers, coding, Developer meetup,Developer meetups, developer meetup, hackathons,codelabs, study jam, study jams, devmelas,Developer event, Developer events, Virtual developer event, Virtual developer events" />
content="DevFest India, DevFest, DevFest 2023, DevFest 2022, DevFest India, DevFest India 2021, GDG India, GDG DevFest, GDG DevFest India, GDG, Google DevFest, wtm, WomenTeckmakers, Women Teckmakers, Google Developer Groups,Google Developer Group, Google Developers,Google Developer,developer community, developer communities,developer, developers,programmer, programmers, programming, software engineering, software engineer, software engineers, coding, Developer meetup,Developer meetups, developer meetup, hackathons,codelabs, study jam, study jams, devmelas,Developer event, Developer events, Virtual developer event, Virtual developer events" />
<!-- SEO Tags -->

<!-- SEO Facebook Tags -->
<meta property="og:title" content="DevFest India 2022" />
<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" />
Expand All @@ -45,13 +45,13 @@

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://devfestindia.com/" />
<meta name="twitter:title" content="DevFest India 2022" />
<meta name="twitter:title" content="DevFest India 2023" />
<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"
data-react-helmet="true" />
<meta name="twitter:tags" content="DevFest India, DevFest, DevFest 2022, DevFest India, DevFest Indi" />
<meta name="twitter:tags" content="DevFest India, DevFest, DevFest 2023, DevFest India, DevFest Indi" />
<!-- SEO Twitter Tags -->


Expand Down
Binary file removed src/assets/logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion src/assets/logo.svg

This file was deleted.

7 changes: 7 additions & 0 deletions src/components/core/appDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
<v-list-item-title>Find An Event</v-list-item-title>
</v-list-item-content>
</v-list-item>

<v-list-item to="/badge" class="google-font my-0 py-0" color="blue">
<v-list-item-content>
<v-list-item-title>Badge</v-list-item-title>
</v-list-item-content>
</v-list-item>

<v-list-item to="/faq" class="google-font my-0 py-0" color="blue">
<v-list-item-content>
<v-list-item-title>FAQ</v-list-item-title>
Expand Down
10 changes: 10 additions & 0 deletions src/components/core/appToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
style="text-transform: none;font-size: 80%;font-weight: 500;"
>Find An Event</v-btn
>
<v-btn
rounded
text
small
class="mr-1"
color="primary"
to="/badge"
style="text-transform: none;font-size: 80%;font-weight: 500;"
>Badge</v-btn
>
<v-btn
rounded
text
Expand Down
5 changes: 5 additions & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ const routes = [
name: 'CodeofConduct',
component: () => import(/* webpackChunkName: "coc" */ '../views/CoCPage.vue')
},
{
path: '/badge',
name: 'badge',
component: () => import(/* webpackChunkName: "badge" */ '../views/BadgePage.vue')
},
]

const router = new VueRouter({
Expand Down
Loading

0 comments on commit 551308e

Please sign in to comment.