OzoneAsai commited on
Commit
536cc4d
1 Parent(s): 2bd3d1c

Update templates/portal.html

Browse files
Files changed (1) hide show
  1. templates/portal.html +7 -26
templates/portal.html CHANGED
@@ -1,4 +1,3 @@
1
- <!-- templates/portal.html -->
2
  <!DOCTYPE html>
3
  <html lang="en">
4
  <head>
@@ -11,31 +10,13 @@
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>
 
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
 
10
  <div class="sets">
11
  <h1>Flashcard Sets</h1>
12
  <ul>
13
+ <li><a href="{{ url_for('flashcards_page', set='A', index=0) }}">Set A - </a></li>
14
+ <li><a href="{{ url_for('flashcards_page', set='B', index=0) }}">Set B - </a></li>
15
+ <li><a href="{{ url_for('flashcards_page', set='C', index=0) }}">Set C - </a></li>
16
+ <li><a href="{{ url_for('flashcards_page', set='D', index=0) }}">Set D -</a></li>
17
+ <li><a href="{{ url_for('flashcards_page', set='F', index=0) }}">Set F - </a></li>
18
+ <li><a href="{{ url_for('flashcards_page', set='G', index=0) }}">Set G - </a></li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </ul>
20
  </div>
21
  </body>
22
+ </html>