Club Activities
Development
Trending Topics
@@ -334,4 +334,4 @@
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c7346ae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +v1/node_modules diff --git a/README.md b/README.md index 098460c..18b1490 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ Discussion Forum +there are four type of forum +1.coding +2.club +3.development +4.academic +anyone can ask question and anyone can answer after login/register.without registered they can only see question/answer. + + +for testing you have to install mongodb and node. +make local server and test it. diff --git a/hncc/index.html b/hncc/index.html index 3411f92..1e22ae7 100644 --- a/hncc/index.html +++ b/hncc/index.html @@ -20,10 +20,10 @@ #star{ color:#17a2b8; } - + #content{ box-shadow: 0 0 3px rgba(0,0,0,0.4); - + } #content:hover { @@ -37,10 +37,10 @@ #work-icon{ font-size: 3em; } - - + + #content{ margin-bottom: 15px; } @@ -67,7 +67,7 @@