Skip to content

Commit 9333313

Browse files
Tarun-Arorasudo-jarvissherdil0023
authored
Revive Frontend for CF'24 (#218)
* Migrate static content for Codefest'24 * Update Page titles for Codefest'24 * Update Codefest'24 Logo * Change year 2020->24 Signed-off-by: Tarun Arora <[email protected]> * Change dev server host and firebase creds Signed-off-by: Tarun Arora <[email protected]> * Downgrade to node 13.14.0 * Fix Codefest to CodeFest * Update site domain Signed-off-by: Tarun Arora <[email protected]> * Change site dev server and backend url Signed-off-by: Tarun Arora <[email protected]> * Update README.md * fix year format --------- Signed-off-by: Tarun Arora <[email protected]> Co-authored-by: jarvis <[email protected]> Co-authored-by: sherdil0023 <[email protected]>
1 parent 6f95fc2 commit 9333313

36 files changed

+156
-131
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.15.1
1+
v13.14.0

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
## CodeFest 2020 [![Deploy to Zeit Now](https://zeit.co/button)](https://zeit.co/import/project?template=https://github.com/codefest-iit-bhu/codefest-app/tree/develop/frontend)
2-
3-
[![develop/frontend status](https://badgen.net/github/status/codefest-iit-bhu/codefest-app/develop%2Ffrontend)](https://github.com/codefest-iit-bhu/codefest-app/tree/develop/frontend) [![Netlify Status](https://api.netlify.com/api/v1/badges/f2526137-ea4e-4860-bdb7-957d7a76c0cc/deploy-status)](https://app.netlify.com/sites/codefest19/deploys) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1d35eebacf0d4bb7b99f03629a07a375)](https://www.codacy.com/gh/codefest-iit-bhu/codefest-app?utm_source=github.com&utm_medium=referral&utm_content=codefest-iit-bhu/codefest19&utm_campaign=Badge_Grade)
4-
[![Last commit](https://badgen.net/github/last-commit/codefest-iit-bhu/codefest-app/develop%2Ffrontend)](https://github.com/codefest-iit-bhu/codefest-app/commits/develop/frontend)
5-
6-
[![HitCount](http://hits.dwyl.com/codefest-iit-bhu/codefest-app.svg)](http://hits.dwyl.com/codefest-iit-bhu/codefest-app) [![Made with Love in India](https://madewithlove.now.sh/in?heart=true)](https://github.com/plibither8/made-with-love-in)
1+
## CodeFest
72

83
### FRONTEND
94

105
#### Introduction
116

12-
Source code for the frontend of Codefest 2020 PWA app. Uses Vue.Js library to develop a PWA for both mobile and desktop alike with rich user-experience.
7+
Source code for the frontend of CodeFest PWA app. Uses Vue.Js library to develop a PWA for both mobile and desktop alike with rich user-experience.
138

149
#### Technical Stack
1510

@@ -30,7 +25,3 @@ Source code for the frontend of Codefest 2020 PWA app. Uses Vue.Js library to de
3025

3126
- Non-Vue-related JS files are in the src/js folder.
3227
- App pages are in src/pages.
33-
34-
### Hall of Fame
35-
36-
[![](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/images/0)](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/links/0)[![](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/images/1)](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/links/1)[![](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/images/2)](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/links/2)[![](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/images/3)](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/links/3)[![](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/images/4)](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/links/4)[![](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/images/5)](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/links/5)[![](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/images/6)](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/links/6)[![](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/images/7)](https://sourcerer.io/fame/shivanshs9/codefest-iit-bhu/codefest-app/links/7)

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/hero/logo-codefest20.png

111 KB
Loading
132 KB
Loading

src/assets/hero/logo-dark.png

686 KB
Loading

src/assets/hero/logo.png

697 KB
Loading

src/assets/white-cf24-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

src/components/Footer.vue

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<template>
22
<footer :class="$style.footer">
33
<div :class="$style.logo">
4+
<!-- TODO -->
45
<div :class="$style.image">
5-
<img src="@assets/white-cf20-logo.svg" />
6+
<img src="@assets/white-cf24-logo.svg" />
67
</div>
7-
<p>Copyright © CodeFest'20</p>
8+
<p>Copyright © CodeFest'24</p>
89
<p><a href="/privacy">Privacy Policy</a></p>
910
</div>
10-
<i :class="$style.heart" />
11+
<!-- <i :class="$style.heart" /> -->
1112
<span :class="$style.socialIcons">
1213
<a href="https://www.facebook.com/codefest/">
1314
<span class="fa-stack fa-lg">
@@ -21,12 +22,18 @@
2122
<i class="fab fa-twitter fa-stack-1x"></i>
2223
</span>
2324
</a>
24-
<a href="https://www.instagram.com/codefest.iitbhu">
25+
<a href="https://www.instagram.com/codefest_iitbhu">
2526
<span class="fa-stack fa-lg">
2627
<!-- <i class="fa fa-circle-notch fa-rotate fa-stack-2x"></i> -->
2728
<i class="fab fa-instagram fa-stack-1x"></i>
2829
</span>
2930
</a>
31+
<a href="https://www.linkedin.com/company/codefest/about/">
32+
<span class="fa-stack fa-lg">
33+
<!-- <i class="fa fa-circle-notch fa-rotate fa-stack-2x"></i> -->
34+
<i class="fab fa-linkedin fa-stack-1x"></i>
35+
</span>
36+
</a>
3037
</span>
3138
</footer>
3239
</template>

src/components/Intro.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
Varanasi</span
99
>
1010
brings to you yet another edition of its annual coding extravaganza,
11-
Codefest!
11+
CodeFest!
1212
<br />
13-
<br />Being more diverse than ever, <span>Codefest '20</span> boasts of
13+
<br />Being more diverse than ever, <span>CodeFest '24</span> boasts of
1414
a plethora of events, ranging from competitive programming, algorithms
1515
and application development to upcoming trends like cryptography,
1616
machine learning, computer vision and cyber security.
1717
<br />
18-
<br />With problems being of varying difficulty levels, Codefest
18+
<br />With problems being of varying difficulty levels, CodeFest
1919
provides the perfect platform for fresh enthusiasts, as well as the
2020
experienced ones, to code together and compete for ultimate glory.
2121
</p>
@@ -30,10 +30,10 @@
3030
</div>
3131
</div>
3232
</div>
33-
34-
<div :class="$style.video" slot="right">
33+
<!-- TODO -->
34+
<!-- <div :class="$style.video" slot="right">
3535
<youtube :video-id="videoId" ref="youtube" @playing="playing"></youtube>
36-
</div>
36+
</div> -->
3737

3838
</ResponsiveTwoColumnLayout>
3939
</template>

src/components/Menu/AppBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</a>
8787
</li>
8888
<router-link to="/" slot="notch" v-if="!haxplorePage">
89-
<img src="@assets/white-cf20-logo.svg" @click="clickNotch" />
89+
<img src="@assets/white-cf24-logo.svg" @click="clickNotch" />
9090
</router-link>
9191
<router-link to="/haxplore" slot="notch" v-else>
9292
<img src="@assets/haxplore/hax_white.svg" :class="$style.haxploreNotch" @click="clickNotch" />

src/components/SpecialEvent.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
</router-link>
1414
</a>
1515
<p>
16-
Join the Codefest '20 team to bring out the absolute best ideas and
16+
Join the CodeFest '24 team to bring out the absolute best ideas and
1717
implementations from some of the best developers in the country, while
1818
they join us for a 24 hours long hackathon under a single roof.
1919
</p>
2020
</div>
2121
</div>
22-
<div :class="$style.note">
22+
<!-- <div :class="$style.note">
2323
Note: People not registered on CodeFest are not eligible to receive any
2424
prizes.
25-
</div>
25+
</div> -->
2626
</div>
2727
</template>
2828

src/components/Sponsors.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</GridLayout>
3030
</div>
3131

32-
<div :class="$style.buttonContainer">
32+
<!-- <div :class="$style.buttonContainer">
3333
<div :class="$style.link">
3434
<a
3535
href="https://drive.google.com/file/d/15BYqDZwShgFFqkgBPKqr0j-AcFF-_Umm"
@@ -48,7 +48,7 @@
4848
<h4>Sponsor Us</h4>
4949
</a>
5050
</div>
51-
</div>
51+
</div> -->
5252
</div>
5353
</SectionLayout>
5454
</template>

0 commit comments

Comments
 (0)