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
10 changes: 10 additions & 0 deletions .vscode/sftp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "My Server",
"host": "108.167.177.123",
"protocol": "sftp",
"port": 22,
"username": "sunnisociety",
"password": "w6tPgAfE0fwY",
"remotePath": "/",
"uploadOnSave": true
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Mohd Raza

# User Interface Project: Great Idea Web Page

Being able to create a user interface from scratch based on a design file is considered a basic necessity for front end developers. We will be building a single page website using HTML and CSS.
Expand Down Expand Up @@ -37,4 +39,4 @@ Stretch goals are not required. Complete the project objectives before working o

- [ ] Change all the image tags into background images instead

- [ ] Research CSS animations and see how you could implement some ideas when hovering over buttons or navigation items
- [ ] Research CSS animations and see how you could implement some ideas when hovering over buttons or navigation items
2 changes: 1 addition & 1 deletion great-idea-website/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ header nav {
display: inline-block;

/* stretch goals */
vertical-align: center;
vertical-align: middle;
}
header nav a {
text-decoration: none;
Expand Down