-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexmp.html
189 lines (184 loc) · 8.56 KB
/
exmp.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Architecture of Computer</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link id="theme-link" rel="stylesheet" href="themes/theme1/style2.css">
</head>
<body>
<div class="hero">
<div class="floating-dots dots-1"></div>
<div class="floating-dots dots-2"></div>
<div class="hero-content">
<h1 class="hero-title">Welcome to <span>Architecture of Computer</span></h1>
<p class="hero-description">
Your comprehensive archive of educational resources, providing access to a curated collection of TDs, examinations, and academic materials from leading institutions.
</p>
<a href="index.html" class="hero-cta">
<i class="fas fa-home"></i>
HOME
</a>
<div class="hero-stats">
<div class="hero-stat">
<div class="hero-stat-number">13</div>
<div class="hero-stat-label">Total Resources</div>
</div>
<div class="hero-stat">
<div class="hero-stat-number">3</div>
<div class="hero-stat-label">Institutions</div>
</div>
<div class="hero-stat">
<div class="hero-stat-number">3</div>
<div class="hero-stat-label">Categories</div>
</div>
</div>
</div>
</div>
<div class="container" id="main-content">
<div class="header">
<h1><i class="fas fa-archive"></i> Architecture of Computer 1</h1>
<div class="stats">
<div class="stat-item">
<i class="fas fa-folder"></i>
<span>Total Resources: 13</span>
</div>
<div class="stat-item">
<i class="fas fa-building"></i>
<span>Institutions: 4</span>
</div>
<div class="stat-item">
<i class="fas fa-file"></i>
<span>Categories: 3</span>
</div>
</div>
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
</div>
<div class="section">
<div class="section-title">
<div class="title-left">
<i class="fas fa-tasks"></i>
<span>TD</span>
</div>
<span class="count-badge">6 items</span>
</div>
<table>
<thead>
<tr>
<th>Institution</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>ESI</td>
<td><a href="https://drive.google.com/drive/folders/1UjXLi-PyoNWU5azLNX6BlSKQGsgtu5re" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>ESTIN 1</td>
<td><a href="https://drive.google.com/drive/folders/1l_Lk3UknV9IUtEIvnNEyb_Op1TFqf8N7" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>ESTIN 2</td>
<td><a href="https://drive.google.com/drive/folders/1zW1eHGkVOp4hWBUxWSM4hF-bb_efuv-L" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>ESI SBA</td>
<td><a href="https://drive.google.com/drive/folders/1-hHwEc7ovOutfX3tyF3hHkXRjD_ys8uq" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>External 1</td>
<td><a href="https://drive.google.com/drive/folders/1Wd3GSW8aCyvBO2lTG5HMREefUWku_9qO" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>External 2</td>
<td><a href="https://drive.google.com/drive/folders/19Bb6_b2Lp6_VQ8vwcPe6vwQB4tPmo6KY" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
</tbody>
</table>
</div>
<div class="section">
<div class="section-title">
<div class="title-left">
<i class="fas fa-question-circle"></i>
<span>Interrogation</span>
</div>
<span class="count-badge">4 items</span>
</div>
<table>
<thead>
<tr>
<th>Institution</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>ESI</td>
<td><a href="https://drive.google.com/drive/folders/1E9mAwXkvg9pfaz7TfJOWD2wdsQ6EL9wm" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>ESI CI</td>
<td><a href="https://drive.google.com/drive/folders/1jcB3S5SySQT1N4ehH8KdH4kX-g0a_VBu" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>ESTIN 1</td>
<td><a href="https://drive.google.com/drive/folders/1d4zyPUNaTskRyLC3hUZXTjdGvfE-zEQX" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>ESTIN 2</td>
<td><a href="https://drive.google.com/drive/folders/1OsA80Fu8MdkEzCJFDWNKS47vusW6dRwF" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
</tbody>
</table>
</div>
<div class="section">
<div class="section-title">
<div class="title-left">
<i class="fas fa-file-alt"></i>
<span>Exams</span>
</div>
<span class="count-badge">3 items</span>
</div>
<table>
<thead>
<tr>
<th>Institution</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>ESI</td>
<td><a href="https://drive.google.com/drive/folders/1j_8W6Zw_QDSvEr9VN3yS7sLwMxMEX13K" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>ESTIN 1</td>
<td><a href="https://drive.google.com/drive/folders/1a9X_wwAnQXAwMF6M6aNPQzn15nzj5mFp" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
<tr>
<td>ESI SBA</td>
<td><a href="https://drive.google.com/drive/folders/1anNXg13nY7FBeo2yOMc74ypKxfkbpkAh" target="_blank"><i class="fas fa-external-link-alt icon"></i> Access Files</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<script>
// Check for saved theme in localStorage on page load
window.onload = function() {
const savedTheme = localStorage.getItem('theme');
const themeLink = document.getElementById('theme-link');
if (savedTheme) {
themeLink.setAttribute('href', `${savedTheme}/style2.css`); // Apply saved theme
} else {
// If no saved theme, default to style1.css
themeLink.setAttribute('href', 'themes/theme1/style2.css');
}
}
</script>
</body>
</html>