diff options
author | Emile <hanemile@protonmail.com> | 2019-01-29 01:01:11 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-01-29 01:01:11 +0100 |
commit | 0f56e393048e67864775bd5517d3bb5d691e4bfd (patch) | |
tree | 596fd46e8b138000df12adfbab24bce6eb91fd5e /src | |
parent | b8bc6b63c4b359af24dcfca71a160c279bba82d0 (diff) |
made some minor changes
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index a00bad7..6af59d5 100644 --- a/src/index.html +++ b/src/index.html @@ -69,7 +69,7 @@ <!-- Call to Action Well --> <div class="card text-white bg-secondary my-4 text-center"> <div class="card-body"> - <p class="text-white m-0">This is (currently) a private project, but If you are interested in learning more about it, feel free to contact me using one of the methods listed on the contact page!</p> + <p class="text-white m-0">This is (currently) a private project with limited resources, but if you are interested in diving deeper into the subject, feel free to contact me using one of the methods listed on the contact page!</p> </div> </div> @@ -111,7 +111,6 @@ </div> </div> <!-- /.col-md-4 --> - </div> <!-- /.row --> @@ -153,6 +152,8 @@ </div> </div> <!-- /.col-md-4 --> + </div> + <!-- /.row --> <!-- content row --> <div class="row"> @@ -192,7 +193,6 @@ </div> </div> <!-- /.col-md-4 --> - </div> <!-- /.row --> |