forked from dindotjs/We-are-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjosh.html
More file actions
52 lines (46 loc) · 1.95 KB
/
josh.html
File metadata and controls
52 lines (46 loc) · 1.95 KB
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
<!DOCTYPE html>
<head>
<title>Technology in Business</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link rel="stylesheet" href="styling.css">
</head>
<body>
<div class="list-group list-group-horizontal">
<a href="index.html" alt="other" class="list-group-item list-group-item-action">Back to Home</a>
<a href="https://www.linkedin.com/in/joshua-brown-2b95b2318/" class="list-group-item list-group-item-action">LinkedIn</a>
<a href="https://github.com/brownjoshua97-maker" class="list-group-item list-group-item-action">GitHub</a>
</div>
<br>
<div class="jumbotron text-center">
<h1>How computing affects businesses</h1>
</div>
<br>
<br>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-sm-4">
<img src="link/josh3.jpg" height = 200px alt="picture">
<br>
<h3>Improved Efficiency</h3>
<br>
<p>Computer science improves business efficiency through automation of repetitive tasks, enhanced data management and analysis, streamlined communication and collaboration, and advanced tools for customer interaction and sales</p>
</div>
<div class="col-sm-4">
<img src="link/josh2.jpg" height = 200px alt="picture">
<br>
<h3>Scalability</h3>
<br>
<p>Allow small componies to be seen globally thorugh the use of websites. Also it allows for a company to expand easily by increasing storge capacity etc</p>
</div>
<div class="col-sm-4">
<img src="link/josh1.jpg" height = 200px alt="picture">
<br>
<h3>Remote Working Capabilities</h3>
<br>
<p>Can use cloud computing, which provides internet-based access to applications and data from any location, allowing for employees to work from around the world</p>
</div>
</div>
</div>
</body>