Spaces:
Sleeping
Sleeping
Update templates/portal.html
Browse files- templates/portal.html +25 -7
templates/portal.html
CHANGED
@@ -11,13 +11,31 @@
|
|
11 |
<div class="sets">
|
12 |
<h1>Flashcard Sets</h1>
|
13 |
<ul>
|
14 |
-
<li
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
<li
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
</ul>
|
21 |
</div>
|
22 |
</body>
|
23 |
-
</html>
|
|
|
11 |
<div class="sets">
|
12 |
<h1>Flashcard Sets</h1>
|
13 |
<ul>
|
14 |
+
<li>
|
15 |
+
<a href="{{ url_for('flashcards_page', set='A', index=0) }}">Set A - Plastics</a>
|
16 |
+
<p>Dive into the world of plastics with this comprehensive flashcard set. Explore various types of plastics, their chemical properties, manufacturing processes, and applications across different industries...</p>
|
17 |
+
</li>
|
18 |
+
<li>
|
19 |
+
<a href="{{ url_for('flashcards_page', set='B', index=0) }}">Set B - Renewable Energy</a>
|
20 |
+
<p>Unlock the fundamentals of renewable energy through this informative flashcard set. Covering key topics such as solar, wind, hydro, geothermal, and biomass energy sources...</p>
|
21 |
+
</li>
|
22 |
+
<li>
|
23 |
+
<a href="{{ url_for('flashcards_page', set='C', index=0) }}">Set C - Report Writing</a>
|
24 |
+
<p>Enhance your report writing skills with this targeted flashcard set. Learn the essential components of effective reports, including structure, clarity, coherence, and persuasive techniques...</p>
|
25 |
+
</li>
|
26 |
+
<li>
|
27 |
+
<a href="{{ url_for('flashcards_page', set='D', index=0) }}">Set D - Climate Change</a>
|
28 |
+
<p>Understand the critical issues surrounding climate change with this detailed flashcard set. Topics include the science behind global warming, greenhouse gas emissions, impacts on ecosystems...</p>
|
29 |
+
</li>
|
30 |
+
<li>
|
31 |
+
<a href="{{ url_for('flashcards_page', set='F', index=0) }}">Set F - Coding Best Practices</a>
|
32 |
+
<p>Master the art of writing clean, efficient, and maintainable code with this comprehensive flashcard set on coding best practices. Topics covered include coding standards, debugging techniques...</p>
|
33 |
+
</li>
|
34 |
+
<li>
|
35 |
+
<a href="{{ url_for('flashcards_page', set='G', index=0) }}">Set G - Science and Technology Education</a>
|
36 |
+
<p>Explore innovative approaches to teaching and learning in the fields of science and technology with this insightful flashcard set. Covering educational theories, instructional strategies...</p>
|
37 |
+
</li>
|
38 |
</ul>
|
39 |
</div>
|
40 |
</body>
|
41 |
+
</html>
|