Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html-css #14

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
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
2 changes: 2 additions & 0 deletions git/week1/add_cities/cities.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
kathmandu
copenhagen
1 change: 1 addition & 0 deletions git/week1/class_playground/apples_files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello Apple World This is the Apple text
1 change: 1 addition & 0 deletions git/week1/class_playground/bananas_file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello Bananas World This is the Bananas text
4 changes: 4 additions & 0 deletions git/week1/class_playground/colors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
purple
green
red
yellow
3 changes: 3 additions & 0 deletions git/week1/class_playground/my_homework.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
this is my hw section for learning git

hw updating git home work for excercise purpose
1 change: 1 addition & 0 deletions git/week1/class_playground/oranges_files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello Orange World This is the Orange text
2 changes: 2 additions & 0 deletions git/week1/countires/countires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nepal
denmark
3 changes: 3 additions & 0 deletions git/week1/countries.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Nepal
Denmark
Europe
11 changes: 11 additions & 0 deletions git/week1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>

</body>
</html>
2 changes: 2 additions & 0 deletions git/week1/movies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ironman
avengers
2 changes: 2 additions & 0 deletions git/week1/my_favorite_food.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Momo
DalBhat
2 changes: 2 additions & 0 deletions git/week1/my_second_favorite_food.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Keema Noodles
chatpate
Loading