Skip to content

Commit

Permalink
Merge pull request #39 from aswanthabam/dev
Browse files Browse the repository at this point in the history
feat(cryptquest) : Added crypta quest frontent UI
  • Loading branch information
aswanthabam authored Mar 2, 2024
2 parents 2f24736 + 161efd5 commit ec1a394
Show file tree
Hide file tree
Showing 9 changed files with 615 additions and 524 deletions.
3 changes: 2 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_API_URL=https://vijnana-backend.vercel.app/
VITE_API_URL=https://vijnana-backend.vercel.app/
VITE_API_URL_EVENT=https://gct-treasurehunt.vercel.app/
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@
name="description"
content="Vijnana 2.0 - Tech Fest of KBMGCT - Show of your skills .. Explore the industry ..."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<link
href="https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Micro+5&family=Orbitron&family=Poppins&family=Share+Tech&family=Silkscreen&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="github-markdown.css" />
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
Expand Down
Loading

0 comments on commit ec1a394

Please sign in to comment.