From 6a3aa732879bf280afd29480503406c952c8cd7e Mon Sep 17 00:00:00 2001 From: Jitendrayadav-eng <72145240+Jitendrayadav-eng@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:03:50 +0530 Subject: [PATCH 1/3] Rename .gitattributes to .gitattributes display the content --- .gitattributes => .gitattributes display the content | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitattributes => .gitattributes display the content (100%) diff --git a/.gitattributes b/.gitattributes display the content similarity index 100% rename from .gitattributes rename to .gitattributes display the content From 1ed4f3bf13b8c1daa967e5599daddf871da4b040 Mon Sep 17 00:00:00 2001 From: Jitendrayadav-eng <72145240+Jitendrayadav-eng@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:04:21 +0530 Subject: [PATCH 2/3] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..43b19da --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Website-Display +A program to create and display a node-based structure representing the pages on a website and the links between them From cb8e32e9905ce396eb3f05151341cc0497d4fdc8 Mon Sep 17 00:00:00 2001 From: Jitendrayadav-eng <72145240+Jitendrayadav-eng@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:10:35 +0530 Subject: [PATCH 3/3] Rename GraphDisplay/ManualNode.cs to Graph and Manual Nodes.cs --- GraphDisplay/ManualNode.cs => Graph and Manual Nodes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename GraphDisplay/ManualNode.cs => Graph and Manual Nodes.cs (99%) diff --git a/GraphDisplay/ManualNode.cs b/Graph and Manual Nodes.cs similarity index 99% rename from GraphDisplay/ManualNode.cs rename to Graph and Manual Nodes.cs index da83980..54592f4 100644 --- a/GraphDisplay/ManualNode.cs +++ b/Graph and Manual Nodes.cs @@ -73,4 +73,4 @@ protected override Pen GetTextBorderColor(bool removing, bool clicking) return result; } } -} \ No newline at end of file +}