Our Contributors
++ + +
+ +
diff --git a/.gitignore b/.gitignore index 2752eb9..0711461 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ .DS_Store +ngrok diff --git a/views/assets/css/custom.css b/views/assets/css/custom.css index a73fefc..d4ddd9a 100644 --- a/views/assets/css/custom.css +++ b/views/assets/css/custom.css @@ -265,6 +265,37 @@ ul { left: 0!important; } +#contributors{ + margin-top: 30px; + margin-left: 10px; + margin-right: 10px; +} + +#contributors .g-mb-50{ + margin-bottom: 2px!important; +} + +#contributors .g-mb-25{ + margin-bottom: 0px!important; +} + +#contributors p{ + text-align: center; + font-size: 14px; +} + +#contributors img{ + border-radius: 50%; +} + +#contributrs .col-xs-1{ + width: 11.333333%; +} + +.hr-style{ + margin-top: 50px!important; +} + @media (max-width: 768px) { .navbar-brand > img{ @@ -399,5 +430,11 @@ ul { } .github-button{ margin-top: 9px; + } + #contributors .col-3xs-12{ + width: 33%; + } + .hr-style{ + margin-top: 50px!important; } } \ No newline at end of file diff --git a/views/contributors.html b/views/contributors.html new file mode 100644 index 0000000..cdd06b9 --- /dev/null +++ b/views/contributors.html @@ -0,0 +1,202 @@ + + + + + + + +
+