-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28cf8ff
commit 13f60d2
Showing
124 changed files
with
2,838 additions
and
2,889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
build | ||
public/static | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"useTabs": true, | ||
"semi": true | ||
"tabWidth": 4, | ||
"semi": true, | ||
"singleQuote": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"compilerOptions": { | ||
"jsx": "react", | ||
"baseUrl": "src" | ||
}, | ||
"include": ["src"] | ||
"compilerOptions": { | ||
"jsx": "react", | ||
"baseUrl": "src" | ||
}, | ||
"include": ["src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,87 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta | ||
name="description" | ||
content="A community all about digital design, including UX, UI, and graphic design. View more about us and come to our next meeting!" | ||
/> | ||
<meta | ||
name="keywords" | ||
content="design,at,UCI,university,irvine,UC,motion,graphic,UX,UI,learn,club,group,community,organization" | ||
/> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta name="description" | ||
content="A community all about digital design, including UX, UI, and graphic design. View more about us and come to our next meeting!"> | ||
<meta name="keywords" | ||
content="design,at,UCI,university,irvine,UC,motion,graphic,UX,UI,learn,club,group,community,organization"> | ||
|
||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Design at UCI" /> | ||
<meta property="og:description" | ||
content="A club for all digital designers–from UI/UX to graphic design and beginners to experienced–to connect, learn, and innovate together!" /> | ||
<meta property="og:image" content="https://designatuci.com/ogimg.png" /> | ||
<meta property="og:url" content="https://designatuci.com" /> | ||
<meta property="og:site_name" content="Design at UCI" /> | ||
|
||
<link rel="canonical" href="https://designatuci.com/" /> | ||
<link rel="icon" href="/static/favicon/favicon16x.png" sizes="16x16" /> | ||
<link rel="icon" href="/static/favicon/favicon32x.png" sizes="32x32" /> | ||
<link rel="icon" href="/static/favicon/favicon48x.png" sizes="48x48" /> | ||
<link rel="apple-touch-icon" href="/static/favicon/favicon180x.png" sizes="180x180" /> | ||
|
||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
|
||
<title>Design at UCI</title> | ||
|
||
<link rel="preload" href="/static/font/bold.woff2" as="font" type="font/woff" crossorigin> | ||
<link rel="preload" href="/static/font/medium.woff2" as="font" type="font/woff" crossorigin> | ||
|
||
<script defer data-domain="designatuci.com" src="https://plausible.io/js/script.js"></script> | ||
</head> | ||
|
||
<body class="freeze"> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
</body> | ||
<script> | ||
window.addEventListener("load", () => { | ||
document.body.classList.remove("freeze") | ||
}) | ||
</script> | ||
<style> | ||
@font-face { | ||
font-family: 'ducimain'; | ||
src: url('/static/font/bold.woff2') format('woff2'); | ||
font-weight: bold; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'ducimain'; | ||
src: url('/static/font/medium.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
</style> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Design at UCI" /> | ||
<meta | ||
property="og:description" | ||
content="A club for all digital designers–from UI/UX to graphic design and beginners to experienced–to connect, learn, and innovate together!" | ||
/> | ||
<meta property="og:image" content="https://designatuci.com/ogimg.png" /> | ||
<meta property="og:url" content="https://designatuci.com" /> | ||
<meta property="og:site_name" content="Design at UCI" /> | ||
|
||
<link rel="canonical" href="https://designatuci.com/" /> | ||
<link rel="icon" href="/static/favicon/favicon16x.png" sizes="16x16" /> | ||
<link rel="icon" href="/static/favicon/favicon32x.png" sizes="32x32" /> | ||
<link rel="icon" href="/static/favicon/favicon48x.png" sizes="48x48" /> | ||
<link | ||
rel="apple-touch-icon" | ||
href="/static/favicon/favicon180x.png" | ||
sizes="180x180" | ||
/> | ||
|
||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
|
||
<title>Design at UCI</title> | ||
|
||
<link | ||
rel="preload" | ||
href="/static/font/bold.woff2" | ||
as="font" | ||
type="font/woff" | ||
crossorigin | ||
/> | ||
<link | ||
rel="preload" | ||
href="/static/font/medium.woff2" | ||
as="font" | ||
type="font/woff" | ||
crossorigin | ||
/> | ||
|
||
<script | ||
defer | ||
data-domain="designatuci.com" | ||
src="https://plausible.io/js/script.js" | ||
></script> | ||
</head> | ||
|
||
<body class="freeze"> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
</body> | ||
<script> | ||
window.addEventListener("load", () => { | ||
document.body.classList.remove("freeze"); | ||
}); | ||
</script> | ||
<style> | ||
@font-face { | ||
font-family: "ducimain"; | ||
src: url("/static/font/bold.woff2") format("woff2"); | ||
font-weight: bold; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: "ducimain"; | ||
src: url("/static/font/medium.woff2") format("woff2"); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
</style> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"short_name": "D@UCI", | ||
"name": "Design at UCI", | ||
"icons": [ | ||
{ | ||
"src": "favicon.png" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
"short_name": "D@UCI", | ||
"name": "Design at UCI", | ||
"icons": [ | ||
{ | ||
"src": "favicon.png" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |
Oops, something went wrong.