-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathissues.html
More file actions
753 lines (650 loc) · 17.6 KB
/
issues.html
File metadata and controls
753 lines (650 loc) · 17.6 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Islamic Insight Journal</title>
<meta name="description" content="Islamic Insight Journal - A comprehensive journal of Islamic studies and research">
<meta name="keywords" content="Islamic studies, journal, research, academia">
<link rel="icon" type="image/png" href="logo.png">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<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=Inter:wght@300;400;500;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="arabic-styles.css">
<style>
body {
font-family: 'Inter', sans-serif;
line-height: 1.6;
color: #1a202c;
}
.academic-title {
font-family: 'Crimson Text', serif;
}
.article-content h1, .article-content h2, .article-content h3 {
font-family: 'Crimson Text', serif;
font-weight: 600;
}
.article-content p {
margin-bottom: 1rem;
text-align: justify;
line-height: 1.7;
}
.fade-in {
animation: fadeIn 0.6s ease-out forwards;
opacity: 0;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.article-card {
transition: all 0.3s ease;
border-left: 4px solid transparent;
display: flex;
gap: 1.5rem;
align-items: flex-start;
}
.article-card:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
border-left-color: #3b82f6;
}
.article-card-image {
flex-shrink: 0;
width: 220px;
height: 140px;
}
.article-card-content {
flex: 1;
min-width: 0;
}
.logo-container {
display: flex;
align-items: center;
gap: 0.75rem;
}
.logo-image {
height: 40px;
width: auto;
}
.logo-text-container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.logo-text {
line-height: 1;
margin: 0;
}
.logo-subtitle {
font-size: 0.75rem;
color: #6b7280;
margin: 0;
line-height: 1;
font-weight: 400;
}
@media (max-width: 768px) {
.logo-image {
height: 32px;
}
.logo-text {
font-size: 1rem;
}
.logo-subtitle {
font-size: 0.65rem;
}
}
.nav-right {
margin-left: auto;
}
/* Enhanced Search Styles */
.search-icon {
color: #2563eb;
cursor: pointer;
transition: all 0.3s ease;
padding: 0.5rem;
border-radius: 0.375rem;
}
.search-icon:hover {
color: #1d4ed8;
background-color: #f3f4f6;
}
.navbar-search-container {
position: relative;
transition: all 0.3s ease;
display: flex;
align-items: center;
}
.navbar-search-input {
width: 0;
opacity: 0;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
padding: 0;
border: none;
outline: none;
background: transparent;
font-size: 0.875rem;
}
.navbar-search-input.expanded {
width: 280px;
opacity: 1;
padding: 0.75rem 1rem;
border: 2px solid #3b82f6;
border-radius: 0.5rem;
background: white;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.navbar-search-results {
position: absolute;
top: calc(100% + 8px);
left: 0;
right: 0;
background: white;
border: 1px solid #e5e7eb;
border-radius: 0.5rem;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
max-height: 350px;
overflow-y: auto;
z-index: 1000;
}
/* Mobile Search Enhancements */
.mobile-nav-container {
display: flex;
align-items: center;
gap: 0.5rem;
}
.mobile-search-container {
position: relative;
display: flex;
align-items: center;
}
.mobile-search-input {
width: 0;
opacity: 0;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
padding: 0;
border: none;
outline: none;
background: transparent;
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
font-size: 0.875rem;
}
.mobile-search-input.expanded {
width: 200px;
opacity: 1;
padding: 0.625rem 0.875rem;
border: 2px solid #3b82f6;
border-radius: 0.5rem;
background: white;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
position: relative;
right: 0;
top: 0;
transform: none;
}
.mobile-search-results {
position: absolute;
top: calc(100% + 8px);
right: 0;
left: -120px;
background: white;
border: 1px solid #e5e7eb;
border-radius: 0.5rem;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
max-height: 300px;
overflow-y: auto;
z-index: 1000;
}
/* Hide navigation items when search is expanded */
.nav-items.hidden-for-search {
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
/* Search Results Styling */
.search-result-item {
padding: 0.875rem 1rem;
border-bottom: 1px solid #f3f4f6;
cursor: pointer;
transition: background-color 0.2s ease;
}
.search-result-item:hover {
background-color: #f8fafc;
}
.search-result-item:last-child {
border-bottom: none;
border-radius: 0 0 0.5rem 0.5rem;
}
.search-result-item:first-child {
border-radius: 0.5rem 0.5rem 0 0;
}
/* Responsive Layout */
.main-layout {
display: grid;
grid-template-columns: 1fr 250px;
gap: 2rem;
align-items: start;
}
@media (max-width: 1024px) {
.main-layout {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.journal-sidebar {
order: -1;
}
/* Reset article cards to vertical on mobile */
.article-card {
display: block;
}
.article-card-image {
width: 100%;
height: 200px;
margin-bottom: 1rem;
}
.article-card-content {
min-width: auto;
}
}
/* Journal Issue Sidebar Styles */
.journal-sidebar {
position: sticky;
top: 100px;
height: fit-content;
}
.journal-info-card {
background: white;
border-radius: 12px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
border: 1px solid #e5e7eb;
overflow: hidden;
}
.journal-cover {
width: 100%;
height: 250px;
object-fit: cover;
}
.mobile-menu-btn {
padding: 0.5rem;
border-radius: 0.375rem;
transition: all 0.2s ease;
}
.mobile-menu-btn:hover {
background-color: #f3f4f6;
}
/* Issue Selector */
.issue-selector {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
background-position: right 0.5rem center;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
padding-right: 2.5rem;
}
/* Highlight styles */
mark {
background-color: #fef3c7;
padding: 2px 4px;
border-radius: 3px;
}
/* Loading animation */
.loading-spinner {
animation: spin 1s linear infinite;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
/* Dropdown */
.dropdown {
position: relative;
}
.dropdown-content {
display: none;
position: absolute;
top: 100%;
right: 0;
background-color: white;
min-width: 160px;
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
border-radius: 0.5rem;
z-index: 1000;
border: 1px solid #e2e8f0;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown-content a {
color: #374151;
padding: 12px 16px;
text-decoration: none;
display: block;
transition: background-color 0.2s;
}
.dropdown-content a:hover {
background-color: #f3f4f6;
}
/* Responsive adjustments */
@media (max-width: 1200px) {
.navbar-search-input.expanded {
width: 240px;
}
}
@media (max-width: 768px) {
.mobile-search-input.expanded {
width: 180px;
}
.mobile-search-results {
left: -100px;
}
.journal-sidebar {
position: static;
order: -1;
margin-bottom: 2rem;
}
.journal-info-card .p-6 {
padding: 1rem;
}
.journal-cover {
height: 200px;
}
}
@media (max-width: 640px) {
.mobile-search-input.expanded {
width: 160px;
}
.mobile-search-results {
left: -80px;
}
.main-layout {
gap: 1rem;
}
.journal-sidebar {
margin-bottom: 1.5rem;
}
}
@media (max-width: 480px) {
.mobile-search-input.expanded {
width: 140px;
}
.mobile-search-results {
left: -60px;
}
.article-card .p-6 {
padding: 1rem;
}
.article-card h3 {
font-size: 1.125rem;
line-height: 1.4;
}
.journal-cover {
height: 180px;
}
}
/* Print styles */
@media print {
.no-print {
display: none !important;
}
}
/* Utility classes for text truncation */
.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
</style>
<!-- Include the configuration -->
<script src="sheets-loader.js"></script>
<!-- Include navigation helper -->
<script src="issue-navigation.js"></script>
</head>
<body>
<!-- Navigation -->
<nav class="bg-white shadow-sm sticky top-0 z-40">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<a href="index.html" class="logo-container">
<img src="logo.png" alt="Islamic Insight Logo" class="logo-image">
<div class="logo-text-container">
<h1 class="logo-text text-xl font-bold text-black-900 academic-title">
ISLAMIC INSIGHT
</h1>
<p class="logo-subtitle">Journal of Islamic Studies</p>
</div>
</a>
</div>
</div>
<!-- Desktop Navigation - Moved to right -->
<div class="hidden md:block nav-right">
<div class="flex items-center space-x-6">
<!-- Navigation Items -->
<div id="nav-items" class="nav-items flex items-baseline space-x-6">
<a href="index.html" class="text-gray-700 hover:text-blue-900 px-3 py-2 text-sm font-medium transition-colors">Home</a>
<a href="all-issues.html" class="text-gray-700 hover:text-blue-900 px-3 py-2 text-sm font-medium transition-colors">All Issues</a>
<div class="dropdown">
<a href="#about" class="text-gray-700 hover:text-blue-900 px-3 py-2 text-sm font-medium transition-colors">About</a>
<div class="dropdown-content">
<a href="editors.html">Editorial Team</a>
<a href="#contact">Contact</a>
</div>
</div>
</div>
<!-- Search Container -->
<div class="navbar-search-container">
<input
type="text"
id="navbar-search-input"
placeholder="Search all articles..."
class="navbar-search-input"
>
<button id="search-toggle-btn" class="search-icon">
<i id="search-icon" class="fas fa-search text-lg"></i>
</button>
<div id="navbar-search-results" class="navbar-search-results hidden"></div>
</div>
</div>
</div>
<!-- Mobile menu button and search - Moved to right -->
<div class="md:hidden nav-right">
<div class="mobile-nav-container">
<!-- Mobile Search Container -->
<div class="mobile-search-container">
<input
type="text"
id="mobile-search-input"
placeholder="Search..."
class="mobile-search-input"
>
<button id="mobile-search-toggle-btn" class="search-icon">
<i id="mobile-search-icon" class="fas fa-search text-lg"></i>
</button>
<div id="mobile-search-results" class="mobile-search-results hidden"></div>
</div>
<!-- Mobile Menu Button -->
<button id="mobile-menu-btn" class="mobile-menu-btn text-gray-700 hover:text-blue-900 focus:outline-none">
<i class="fas fa-bars text-lg"></i>
</button>
</div>
</div>
</div>
</div>
<!-- Mobile Navigation -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-t border-gray-200">
<div class="px-2 pt-2 pb-3 space-y-1">
<a href="index.html" class="block px-3 py-2 text-sm font-medium text-gray-700 hover:text-blue-900 transition-colors">Home</a>
<a href="all-issues.html" class="block px-3 py-2 text-sm font-medium text-gray-700 hover:text-blue-900 transition-colors">All Issues</a>
<a href="#about" class="block px-3 py-2 text-sm font-medium text-gray-700 hover:text-blue-900 transition-colors">About</a>
<a href="editors.html" class="block px-3 py-2 pl-6 text-sm font-medium text-gray-600 hover:text-blue-900 transition-colors">Editorial Team</a>
</div>
</div>
</nav>
<!-- Main Content -->
<main class="min-h-screen bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<!-- Page Header -->
<div class="text-center mb-8">
<h1 class="text-3xl sm:text-4xl lg:text-5xl font-bold academic-title text-gray-900 mb-4">
Loading...
</h1>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">
ISLAMIC INSIGHT JOURNAL OF ISLAMIC STUDIES
</p>
</div>
<!-- Loading State -->
<div id="loading-state" class="text-center py-12">
<div class="loading-spinner inline-block w-8 h-8 border-4 border-blue-600 border-t-transparent rounded-full"></div>
<p class="mt-4 text-gray-600">Loading articles...</p>
</div>
<!-- Error State -->
<div id="error-state" class="text-center py-12" style="display: none;">
<div class="text-red-500 mb-4">
<i class="fas fa-exclamation-triangle text-4xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Error Loading Content</h3>
<p class="text-gray-600 mb-4">Failed to load issue data. Please try again later.</p>
<button onclick="location.reload()" class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg transition-colors">
Retry
</button>
</div>
<!-- 80/20 Layout -->
<div class="main-layout" id="main-content" style="display: none;">
<!-- Articles Section (80%) -->
<section class="articles-section">
<div class="flex justify-between items-center mb-8">
<h3 class="text-2xl font-bold text-gray-900">Articles in This Issue</h3>
<div class="text-sm text-gray-600">
<span id="article-count">Loading articles...</span>
</div>
</div>
<!-- Single column layout for landscape style articles -->
<div class="space-y-6" id="articlesGrid">
<!-- Articles will be populated by JavaScript -->
<!-- Example article card structure for reference:
<article class="article-card bg-white rounded-lg shadow-sm hover:shadow-md p-6">
<img src="article-image.jpg" alt="Article Title" class="article-card-image rounded-lg object-cover">
<div class="article-card-content">
<h3 class="text-xl font-semibold academic-title text-gray-900 mb-3 line-clamp-2">Article Title</h3>
<p class="text-gray-600 text-sm mb-3 line-clamp-3">Article abstract or description...</p>
<div class="flex items-center text-sm text-gray-500 mb-4">
<i class="fas fa-user mr-2"></i>
<span>Author Names</span>
</div>
<div class="flex justify-between items-center">
<span class="text-xs text-gray-400">Pages 1-20</span>
<a href="article-url" class="text-blue-600 hover:text-blue-800 font-medium text-sm">Read Article</a>
</div>
</div>
</article>
-->
</div>
</section>
<!-- Journal Information Sidebar (20%) -->
<aside class="journal-sidebar">
<div class="journal-info-card">
<img src="" alt="Journal Cover" class="journal-cover">
<div class="p-5">
<h3 class="text-lg font-semibold academic-title text-gray-900 mb-4">
Journal Information
</h3>
<div class="space-y-3 text-sm text-gray-600">
<div class="flex items-center">
<i class="fas fa-calendar-alt mr-2 text-blue-600 text-xs"></i>
<span><strong>Published:</strong> <span data-field="published">Loading...</span></span>
</div>
<div class="flex items-center">
<i class="fas fa-bookmark mr-2 text-blue-600 text-xs"></i>
<span><strong>Volume:</strong> <span data-field="volume">Loading...</span></span>
</div>
<div class="flex items-center">
<i class="fas fa-language mr-2 text-blue-600 text-xs"></i>
<span><strong>Languages:</strong> English, Arabic</span>
</div>
<div class="mt-5 pt-4 border-t border-gray-200">
<p class="text-xs text-gray-700 leading-relaxed">
Islamic Insight Journal of Islamic Studies (IIJIS) functions as a bilingual platform for disseminating exceptional academic research on Islam and the Muslim world.
</p>
</div>
<!-- Issue Navigation -->
<div class="mt-5 flex flex-col gap-2">
<button id="prev-issue-btn" class="bg-white hover:bg-gray-50 text-gray-700 px-3 py-2 rounded-lg border border-gray-300 text-xs font-medium transition-colors">
<i class="fas fa-chevron-left mr-1"></i>Previous Issue
</button>
<button id="next-issue-btn" class="bg-white hover:bg-gray-50 text-gray-700 px-3 py-2 rounded-lg border border-gray-300 text-xs font-medium transition-colors">
Next Issue<i class="fas fa-chevron-right ml-1"></i>
</button>
</div>
</div>
</div>
</aside>
</div>
</div>
</main>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12 no-print">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div class="col-span-1 md:col-span-2">
<div class="logo-container mb-4">
<img src="logo.png" alt="Islamic Insight Logo" class="logo-image">
<div class="logo-text-container">
<h1 class="logo-text text-white">ISLAMIC INSIGHT</h1>
<p class="logo-subtitle text-gray-300">Journal of Islamic Studies</p>
</div>
</div>
<p class="text-gray-300 mb-4">
<strong>MAILING ADDRESS:</strong><br>Editor, Islamic Insight Journal of Islamic Studies, Darul Huda Islamic <br> University, Chemmad, P.B.NO. 3, Tirurangadi (PO), Malappuram (Dt.),<br>676306 (PIN), Kerala, India.<br><br>Email: islamicinsight@dhiu.in <br><br>Website: www.islamicinsight.in
</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#about" class="text-gray-300 hover:text-white transition-colors">About Journal</a></li>
<li><a href="#editorial" class="text-gray-300 hover:text-white transition-colors">Editorial Board</a></li>
<li><a href="#guidelines" class="text-gray-300 hover:text-white transition-colors">Submission Guidelines</a></li>
<li><a href="#contact" class="text-gray-300 hover:text-white transition-colors">Contact Us</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Connect</h3>
<div class="flex space-x-4">
<a href="#" class="text-gray-300 hover:text-white transition-colors">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-300 hover:text-white transition-colors">
<i class="fab fa-facebook text-xl"></i>
</a>
<a href="#" class="text-gray-300 hover:text-white transition-colors">
<i class="fab fa-linkedin text-xl"></i>
</a>
<a href="#" class="text-gray-300 hover:text-white transition-colors">
<i class="fas fa-envelope text-xl"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-300">
<p>© 2024 Islamic Insight Journal. All rights reserved.</p>
</div>
</div>
</footer>
<script src="journal-dynamic.js"></script>
<script src="arabic-detection.js"></script>
</body>
</html>