-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (84 loc) · 3.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/cfw.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>College Flow - Connect with Talented Student Freelancers</title>
<link href="./output.css" rel="stylesheet" />
<link
rel="preload"
as="image"
href="https://ik.imagekit.io/engineerbf24/college-flow/hero-landing.png?updatedAt=1717742815178"
imagesrcset="https://ik.imagekit.io/engineerbf24/tr:w-501,h-485/college-flow/hero-landing.png?updatedAt=1717742815178 400w, https://ik.imagekit.io/engineerbf24/tr:w-601,h-585/college-flow/hero-landing.png?updatedAt=1717742815178 800w, https://ik.imagekit.io/engineerbf24/college-flow/hero-landing.png?updatedAt=1717742815178 1200w"
/>
<!-- FONTS GOOGLE-->
<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=Bebas+Neue&family=Eczar:wght@400..800&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<!-- Open Graph Meta Tags -->
<meta
property="og:title"
content="College Flow - Connect with Talented Student Freelancers"
/>
<meta
property="og:description"
content="College Flow connects college clients with talented student freelancers offering services in AI, web development, design, and more."
/>
<meta
property="og:image"
content="https://ik.imagekit.io/engineerbf24/college-flow/cfw.svg?updatedAt=1717744737787"
/>
<meta property="og:url" content="https://college-flow.onrender.com/" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="College Flow - Connect with Talented Student Freelancers"
/>
<meta
name="twitter:description"
content="College Flow connects college clients with talented student freelancers offering services in AI, web development, design, and more."
/>
<meta
name="twitter:image"
content="https://example.com/path/to/image.jpg"
/>
<meta
name="google-signin-client_id"
content="1031413628489-r18dqt1tqi9mm0v3lrvb0ctq0fr84bvh.apps.googleusercontent.com"
/>
<meta
name="description"
content="Connect with talented student freelancers for AI, web development, and design services at College Flow. Quality work by skilled students."
/>
<meta
name="keywords"
content="freelance services, college students, AI development, web development, graphic design, student freelancers, hire students, college freelance, student jobs, freelance work, college projects, technology services, design services, college flow"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "College Flow",
"url": "https://college-flow.onrender.com/",
"logo": "https://ik.imagekit.io/engineerbf24/college-flow/cfc.svg?updatedAt=1717744737703",
"sameAs": [
"https://www.facebook.com/college__flow",
"https://www.twitter.com/college__flow",
"https://www.instagram.com/college__flow"
],
"description": "College Flow connects college clients with talented student freelancers offering services in AI, web development, design, and more."
}
</script>
</body>
</html>