Skip to content

Commit d834d1f

Browse files
committed
Class Activity 11 - Revision 1
1 parent c313918 commit d834d1f

14 files changed

+136
-18
lines changed

assignment_1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ <h3>Class Activity Links</h3>
169169
<a href="class_activity_8.html">Financial Webpage Replication</a> |
170170
<a href="class_activity_9.html">Weekly Planner</a> |
171171
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
172+
<a href="class_activity_11.html">Revision 1</a> |
172173

173174
<h3>Assignment Links</h3>
174175
<a href="assignment_1.html">T-Shirt Signup Form</a> |

assignment_2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ <h3>Class Activity Links</h3>
102102
<a href="class_activity_8.html">Financial Webpage Replication</a> |
103103
<a href="class_activity_9.html">Weekly Planner</a> |
104104
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
105+
<a href="class_activity_11.html">Revision 1</a> |
105106

106107
<h3>Assignment Links</h3>
107108
<a href="assignment_1.html">T-Shirt Signup Form</a> |

assignment_3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ <h3>Class Activity Links</h3>
7272
<a href="class_activity_8.html">Financial Webpage Replication</a> |
7373
<a href="class_activity_9.html">Weekly Planner</a> |
7474
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
75+
<a href="class_activity_11.html">Revision 1</a> |
7576

7677
<h3>Assignment Links</h3>
7778
<a href="assignment_1.html">T-Shirt Signup Form</a> |

class_activity_1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ <h3>Class Activity Links</h3>
2929
<a href="class_activity_8.html">Financial Webpage Replication</a> |
3030
<a href="class_activity_9.html">Weekly Planner</a> |
3131
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
32+
<a href="class_activity_11.html">Revision 1</a> |
3233

3334
<h3>Assignment Links</h3>
3435
<a href="assignment_1.html">T-Shirt Signup Form</a> |

class_activity_11.html

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Revision 1</title>
8+
<link rel="shortcut icon" href="image/html_favicon/icons8-html-color-32.png" type="image/x-icon">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
10+
11+
<style>
12+
* {
13+
box-sizing: border-box;
14+
}
15+
16+
:root {
17+
--container-color: #567CC7;
18+
--header-color: #B6BFD0;
19+
}
20+
21+
body{
22+
background-color: whitesmoke;
23+
}
24+
25+
.page-container {
26+
width: 70%;
27+
margin: 20px auto;
28+
background: white;
29+
padding: 5px 50px;
30+
font-family: 'Times New Roman', Times, serif;
31+
padding-bottom: 30px;
32+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
33+
}
34+
35+
p.no-margin{
36+
margin: -5px 0;
37+
}
38+
39+
p.margin-left{
40+
margin-left: 60px;
41+
}
42+
</style>
43+
</head>
44+
45+
<body>
46+
<h1>Revision 1: Page Replicate</h1>
47+
<p>It's revision time! 📝 In this activity, I'll be replicating a straightforward yet essential web page to hone my skills. The goal is to perfectly match the content and structure provided. Here's what the replicated page includes:</p>
48+
49+
50+
<h3>Class Activity Links</h3>
51+
<a href="index.html">Home page</a> |
52+
<a href="class_activity_1.html">Favorite Food</a> |
53+
<a href="class_activity_2.html">Login Form</a> |
54+
<a href="class_activity_3.html">Favorite Book</a> |
55+
<a href="class_activity_4.html">Feedback Form</a> |
56+
<a href="class_activity_5.html">Basic Calculator</a> |
57+
<a href="class_activity_6.html">Html Multimedia</a> |
58+
<a href="class_activity_7.html">Page Replicate</a> |
59+
<a href="class_activity_8.html">Financial Webpage Replication</a> |
60+
<a href="class_activity_9.html">Weekly Planner</a> |
61+
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
62+
<a href="class_activity_11.html">Revision 1</a> |
63+
64+
<h3>Assignment Links</h3>
65+
<a href="assignment_1.html">T-Shirt Signup Form</a> |
66+
<a href="assignment_2.html">Kaduna Electric Form</a> |
67+
<a href="assignment_3.html">Cable TV Packages</a> |
68+
69+
<h3>Project Preview Links</h3>
70+
<a href="https://deliciousbytes.vercel.app/" target="_blank">Delicious Bytes Food Menu</a> |
71+
72+
<div class="page-container">
73+
<h1>First Web Page</h1>
74+
<p>Kindly do exactly what you see as it would affect you score <br> Whether it is your first webpage in life or
75+
not, use the heading above it wont't bite..</p>
76+
<h2>H2 Heading</h2>
77+
<p>As a best practice, your webpage should have just one <br><br>element</p>
78+
<h3>h3 Heading</h3>
79+
<p>This test is too simple to fail <br>It is simply a test of how much you have been following the course.</p>
80+
<p>Thanks.. Wait.. <br>You will have to upload this project to github .. Yea.</p>
81+
<h4>H4 Heading</h4>
82+
<p>Use the file structure that will be shown here below</p>
83+
<p class="no-margin"><code>&colon;&colon;&colon;first_webpage&colon;&colon;&colon;</code></p>
84+
<p class="no-margin margin-left">&vert;</p>
85+
<p class="no-margin margin-left"><strong>&dash;&dash;&dash;&dash;&dash;&dash;&dash;&dash;&nbsp;&nbsp;&colon;&colon;&colon;</strong>index.html<strong>&colon;&colon;&colon;</strong></p>
86+
<p class="no-margin margin-left">&vert;</p>
87+
<p class="no-margin margin-left"><strong>&dash;&dash;&dash;&dash;&dash;&dash;&dash;&dash;&nbsp;&nbsp;&colon;&colon;&colon;</strong>style.css<strong>&colon;&colon;&colon;</strong></p>
88+
<p class="no-margin margin-left">&vert;</p>
89+
<p class="no-margin margin-left"><strong>&dash;&dash;&dash;&dash;&dash;&dash;&dash;&dash;&nbsp;&nbsp;&colon;&colon;&colon;</strong>script.js<strong>&colon;&colon;&colon;</strong></p>
90+
</div>
91+
</body>
92+
93+
</html>

class_activity_2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ <h3>Class Activity Links</h3>
2929
<a href="class_activity_8.html">Financial Webpage Replication</a> |
3030
<a href="class_activity_9.html">Weekly Planner</a> |
3131
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
32+
<a href="class_activity_11.html">Revision 1</a> |
3233

3334
<h3>Assignment Links</h3>
3435
<a href="assignment_1.html">T-Shirt Signup Form</a> |

class_activity_3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ <h3>Class Activity Links</h3>
5252
<a href="class_activity_8.html">Financial Webpage Replication</a> |
5353
<a href="class_activity_9.html">Weekly Planner</a> |
5454
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
55+
<a href="class_activity_11.html">Revision 1</a> |
5556

5657
<h3>Assignment Links</h3>
5758
<a href="assignment_1.html">T-Shirt Signup Form</a> |

class_activity_4.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ <h3>Class Activity Links</h3>
4040
<a href="class_activity_8.html">Financial Webpage Replication</a> |
4141
<a href="class_activity_9.html">Weekly Planner</a> |
4242
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
43+
<a href="class_activity_11.html">Revision 1</a> |
4344

4445
<h3>Assignment Links</h3>
4546
<a href="assignment_1.html">T-Shirt Signup Form</a> |

class_activity_5.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ <h3>Class Activity Links</h3>
2929
<a href="class_activity_8.html">Financial Webpage Replication</a> |
3030
<a href="class_activity_9.html">Weekly Planner</a> |
3131
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
32+
<a href="class_activity_11.html">Revision 1</a> |
3233

3334
<h3>Assignment Links</h3>
3435
<a href="assignment_1.html">T-Shirt Signup Form</a> |

class_activity_6.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ <h3>Class Activity Links</h3>
2828
<a href="class_activity_8.html">Financial Webpage Replication</a> |
2929
<a href="class_activity_9.html">Weekly Planner</a> |
3030
<a href="class_activity_10.html">Weekly Classroom Schedule</a> |
31+
<a href="class_activity_11.html">Revision 1</a> |
3132

3233
<h3>Assignment Links</h3>
3334
<a href="assignment_1.html">T-Shirt Signup Form</a> |

0 commit comments

Comments
 (0)