-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (62 loc) · 3.7 KB
/
Copy pathindex.html
File metadata and controls
75 lines (62 loc) · 3.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Immune System</title>
<link rel="stylesheet" href="styles.css">
<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=Aldrich&family=Black+Ops+One&family=Story+Script&display=swap" rel="stylesheet">
</head>
<body>
<div class="dashboard-grid">
<div class="ui-link-box center-title-box">
<div class="main-title">
<div class="default-view-title">
<h1>The Immune System</h1>
</div>
<div class="hover-view-title">
<p>This is an incomplete overview of the Immunology topics in A-level Biology, making reference to Janeway's Immunobiology 10th edition. This document is a compilation and synthesis of existing publicly available online sources. No primary research, surveys, or original experiments were conducted for this compilation. All data and insights are attributed to their respective original sources.</p>
</div>
<h2 class="subtitle">Based on H2 - H3 Biology and Janeway's Immunobiology (click on each UI for more information!)</h2>
</div>
</div>
<a href="contact.html" target="_blank" rel="noopener noreferrer" class="ui-link-box skibidi-box">
<span class="normal-text">Contact</span>
<span class="hover-text">+65 80793858 <br> fengjixin531@gmail.com ehee <br> Class 2-02, NYGH B28 (click me!)</span>
</a>
<a href="documents/h3_bio.pdf" target="_blank" rel="noopener noreferrer" class="ui-link-box skibidi-box">
<span class="normal-text">The H3 Biology Curriculum</span>
<span class="hover-text">H3 Biology is an advanced, university-level GCE A-Level subject in Singapore designed to stretch high-ability students. Building on H2 Biology, it focuses on self-directed learning and real-world scientific applications. (pdf source: Library - grail.moe "H3 Biology 2025 Notes" by zc000, 2025</span>
</a>
<a href="documents/Glycoproteins (1).pdf" target="_blank" rel="noopener noreferrer" class="ui-link-box redirect-box">
<span class="normal-text">Glycosylation (Protein Modification)</span>
<span class="hover-text">Click to View PDF Document</span>
</a>
<a href="documents/Glycoproteins_2.pdf" target="_blank" rel="noopener noreferrer" class="ui-link-box redirect-box">
<span class="normal-text">Glycoprotein half-life (enrichment)</span>
<span class="hover-text">Click to View PDF Document</span>
</a>
<a href="documents/Vertebrate_Immune_Cells.pdf" target="_blank" rel="noopener noreferrer" class="ui-link-box redirect-box">
<span class="normal-text">Vertebrate Immune cells</span>
<span class="hover-text">Click to View Content</span>
</a>
<a href="documents/Lines_of_barriers_against_pathogens.pdf" target="_blank" rel="noopener noreferrer" class="ui-link-box redirect-box">
<span class="normal-text">Lines of barriers against pathogens</span>
<span class="hover-text">Click to View Content</span>
</a>
<a href="cell-mediated.html" target="_blank" rel="noopener noreferrer" class="ui-link-box redirect-box">
<span class="normal-text">Cell-mediated Immunity</span>
<span class="hover-text">Click to View Content</span>
</a>
<a href="myeloid-lineage.html" target="_blank" rel="noopener noreferrer" class="ui-link-box redirect-box">
<span class="normal-text">The Myeloid Lineage</span>
<span class="hover-text">Click to View Content</span>
</a>
<a href="documents/Vertebrate_Immune_Cells.pdf" target="_blank" rel="noopener noreferrer" class="ui-link-box redirect-box">
<span class="normal-text">The Lymphoid Lineage</span>
<span class="hover-text">Click to View Conten</span>
</a>
</div>
</body>
</html>