Skip to content

Commit da49de1

Browse files
authored
Merge pull request #31 from hcp-uw/update-site-assets
Update site assets
2 parents 326034e + 8936ed8 commit da49de1

19 files changed

+47
-50
lines changed

.DS_Store

2 KB
Binary file not shown.

index.html

Lines changed: 30 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,33 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/png" href="/favicon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<meta
8-
name="description"
9-
content="The Husky Coding Project objective is to break the circular reasoning of 'needing experience to get experience' that prevents hundreds of students from landing their first software internship or job."
10-
/>
11-
<meta
12-
property="og:title"
13-
content="Husky Coding Project - Gain Experience with Software!"
14-
/>
15-
<meta
16-
property="og:description"
17-
content="Break the 'experience to get experience' cycle. Build real-world software projects with Husky Coding Project at the University of Washington."
18-
/>
19-
<meta property="og:image" content="/favicon.ico" />
20-
<meta
21-
property="og:url"
22-
content="https://students.washington.edu/hcpuw/#/"
23-
/>
24-
<meta property="og:type" content="website" />
25-
<link rel="canonical" href="https://students.washington.edu/hcpuw/#/" />
263

27-
<meta name="twitter:card" content="summary_large_image" />
28-
<meta
29-
name="twitter:title"
30-
content="Husky Coding Project - Gain Experience with Software!"
31-
/>
32-
<meta
33-
name="twitter:description"
34-
content="Join Husky Coding Project to gain real-world software development experience at the University of Washington."
35-
/>
36-
<meta name="twitter:image" content="/favicon.ico" />
37-
<title>Husky Coding Project - Gain Experience with Software!</title>
38-
</head>
39-
<body>
40-
<div id="root"></div>
41-
<script type="module" src="/src/main.tsx"></script>
42-
</body>
43-
</html>
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
7+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
8+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
9+
<link rel="manifest" href="/site.webmanifest">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11+
<meta name="description"
12+
content="The Husky Coding Project objective is to break the circular reasoning of 'needing experience to get experience' that prevents hundreds of students from landing their first software internship or job." />
13+
<meta property="og:title" content="Husky Coding Project - Gain Experience with Software!" />
14+
<meta property="og:description"
15+
content="Break the 'experience to get experience' cycle. Build real-world software projects with Husky Coding Project at the University of Washington." />
16+
<meta property="og:image" content="/favicon-32x32.png" />
17+
<meta property="og:url" content="https://www.hcp-uw.com/" />
18+
<meta property="og:type" content="website" />
19+
<link rel="canonical" href="https://www.hcp-uw.com/" />
20+
<meta name="twitter:card" content="summary_large_image" />
21+
<meta name="twitter:title" content="Husky Coding Project - Gain Experience with Software!" />
22+
<meta name="twitter:description"
23+
content="Join Husky Coding Project to gain real-world software development experience at the University of Washington." />
24+
<meta name="twitter:image" content="/favicon-32x32.png" />
25+
<title>Husky Coding Project - Gain Experience with Software!</title>
26+
</head>
27+
28+
<body>
29+
<div id="root"></div>
30+
<script type="module" src="/src/main.tsx"></script>
31+
</body>
32+
33+
</html>

public/.DS_Store

0 Bytes
Binary file not shown.

public/android-chrome-192x192.png

22.1 KB
Loading

public/android-chrome-512x512.png

104 KB
Loading

public/apple-touch-icon.png

19.9 KB
Loading

public/favicon-16x16.png

689 Bytes
Loading

public/favicon-32x32.png

1.74 KB
Loading

public/favicon.ico

0 Bytes
Binary file not shown.

public/site.webmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 commit comments

Comments
 (0)