-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgps1.1.html
58 lines (49 loc) · 1.52 KB
/
gps1.1.html
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
<!--
Write your names here:
1. Krystyna Ewing
2. Aurelio Garcia
-->
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="p0_gps1.1.css">
<title>Title Here</title>
<style>
</style>
</head>
<body>
<div id="header" class="border">
<h1>How to Pair Program</h1>
</div>
<div id="section" class ="border">
<h3>What Is Pair Programming?</h3>
<ul>
<li>Working together to find a solution to coding issues</li>
<li>The ability to work remotely with others</li>
<p><img src="http://upload.wikimedia.org/wikipedia/commons/b/bf/Pair_Programming_at_Chitika.JPG" class ="small" /> </p>
</ul>
</div>
<div id="section" class = "border">
<h3>What To Do.</h3>
<ul>
<li>Link up online</li>
<li>Check in</li>
<li>Discuss the work or any issues</li>
<li>Start doing the work</li>
<p><img src="http://www.specialeyes.co.nz/wp-content/uploads/2013/08/effective-internet-marketing.jpg" class ="small" /></p>
</ul>
</div>
<div id="section" class = "border">
<h3>Why Do It?</h3>
<ul>
<li>It's effective</li>
<li>Things are done quicker</li>
<li>Raises productivity so that not just one person is trying to solve a problem</li>
<p><img src="http://wellnessresourcepartnersaz.com/wp-content/uploads/2013/09/Productivity.jpg" class ="small" /></p>
</ul>
</div>
<div id ="sidebar" class = "border" >
<p>Krstyna Ewing, Aurelio Isidro Garcia </p>
</div>
</body>
</html>