-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (131 loc) · 7.24 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html>
<head>
<base href="/InspireView/" />
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description"
content="InspireView is a motivational quotes application that displays inspiring quotes over beautiful background images. Features include user account management, customizable themes, and a favorites section.">
<meta name="keywords"
content="motivational quotes, inspirational quotes, daily motivation, Flutter web app, Harshil Chovatiya, personal growth, self-improvement">
<meta name="author" content="Harshil Chovatiya">
<!-- Open Graph tags for better social media integration -->
<meta property="og:title" content="InspireView - Motivational Quotes App">
<meta property="og:description"
content="InspireView offers daily doses of motivation through visually appealing quotes. Enjoy features like customizable themes, a favorites section, and user account management.">
<meta property="og:image"
content="https://github-production-user-asset-6210df.s3.amazonaws.com/131672641/351269153-fe7fee43-3a9e-4fdd-bbcd-68ee9befbfdd.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240906%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240906T072951Z&X-Amz-Expires=300&X-Amz-Signature=3a0f3b7a797d957595df2ec646cf62cda1c8d6a72bc08337060d649cc21661cb&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=832557786">
<meta property="og:url" content="https://harshilchovatiya.github.io/InspireView/">
<meta property="og:type" content="website">
<!-- Twitter Card tags for better social media integration -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="InspireView - Motivational Quotes App">
<meta name="twitter:description"
content="InspireView provides motivational quotes with beautiful background images. Features include customizable themes, a favorites section, and user account management.">
<meta name="twitter:image"
content="https://github-production-user-asset-6210df.s3.amazonaws.com/131672641/351269153-fe7fee43-3a9e-4fdd-bbcd-68ee9befbfdd.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240906%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240906T072951Z&X-Amz-Expires=300&X-Amz-Signature=3a0f3b7a797d957595df2ec646cf62cda1c8d6a72bc08337060d649cc21661cb&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=832557786">
<meta name="twitter:site" content="@harshilbmk">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="inspire_view">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png" />
<title>InspireView - Motivational Quotes App</title>
<link rel="manifest" href="manifest.json">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "InspireView",
"headline": "Your Daily Dose of Motivation",
"description": "InspireView is a motivational quotes application providing daily doses of inspiration with customizable themes and user management.",
"url": "https://harshilchovatiya.github.io/InspireView/",
"applicationCategory": "WebApplication",
"operatingSystem": "Web, Android",
"provider": {
"@type": "Organization",
"name": "Harshil Chovatiya",
"url": "https://harshilchovatiya.github.io",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Support",
"email": "[email protected]",
"url": "https://harshilchovatiya.github.io/index.html#contact-section",
"hoursAvailable": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"bestRating": "5",
"ratingCount": "91"
},
"offers": {
"@type": "Offer",
"url": "https://harshilchovatiya.github.io/InspireView/",
"priceCurrency": "USD",
"price": "0.00",
"itemCondition": "https://schema.org/NewCondition"
},
"screenshot": [
"https://github-production-user-asset-6210df.s3.amazonaws.com/131672641/351269153-fe7fee43-3a9e-4fdd-bbcd-68ee9befbfdd.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240906%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240906T072951Z&X-Amz-Expires=300&X-Amz-Signature=3a0f3b7a797d957595df2ec646cf62cda1c8d6a72bc08337060d649cc21661cb&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=832557786",
"https://github-production-user-asset-6210df.s3.amazonaws.com/131672641/351270677-92848aa0-3911-45c4-b096-bee8c019b80f.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240906%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240906T074123Z&X-Amz-Expires=300&X-Amz-Signature=ce7eb49d2938b7a825502945fb75942d7e55684c15b3688d49505bf0d92a634c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=832557786",
"https://github-production-user-asset-6210df.s3.amazonaws.com/131672641/351269910-68344c41-2650-4cc3-b26b-8221e336b5d0.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240906%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240906T074147Z&X-Amz-Expires=300&X-Amz-Signature=df761c78b33dc6b0f9cef996e515e249e26cbf903311b3132499dda6b631c070&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=832557786"
],
"creator": {
"@type": "Person",
"name": "Harshil Chovatiya",
"url": "https://harshilchovatiya.github.io/"
},
"applicationSubCategory": "Productivity",
"additionalType": "https://schema.org/SoftwareApplication",
"softwareVersion": "1.0",
"releaseNotes": "Initial release with core features including daily quotes and user account management.",
"downloadUrl": "https://github.com/harshilchovatiya/InspireView/releases/download/v0.0.1/InspireView.apk",
"audience": {
"@type": "Audience",
"name": "General Public"
},
"datePublished": "2024-08-01",
"dateModified": "2024-09-06",
"mainEntityOfPage": "https://harshilchovatiya.github.io/InspireView/"
}
</script>
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1760688386";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
</head>
<body>
<script>
window.addEventListener('load', function (ev) {
// Download main.dart.js
_flutter.loader.loadEntrypoint({
serviceWorker: {
serviceWorkerVersion: serviceWorkerVersion,
},
onEntrypointLoaded: function (engineInitializer) {
engineInitializer.initializeEngine().then(function (appRunner) {
appRunner.runApp();
});
}
});
});
</script>
</body>
</html>