-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (189 loc) Β· 6.23 KB
/
index.html
File metadata and controls
214 lines (189 loc) Β· 6.23 KB
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PDF Learning System - Index</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.header {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 40px;
margin-bottom: 30px;
text-align: center;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.header h1 {
font-size: 3em;
color: #2c3e50;
margin-bottom: 10px;
}
.header p {
font-size: 1.2em;
color: #7f8c8d;
margin-bottom: 20px;
}
.stats {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.stat {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
padding: 20px 30px;
border-radius: 15px;
text-align: center;
min-width: 150px;
}
.stat .number {
font-size: 2em;
font-weight: bold;
display: block;
}
.pdf-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 20px;
margin-top: 30px;
}
.pdf-card {
background: rgba(255, 255, 255, 0.95);
border-radius: 20px;
padding: 25px;
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
transition: all 0.3s ease;
cursor: pointer;
display: flex;
align-items: center;
gap: 20px;
}
.pdf-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
.pdf-icon {
font-size: 3em;
min-width: 60px;
text-align: center;
}
.pdf-info {
flex: 1;
}
.pdf-info h3 {
font-size: 1.3em;
color: #2c3e50;
margin-bottom: 10px;
}
.pdf-stats {
color: #7f8c8d;
font-size: 0.9em;
margin-bottom: 5px;
}
.pdf-original {
color: #95a5a6;
font-size: 0.8em;
font-style: italic;
margin-bottom: 3px;
}
.pdf-time {
color: #10b981;
font-size: 0.8em;
font-weight: 500;
}
.pdf-arrow {
font-size: 1.5em;
color: #667eea;
font-weight: bold;
}
.footer {
text-align: center;
padding: 30px;
color: white;
font-size: 0.9em;
margin-top: 40px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>π PDF Learning System</h1>
<p>Interactive Learning Content Generated from PDF Documents</p>
<div class="stats">
<div class="stat">
<span class="number">3</span>
<span class="label">PDF Documents</span>
</div>
</div>
</div>
<div class="pdf-grid">
<div class="pdf-card" onclick="window.open('output/Class 9 - French Revolution.html', '_blank')">
<div class="pdf-icon">π</div>
<div class="pdf-info">
<h3>French Revolution</h3>
<p class="pdf-stats">
π 14 Concepts β’
π 31 MCQs β’
π 31 Subjective Qs
</p>
<p class="pdf-original">Original: Class 9 - French Revolution.pdf</p>
<p class="pdf-time">Processed at: 00:18:50</p>
</div>
<div class="pdf-arrow">β</div>
</div>
<div class="pdf-card" onclick="window.open('output/Class 9 - Russian revolution.html', '_blank')">
<div class="pdf-icon">π</div>
<div class="pdf-info">
<h3>Russian Revolution</h3>
<p class="pdf-stats">
π 16 Concepts β’
π 33 MCQs β’
π 33 Subjective Qs
</p>
<p class="pdf-original">Original: Class 9 - Russian revolution.pdf</p>
<p class="pdf-time">Processed at: 00:19:05</p>
</div>
<div class="pdf-arrow">β</div>
</div>
<div class="pdf-card" onclick="window.open('output/Class 9 - constitutional design.html', '_blank')">
<div class="pdf-icon">π</div>
<div class="pdf-info">
<h3>Constitutional Design</h3>
<p class="pdf-stats">
π 19 Concepts β’
π 38 MCQs β’
π 38 Subjective Qs
</p>
<p class="pdf-original">Original: Class 9 - constitutional design.pdf</p>
<p class="pdf-time">Processed at: 00:19:37</p>
</div>
<div class="pdf-arrow">β</div>
</div>
</div>
</div>
<div class="footer">
<p>π PDF Learning System β’ September 05, 2025 at 12:19 AM</p>
<p>π Interactive Learning Content</p>
</div>
</body>
</html>