GopalKrushnaMahapatra commited on
Commit
c941a65
·
verified ·
1 Parent(s): 9936689

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +77 -77
index.html CHANGED
@@ -1,77 +1,77 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <title>TrueWrite Scan – Welcome</title>
6
- <script src="https://cdn.tailwindcss.com"></script>
7
- <style>
8
- @keyframes float {
9
- 0%, 100% { transform: translateY(0); }
10
- 50% { transform: translateY(-12px); }
11
- }
12
- </style>
13
- </head>
14
- <body class="bg-slate-950 text-white min-h-screen flex items-center justify-center">
15
- <div class="absolute inset-0 bg-gradient-to-br from-indigo-500/20 via-purple-500/10 to-emerald-500/20 blur-3xl -z-10"></div>
16
-
17
- <div class="max-w-3xl w-full mx-4 text-center">
18
- <!-- Logo + brand -->
19
- <div class="flex items-center justify-center gap-3 mb-6">
20
- <!-- 🔹 Your logo image here -->
21
- <img
22
- src="logo.png"
23
- alt="TrueWrite Scan logo"
24
- class="w-11 h-11 rounded-2xl border border-slate-700 object-cover shadow-lg shadow-indigo-500/40"
25
- />
26
- <div class="text-left">
27
- <h1 class="text-3xl md:text-4xl font-extrabold tracking-tight">
28
- <span class="bg-gradient-to-r from-indigo-400 via-fuchsia-400 to-emerald-400 bg-clip-text text-transparent">
29
- TrueWrite
30
- </span>
31
- <span class="text-slate-100"> Scan</span>
32
- </h1>
33
- <p class="text-sm text-slate-300">
34
- Honest. Original. Authenticated
35
- </p>
36
- </div>
37
- </div>
38
-
39
- <!-- Hero text -->
40
- <h2 class="text-2xl md:text-3xl font-semibold mb-3">
41
- Write with confidence. Check with precision.
42
- </h2>
43
- <p class="text-slate-300 max-w-xl mx-auto mb-8">
44
- Securely scan your assignments, research papers, and articles for Grammar issues,
45
- Plagiarism, and AI-generated content – all in a single dashboard.
46
- </p>
47
-
48
- <!-- Buttons -->
49
- <div class="flex flex-col sm:flex-row items-center justify-center gap-4 mb-10">
50
- <a href="signup.html"
51
- class="px-6 py-3 rounded-full bg-indigo-500 hover:bg-indigo-600 transition shadow-lg shadow-indigo-500/30 font-medium">
52
- Sign up (New users)
53
- </a>
54
- <a href="login.html"
55
- class="px-6 py-3 rounded-full border border-slate-500 hover:border-white hover:bg-white/5 transition font-medium">
56
- Login (Existing users)
57
- </a>
58
- </div>
59
-
60
- <!-- Floating feature cards -->
61
- <div class="grid md:grid-cols-3 gap-4">
62
- <div class="bg-slate-900/60 rounded-2xl p-4 border border-slate-700/60 animate-[float_5s_ease-in-out_infinite]">
63
- <h3 class="font-semibold mb-1">Grammar Check</h3>
64
- <p class="text-xs text-slate-300">Fix spelling, punctuation & all type of grammatical errors.</p>
65
- </div>
66
- <div class="bg-slate-900/60 rounded-2xl p-4 border border-slate-700/60 animate-[float_6s_ease-in-out_infinite]">
67
- <h3 class="font-semibold mb-1">Plagiarism Scan</h3>
68
- <p class="text-xs text-slate-300">Compare your text against existing text.</p>
69
- </div>
70
- <div class="bg-slate-900/60 rounded-2xl p-4 border border-slate-700/60 animate-[float_7s_ease-in-out_infinite]">
71
- <h3 class="font-semibold mb-1">AI Content Check</h3>
72
- <p class="text-xs text-slate-300">Estimate whether text looks human-written.</p>
73
- </div>
74
- </div>
75
- </div>
76
- </body>
77
- </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <title>TrueWrite Scan – Welcome</title>
6
+ <script src="https://cdn.tailwindcss.com"></script>
7
+ <style>
8
+ @keyframes float {
9
+ 0%, 100% { transform: translateY(0); }
10
+ 50% { transform: translateY(-12px); }
11
+ }
12
+ </style>
13
+ </head>
14
+ <body class="bg-slate-950 text-white min-h-screen flex items-center justify-center">
15
+ <div class="absolute inset-0 bg-gradient-to-br from-indigo-500/20 via-purple-500/10 to-emerald-500/20 blur-3xl -z-10"></div>
16
+
17
+ <div class="max-w-3xl w-full mx-4 text-center">
18
+ <!-- Logo + brand -->
19
+ <div class="flex items-center justify-center gap-3 mb-6">
20
+ <!-- 🔹 Your logo image here -->
21
+ <img
22
+ src="logo.png"
23
+ alt="TrueWrite Scan logo"
24
+ class="w-11 h-11 rounded-2xl border border-slate-700 object-cover shadow-lg shadow-indigo-500/40"
25
+ />
26
+ <div class="text-left">
27
+ <h1 class="text-3xl md:text-4xl font-extrabold tracking-tight">
28
+ <span class="bg-gradient-to-r from-indigo-400 via-fuchsia-400 to-emerald-400 bg-clip-text text-transparent">
29
+ TrueWrite
30
+ </span>
31
+ <span class="text-slate-100"> Scan</span>
32
+ </h1>
33
+ <p class="text-[11px] text-slate-400 uppercase tracking-[0.22em]">
34
+ Honest. Original. Authenticated
35
+ </p>
36
+ </div>
37
+ </div>
38
+
39
+ <!-- Hero text -->
40
+ <h2 class="text-2xl md:text-3xl font-semibold mb-3">
41
+ Write with confidence. Check with precision.
42
+ </h2>
43
+ <p class="text-slate-300 max-w-xl mx-auto mb-8">
44
+ Securely scan your assignments, research papers, and articles for Grammar issues,
45
+ Plagiarism, and AI-generated content – all in a single dashboard.
46
+ </p>
47
+
48
+ <!-- Buttons -->
49
+ <div class="flex flex-col sm:flex-row items-center justify-center gap-4 mb-10">
50
+ <a href="signup.html"
51
+ class="px-6 py-3 rounded-full bg-indigo-500 hover:bg-indigo-600 transition shadow-lg shadow-indigo-500/30 font-medium">
52
+ Sign up (New users)
53
+ </a>
54
+ <a href="login.html"
55
+ class="px-6 py-3 rounded-full border border-slate-500 hover:border-white hover:bg-white/5 transition font-medium">
56
+ Login (Existing users)
57
+ </a>
58
+ </div>
59
+
60
+ <!-- Floating feature cards -->
61
+ <div class="grid md:grid-cols-3 gap-4">
62
+ <div class="bg-slate-900/60 rounded-2xl p-4 border border-slate-700/60 animate-[float_5s_ease-in-out_infinite]">
63
+ <h3 class="font-semibold mb-1">Grammar Check</h3>
64
+ <p class="text-xs text-slate-300">Fix spelling, punctuation & all type of grammatical errors.</p>
65
+ </div>
66
+ <div class="bg-slate-900/60 rounded-2xl p-4 border border-slate-700/60 animate-[float_6s_ease-in-out_infinite]">
67
+ <h3 class="font-semibold mb-1">Plagiarism Scan</h3>
68
+ <p class="text-xs text-slate-300">Compare your text against existing text.</p>
69
+ </div>
70
+ <div class="bg-slate-900/60 rounded-2xl p-4 border border-slate-700/60 animate-[float_7s_ease-in-out_infinite]">
71
+ <h3 class="font-semibold mb-1">AI Content Check</h3>
72
+ <p class="text-xs text-slate-300">Estimate whether text looks human-written.</p>
73
+ </div>
74
+ </div>
75
+ </div>
76
+ </body>
77
+ </html>