Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanVBW authored Nov 20, 2024
1 parent 0123959 commit 9003ce1
Show file tree
Hide file tree
Showing 8 changed files with 12,242 additions and 0 deletions.
1,541 changes: 1,541 additions & 0 deletions NIRMAAN-v2/assets/devclub.js

Large diffs are not rendered by default.

1,447 changes: 1,447 additions & 0 deletions NIRMAAN-v2/assets/vivek.css

Large diffs are not rendered by default.

9,046 changes: 9,046 additions & 0 deletions NIRMAAN-v2/assets/vivek.js

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions NIRMAAN-v2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="Dev-Club-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#1e1b4b" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>NIRMAAN - Code the Future, Shape the Web</title>
<meta name="description" content="Join NIRMAAN, an exciting web development competition where creativity meets code. Shape the future of the web with your innovative ideas and technical skills." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/devclub.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vivek.js">
<link rel="stylesheet" crossorigin href="/assets/vivek.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
36 changes: 36 additions & 0 deletions assets/devclub.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/vivek.css

Large diffs are not rendered by default.

127 changes: 127 additions & 0 deletions assets/vivek.js

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="Dev-Club-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#1e1b4b" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>NIRMAAN - Code the Future, Shape the Web</title>
<meta name="description" content="Join NIRMAAN, an exciting web development competition where creativity meets code. Shape the future of the web with your innovative ideas and technical skills." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/devclub.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vivek.js">
<link rel="stylesheet" crossorigin href="/assets/vivek.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit 9003ce1

Please sign in to comment.