Skip to content

Commit

Permalink
../source/assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kevshin2002 committed Feb 5, 2024
1 parent 02a7869 commit 0e4b785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Backend/Servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ On the hardware side, a web server is a computer that stores web server software

When referring to a computer as a web server you may think of a computer like your laptop or PC at home and yes these are computers that can serve as web servers like shown in image 1. Web servers can be run on any computing device that is able to run the web server software. Web servers are also commonly run on computers specifically designed to serve the purpose as a server which are called rack servers that are encased in a large cabinet like shown in image 2.

![Image of desktop computer](../assets/images/desktop-Image.jpg) ![Image of server rack](../assets/images/server-rack-image.png)
![Image of desktop computer](../../assets/images/desktop-Image.jpg) ![Image of server rack](../assets/images/server-rack-image.png)

**Software:**
On the software side, a web server includes several parts that control how web users access the hosted files on the server. At a minimum this is an HTTP server. An HTTP server is software that understands URLs (web addresses) and HTTP(Hypertext Transfer Protocol). The HTTP server can be accessed through the domain names of the websites it stores, and it delivers the content of these hosted websites to the user’s end.
Expand Down
2 changes: 1 addition & 1 deletion source/Design/User Interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Providing intuitive feedback on errors helps users correct mistakes easily, impr
#### 👥 **Testing with Real Users**
User testing with a diverse group provides insights into accessibility and usability challenges, leading to digital products that are genuinely inclusive.

![UI Image](../../assets/images/UI.png)
![UI Image](../source/assets/images/UI.png)


These are the most basic of them all. If you want to explore, you can learn more at [apple's guideline](https://developer.apple.com/design/human-interface-guidelines).
Expand Down

0 comments on commit 0e4b785

Please sign in to comment.