diff --git a/_data/user_manuals.json b/_data/user_manuals.json
new file mode 100644
index 0000000..5e71146
--- /dev/null
+++ b/_data/user_manuals.json
@@ -0,0 +1,70 @@
+{
+ "MakerSpace Lab": {
+ "link": "/equipment/user-manuals/makerspace/",
+ "manuals": [
+ {
+ "title": "Tenma Oscilloscope",
+ "description": "300MHz Dual Trace Analog Oscilloscope",
+ "thumb": "#",
+ "urls": [
+ {
+ "title": "User Manual",
+ "link": "https://drive.google.com/file/d/1JKNHXBG50qj1F-vPREiIU1kXxbLWxEI2/view?usp=drive_link"
+ },
+ {
+ "title": "Specifications",
+ "link": "https://drive.google.com/file/d/1AQqXA7QY8HpiNYhCzNvcbh03F4CQw-LK/view?usp=drive_link"
+ }
+ ]
+ },
+ {
+ "title": "Tenma Switch Mode Bench PSU",
+ "description": "Model: 72-8340A",
+ "thumb": "#",
+ "urls": [
+ {
+ "title": "Instruction Manual",
+ "link": "https://drive.google.com/file/d/14CYosU7cW6OjB4a8aPQPyk1B8akS0LO9/view?usp=drive_link"
+ },
+ {
+ "title": "Technical Specifications",
+ "link": "https://drive.google.com/file/d/1_hm-3SsrTo942theigiY6NXCzd3oNfVg/view?usp=drive_link"
+ },
+
+ {
+ "title": "Calibration Report",
+ "link": "https://drive.google.com/file/d/1sgSTi2DkcCs8B3hinTzdItZ7zdaPZOkM/view?usp=drive_link"
+ }
+ ]
+ },
+ {
+ "title": "PRECISION Signal Generator",
+ "description": "Dual Channel Function/Arbitrary Waveform Generators",
+ "thumb": "#",
+ "urls": [
+ {
+ "title": "User Manual",
+ "link": "https://drive.google.com/file/d/1EAHecuojuF1Dx8ERHdJFpNt0p-XSyN5K/view?usp=drive_link"
+ },
+ {
+ "title": "Data Sheet",
+ "link": "https://drive.google.com/file/d/1LMritF-CZvWq4qAKnP_Q-pPDK-W14uBF/view?usp=drive_link"
+ },
+ {
+ "title": "Programming Manual",
+ "link": "https://drive.google.com/file/d/1Lsx487LB7YEMNaai4D6P1EiQiX-bw2fb/view?usp=drive_link"
+ }
+
+ ]
+ }
+ ]
+ },
+ "Electronics Lab": {
+ "link": "/equipment/user-manuals/electronics-lab",
+ "manuals": []
+ },
+ "Networking Lab": {
+ "link": "/equipment/user-manuals/network-lab",
+ "manuals": []
+ }
+}
\ No newline at end of file
diff --git a/_layouts/QA_page.html b/_layouts/QA_page.html
index c685bed..001f801 100644
--- a/_layouts/QA_page.html
+++ b/_layouts/QA_page.html
@@ -3,35 +3,42 @@
---
{% assign content_ = content | replace: '
' %}
+ {% assign content_ = content_ | replace: '
' %}
{% assign content_ = content_ | replace: '
-
{{ page.title }}
-
+ {{ page.title }}
+
User Manuals
+
+ {%- assign manuals = site.data.user_manuals -%}
+ {%- for m in manuals -%}
+
+
@@ -13,6 +24,7 @@