Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions Group_4.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html>
<head>
<a href="Screenshoot/Screenshoot.png">Screenshot</a>
<style>
table {
width: 70%;
height: 40%;
margin: 0 auto;
border-collapse: collapse;
}
th, td{
border: 2px solid black;
text-align: center;
padding: 5px;
}
</style>
</head>
<body>
<table>



<th colspan="4">Purchased Equipment</th>
</tr>
<tr>
<td rowspan="3"; style="text-align: left";>Item No.</td>
<td style="text-align: left";>Item Image</td>
<td style="text-align: left";>Description </td>

<td rowspan="3"; style="text-align: right";>Price</td>
</tr>
<tr></tr>
<tr></tr>
<tr>
<td style="text-align: left";></td>
<td style="text-align: left";></td>
<td style="text-align: left";>shipping</td>
<td style="text-align: right";>Expenses</td>

</tr>
<tr>
<td style="text-align: left";></td>
<td style="text-align: left";></td>
<td style="text-align: left";>IBM</td>
<td style="text-align: right";>400&dollar;</td>

</tr>
<tr>
<td >1</td>
<td style="text-align: left";><img src="pc.png" alt="pc.png"></td>
<td style="text-align: left";>Shipping</td>
<td style="text-align: right";>40&dollar;</td>

</tr>
</tr>
<th rowspan="4" colspan="3"; style="text-align: center";>Total cost</th>
<td style="text-align: right";>440&dollar;</td>
</tr>
</tr>

</table>
</body>
</html>
76 changes: 38 additions & 38 deletions instructions.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
To get started, please follow the below instructions very carefully.

This activity has been group into two (2) Sections.
The first activity is supposed to be done in groups
and the second activity should be done individually.

Please make sure to follow every bit of instructions given carefully,
Failure to follow the given instructions will be at your own detriment.

Activity 1 (Should be Done in Groups)
1.Create a github account (Group Leaders Account should be used for this activity)
2.Search for a repository with the name SE_Webtech
3.Fork the repository to the Group Leader's Github Account.
4.Clone the forked repository to your local machine.
5.Identify your class and Group from the Appropriate Directory(Folder) ex. Regular/300 A/Group 1
6.In Groups, Answer the questions that corresponds to your group number
7.Take a screenshot of your solution and paste into the ScreenShoot folder located in your group directory.
8.In your source code, add a link with title "ScreenShoot" which shows the screenshot image when clicked
9.Save your source file as GROUP_NAME.html example Group_A.html inside the SourceCode directory
10.Create a new feature branch with name Category_Class_Group_Name
use this command: git branch -b Regular_300A_Group_1
11.Commit your changes and push the new feature branch to your forked repository on GitHub.
12.Create a pull request to submit your changes for review and assessment.


Activity 2 (Should be Done individually )
1.Create a github account
2.Search for a repository with the name SE_Webtech
3.Fork the repository to the Group Leader's Github Account.
4.Clone the forked repository to your local machine.
5.Identify your class and Group from the Appropriate Directory(Folder) ex. Regular/300 A/Group 1
6.In the file with title "group_title.html", update the source code to include your Index Number,Full Name, Email and Phone Number.
7.Create a new feature branch with name Category_IndexNumber_Class_Group_Name
use this command: git branch -b Regular_51000000000_300A_Group_1
8.Commit your changes and push the new feature branch to your forked repository on GitHub.
9.Create a pull request to submit your changes for review.

Thank You,
To get started, please follow the below instructions very carefully.
This activity has been group into two (2) Sections.
The first activity is supposed to be done in groups
and the second activity should be done individually.
Please make sure to follow every bit of instructions given carefully,
Failure to follow the given instructions will be at your own detriment.
Activity 1 (Should be Done in Groups)
1.Create a github account (Group Leaders Account should be used for this activity)
2.Search for a repository with the name SE_Webtech
3.Fork the repository to the Group Leader's Github Account.
4.Clone the forked repository to your local machine.
5.Identify your class and Group from the Appropriate Directory(Folder) ex. Regular/300 A/Group 1
6.In Groups, Answer the questions that corresponds to your group number
7.Take a screenshot of your solution and paste into the ScreenShoot folder located in your group directory.
8.In your source code, add a link with title "ScreenShoot" which shows the screenshot image when clicked
9.Save your source file as GROUP_NAME.html example Group_A.html inside the SourceCode directory
10.Create a new feature branch with name Category_Class_Group_Name
use this command: git branch -b Regular_300A_Group_1
11.Commit your changes and push the new feature branch to your forked repository on GitHub.
12.Create a pull request to submit your changes for review and assessment.
Activity 2 (Should be Done individually )
1.Create a github account
2.Search for a repository with the name SE_Webtech
3.Fork the repository to the Group Leader's Github Account.
4.Clone the forked repository to your local machine.
5.Identify your class and Group from the Appropriate Directory(Folder) ex. Regular/300 A/Group 1
6.In the file with title "group_title.html", update the source code to include your Index Number,Full Name, Email and Phone Number.
7.Create a new feature branch with name Category_IndexNumber_Class_Group_Name
use this command: git branch -b Regular_51000000000_300A_Group_1
8.Commit your changes and push the new feature branch to your forked repository on GitHub.
9.Create a pull request to submit your changes for review.
Thank You,
Wishing you the best of Luck
Binary file added pc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.