Skip to content

Commit

Permalink
Merge pull request #63 from Computer-Society-ITBA/develop
Browse files Browse the repository at this point in the history
2024 page update
  • Loading branch information
msambartolomeo committed Feb 20, 2024
2 parents 1beb5bb + 17a5bde commit caf1854
Show file tree
Hide file tree
Showing 46 changed files with 6,646 additions and 39,786 deletions.
60 changes: 0 additions & 60 deletions craco.config.js

This file was deleted.

50 changes: 50 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description"
content="We are a technology-focused organization made up of students and alumni of ITBA, dedicated to inspiring and educating in various areas of technology related to software engineering and technology." />
<!-- OpenGraph -->
<meta property="og:title" content="IEEE Computer Society ITBA" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://csitba.web.app/" />
<meta property="og:image" content="https://csitba.web.app/meta_logo.png" />
<meta property="og:description"
content="We are a technology-focused organization made up of students and alumni of ITBA, dedicated to inspiring and educating in various areas of technology related to software engineering and technology." />
<meta property="og:image:width" content="750" />
<meta property="og:image:height" content="241" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description"
content="We are a technology-focused organization made up of students and alumni of ITBA, dedicated to inspiring and educating in various areas of technology related to software engineering and technology." />
<meta name="twitter:title" content="IEEE Computer Society ITBA" />
<meta name="twitter:image" content="https://csitba.web.app/meta_logo.png" />
<meta name="twitter:image:width" content="750" />
<meta name="twitter:image:height" content="241" />
<link rel="apple-touch-icon" href="/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />

<title>IEEE Computer Society ITBA</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'"
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto&display=swap">
<link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'"
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap">
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>

<script type="module" src="/src/index.jsx"></script>
</body>

</html>
Loading

0 comments on commit caf1854

Please sign in to comment.