Skip to content

Davelar1789/11253339_DCIT_205_IA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCIT_205_IA

LARYEA NII AYI DAVID

11253339

Introduction And Purpose of My Website

Welcome to my version of the University of Ghana computer Science department website. I basically created a branch named newest-branch and did my work there. Mainly a task and project assigned by the department, it also serves as an eye-opening experience. The website aims at displaying the computer science department to the world, so that others will be able to love and cherish the department. It provides information on the department and answers very important questions likely to be raised by others not in the department. Prospective students can also use this as a guide in registering into one of the best departments in the school.

Detailed introductions on how to clone and set up the project

Before cloning, you must ensure that you have git and VS Code fully installed and running on your machine. Now follow these steps to clone:

  1. On your github repository, copy the https
  2. In your VS code terminal, enter the following command git clone Ensure you follow the command with the https that you copied. Then click Enter.
  3. Navigate to the project directory next using this command cd Followed by your repository name
  4. You are then good to go. You can create a branch though if you like.
  5. Frequently add, commit and push to your github with the following commands

To add - git add .

To commit - git commit -m "(description)"

To push - git push origin (name of branch) 6. Your code is good then on Github.

Screenshots of each page of my website

HOME PAGE

Home Page

ABOUT US

About Us Page

COURSES PAGE

Courses Page

ACADEMICS PAGE

Academics Page

FAQ PAGE

FAQ's page

CONTACT PAGE

Contact page

FACULTY PAGE

Faculty page

NEWS AND EVENTS

News page

GALLERY PAGE

Gallery page

RESEARCH PAGE

Research page

Lessons I have Learnt From the Project

Throughout this project, I have gained valuable insights into web designing. Some notable takeaways include:

  1. I got improved proficiency in HTML and CSS.
  2. I enhanced my understanding of tags, syling and responsiveness.
  3. I overcame challenges such as adjusting sizes to fit space, creating buttons and mainly about the responsiveness.

I have learnt in summary that although difficult, web designing is a very interesting and productive part of computer science.

Conclusion

A rich experience indeed.

Thank you for exploring my Computer Science department website. If you encounter any issues or have suggestions, feel free to open an issue or submit a pull request. Your feedback is highly appreciated! Please enjoy the website, and before I forget...

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.6%
  • CSS 20.3%
  • JavaScript 1.1%