File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ EyeNav implements the following core features:
50501 . ** Clone the Repository**
5151
5252 ``` bash
53- git clone https://github.com/your-org /EyeNav.git
53+ git clone https://github.com/TheSoftwareDesignLab /EyeNav.git
5454 cd EyeNav
5555 ```
56562 . ** Backend Setup**
Original file line number Diff line number Diff line change @@ -25,13 +25,15 @@ <h1 class="title-logo" align="center" style="margin-bottom: 10px;">
2525 < p align ="center " style ="margin-bottom: 0px; "> < img src ="{{site.logo | relative_url}} " alt ="Logo " style ="height: 130px " /> </ p >
2626 {% endif %}
2727
28- < p style ="margin-bottom: 7px "> {{ site.description | default: site.github.project_tagline }}</ p >
28+ < p style ="margin-bottom: 7px; text-align: center; "> {{ site.description | default: site.github.project_tagline }}</ p >
2929
3030 {% if site.show_downloads %}
31- < a href ="{{ site.github.repository_url }} "
32- style ="display: inline-block; padding: 10px 16px; background-color: #24292e; color: white; text-decoration: none; border-radius: 6px; font-weight: bold; ">
33- View on GitHub
34- </ a >
31+ < div style ="text-align: center; padding: 20px 0; ">
32+ < a href ="{{ site.github.repository_url }} "
33+ style ="display: inline-block; padding: 10px 16px; background-color: #24292e; color: white; text-decoration: none; border-radius: 6px; font-weight: bold; ">
34+ View on GitHub
35+ </ a >
36+ </ div >
3537
3638 {% endif %}
3739
You can’t perform that action at this time.
0 commit comments