forked from Nana-king-netizen/Dummy_LMS_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added a few more features to some pages
- Loading branch information
Eunice Dickson
committed
Nov 28, 2023
1 parent
fba07d1
commit e716bac
Showing
14 changed files
with
450 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"extends": [ | ||
"development" | ||
], | ||
"hints": { | ||
"axe/structure": [ | ||
"default", | ||
{ | ||
"list": "off" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# DCIT_205_IA | ||
|
||
## Introduction | ||
|
||
This project is my DCIT205 IA which is to create a simple 10-page website that is user-friendly and navigable. My project was mainly based on HTML and CSS with a little JavaScript. The website is a very basic one which I intend on improving overtime as I improve my skills. The website allows users to view details about the Computer Science department of the University of Ghana, reach out to the department as well as receive updates from the department. | ||
|
||
### Cloning and Setting Up the Project | ||
|
||
You begin by forking the repository created for the project; <https://github.com/Daquiver1/DCIT_205_IA> | ||
|
||
To clone this project, you can use the following command: | ||
First to the desired directory where they'll be working | ||
cd studentid_DCIT205 | ||
git clone <https://github.com/Daquiver1/DCIT_205_IA> | ||
|
||
Constantly commit the changes made to the project to allow the TA to track your progress over time. This can be done with the following commands; | ||
git commit -m "Brief description of the changes made to the files" | ||
|
||
### Student Details | ||
|
||
NAME: Eunice Dickson | ||
STUDENT ID: 11015648 | ||
|
||
### Screenshots of the Webpages | ||
|
||
|
||
|
||
### What I Have Learned From The Project | ||
|
||
Working on this project has allowed me to properly understand Git and GitHub to begin with and also apply my understanding of it in the project. Also, this project has allowed me learn how to debug and fix problems. I have learned to structure my code well and also do research to be able to perform certain tasks. I have been able to revise and improve my knowledge of HTML and CSS during the entire process of working on this project. I have also learnt to reach out to other people for help when I face certain peculiar challenges. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.