blob: d13b0991feb63834eb85fa1215ce119335fc058f (
plain) (
blame)
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
|
---
layout: default
title: About
description: Things about me.
---
<center>
<h1>Contact Me</h1>
<p><b>Email Address: {{ site.email }}</b></p>
<h1>My Computer Specs</h1>
<table class="pcpp-part-list table white-text">
<thead>
<tr>
<th>Type</th>
<th>Item</th>
</tr>
</thead>
<tbody>
<tr>
<td class="pcpp-part-list-type">CPU</td>
<td class="pcpp-part-list-item">AMD - Ryzen 3 2200G 3.5 GHz Quad-Core Processor</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td class="pcpp-part-list-type">CPU Cooler</td>
<td class="pcpp-part-list-item">Cooler Master - Hyper T2 54.8 CFM Sleeve Bearing CPU Cooler</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td class="pcpp-part-list-type">Motherboard</td>
<td class="pcpp-part-list-item">ASRock - B450M-HDV Micro ATX AM4 Motherboard</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td class="pcpp-part-list-type">Memory</td>
<td class="pcpp-part-list-item">Corsair - Vengeance LPX 8 GB (1 x 8 GB) DDR4-2400 Memory</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td class="pcpp-part-list-type">Case</td>
<td class="pcpp-part-list-item">Rosewill - FBM-X1 MicroATX Mini Tower Case</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td class="pcpp-part-list-type">Power Supply</td>
<td class="pcpp-part-list-item">EVGA - 500 W 80+ Certified ATX Power Supply</td>
</tr>
<tr>
<td></td>
</tr>
</tbody>
</table>
</center>
|