diff --git a/project1/audio/Successful_Startup.mp3 b/project1/audio/Successful_Startup.mp3 new file mode 100644 index 0000000..06a6ab4 Binary files /dev/null and b/project1/audio/Successful_Startup.mp3 differ diff --git a/project1/default.html b/project1/default.html new file mode 100644 index 0000000..cc92b54 --- /dev/null +++ b/project1/default.html @@ -0,0 +1,34 @@ + + + + + Web Project 1 + + + + +
+

Computer Building

+
+ + +
+ Finished Example +

Introduction

+
+

There are many reasons why you might want to build your own computer. One might be that you want to save some money for get the most bang for your buck. Another reason is that you plan on using you computer very often and want something more tailored to you. Either way building a computer can be very beneficial not only for the reasons above but also to get a greater understanding of computers and the components that are within. Either way this general guide with help you to gain a far better understanding of how computers work and what you need to do to build one.

+ +

The topics I will be going over include the components of a computer on page one and how those can affect the computer itself and things you need to be careful of including common mistakes. On the second page for actually putting it together I give the reader some resources they can use to learn and some helpful tips for that. Additionally, there is a video on page two that goes over the important aspects of building a computer On the final page I go over what comes after the computer and things that are related to computers that can improve your experience.

+
+
+ + + + + diff --git a/project1/images/StockComp.jpg b/project1/images/StockComp.jpg new file mode 100644 index 0000000..3139a7c Binary files /dev/null and b/project1/images/StockComp.jpg differ diff --git a/project1/images/cpu1.jpg b/project1/images/cpu1.jpg new file mode 100644 index 0000000..7a603e6 Binary files /dev/null and b/project1/images/cpu1.jpg differ diff --git a/project1/images/gpu1.jpg b/project1/images/gpu1.jpg new file mode 100644 index 0000000..3a33ac0 Binary files /dev/null and b/project1/images/gpu1.jpg differ diff --git a/project1/images/harddrive1.jpg b/project1/images/harddrive1.jpg new file mode 100644 index 0000000..867f585 Binary files /dev/null and b/project1/images/harddrive1.jpg differ diff --git a/project1/images/motherboard1.jpg b/project1/images/motherboard1.jpg new file mode 100644 index 0000000..0c6edf4 Binary files /dev/null and b/project1/images/motherboard1.jpg differ diff --git a/project1/page1.html b/project1/page1.html new file mode 100644 index 0000000..8af7e3c --- /dev/null +++ b/project1/page1.html @@ -0,0 +1,53 @@ + + + + + Components (Sight) + + + +
+

Components

+
+ + + +
+

Contents

+

There are many components that go into a computer such as GPU, CPU, RAM, and motherboards to name a few. Each of these components has an important role to play. CPU and GPU being the most expensive components but also the ones that mainly determine how fast a computer can run There are other secondary components that can affect speed such as having a Harddrive versus an SSD because an SSD is much faster. Its also important to note not that many other components are still very important such as Motherboards and RAM as without a enough RAM or a good motherboard the system can bottleneck causing drops in performance.

+
+ + + + + + + + + + + + + + + + + +
Cpu ExampleGpu Example
Example CpuExample Gpu
Harddrive ExampleMotherboard Example
Example HarddriveExample Motherboard
+
+

Continuing on there are other components that can also cause problems is not properly vetted such as Power Supply. If you don't get a high enough wattage Power Supply then your components simply wont have enough power to run properly. Another component is the cooler as some CPUs can be overclocked to increase speed and without a good enough Cooler the computer may overheat and shutdown. Additionally, you have to consider what your putting all the components into as without a large enough case you won't be able to even put the thing together in the first place. All of these components and more are an essential part in designing the best computer for you.

+ +
+ + + + + \ No newline at end of file diff --git a/project1/page2.html b/project1/page2.html new file mode 100644 index 0000000..6c539d2 --- /dev/null +++ b/project1/page2.html @@ -0,0 +1,29 @@ + + + + + Building (Motion) + + + +
+

Building

+
+ + +
+

Resources

+

Getting down to actually picking out, buying, and building the computer there are many resources for you to use. One very important resource to take note of is Pcpartpicker This site gives easy assess to tons of information for you to use. It allows know any problems in incompatibility for the parts you picked out and lets you see a price breakdown of the parts you've picked out so far and the total. Additionally, this site breaks down price via retailer so you know who is offering the best price. For someone who knows nothing about computers this is a great place to start.

+

Continuing on information about how to specifically put together each part can be learned in multiple ways. One way is to use the manual that the computer parts come with another is to watch the video example below. Even just googling what component does what and what each of the specifications mean on each components can teach you a rather large amount of information. It is always recommended to research thoroughly before going through with a purchase to ensure that you don't have to spend time sending parts back, which is why the least recommend way of learning how to build a pc is through the manuals they come with as you should large have an idea of what your doing before committing to a purchase. Although, once you have gone through with a purchase that doesn't mean you shouldn't go through the manual if you get a little lost.

+

Video Example

+

+
+ + + + + \ No newline at end of file diff --git a/project1/page3.html b/project1/page3.html new file mode 100644 index 0000000..bc1c41b --- /dev/null +++ b/project1/page3.html @@ -0,0 +1,34 @@ + + + + + Startup (Sound) + + + +
+

Startup

+
+ + + +
+

Final Steps

+
+
What your looking to hear after pressing the power button.
+ +

After you've put together your computer and confirmed it works and all components are properly in place there are only a few final steps to complete. You need to buy a cd key for the windows Operating System of your preference, or if you prefer Linux, that is free to download. so after booting up your Operating System from a Flashdrive or a disk there are only a few steps remaining. First you need to update any drives for your computers GPU primarily and any others that are also available. You need to get an anti-virus software, a password, and of course a new background picture.

+

This concludes my guide from building a computer of course there were somethings that I didn't cover that can modify your experience when using a computer drastically, such as headphones, DAC, AMPs, and multiple monitor setups to name a few things that can enhance your experience when using a computer. Naturally of course you can't forget a good chair and desk.

+
+ + + + + \ No newline at end of file diff --git a/project1/style.css b/project1/style.css new file mode 100644 index 0000000..d156e8a --- /dev/null +++ b/project1/style.css @@ -0,0 +1,5 @@ +.center{ + display: block; + margin-left: auto; + margin-right: auto; +} \ No newline at end of file