Skip to content
Snippets Groups Projects
Verified Commit 789ec049 authored by TTtie's avatar TTtie
Browse files

Add my Gentoo file storage

parent 5b12ea66
No related branches found
No related tags found
No related merge requests found
......@@ -40,14 +40,16 @@
<b>GPU:</b> <%= device.gpu %>
</li>
<% } %>
<% if (device.display) { %>
<li>
<span class="icon"><i class="fas fa-tv"></i></span>
<b>Display:</b> <%= device.display %>
</li>
<% } %>
</ul>
</div>
</div>
<% } %>
</div>
</div>
</section>
\ No newline at end of file
</section>
......@@ -6,11 +6,20 @@
"cpu": "Intel Core i3-3240 (dual-core)",
"ram": "8 GB, DDR3-1333",
"space": "500 GB Samsung 860 EVO, 1 TB WD Blue",
"os": "Dual-boot Windows 10 and Arch Linux",
"os": "Dual-boot Windows 10 and Arch GNU/Linux",
"osIcon": "fas fa-desktop",
"gpu": "NVIDIA GeForce GT 640 (2 GB RAM)",
"display": "Philips 276E 27\", 1920x1080"
},
{
"name": "The older computer",
"icon": "fas fa-hdd",
"cpu": "Pentium E5400 (dual-core)",
"ram": "2 GB, DDR2",
"space": "1 TB WD Blue",
"os": "Gentoo GNU/Linux",
"osIcon": "fas fa-desktop"
},
{
"name": "Galaxy A51",
"icon": "fas fa-mobile",
......@@ -35,4 +44,4 @@
}
],
"pageTitle": "Devices"
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment