Skip to content

Commit

Permalink
Cosmetic update
Browse files Browse the repository at this point in the history
Cosmetic update:
making the bg color the same
frame the video
shadow the model boxes
make the modal images the same size

#71
  • Loading branch information
tblacknc authored May 19, 2022
1 parent 41e8b27 commit 9da87f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html-templates/home.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="">

<div class="row">

<div class="col-12 col-xl-1" style="padding-right:0;"></div>
<div class="col-12 col-xl-8" style="padding-right:0;">

<div class="">
Expand Down Expand Up @@ -106,7 +106,7 @@
</div>
{/template}

<section class="page-section bg-light" id="projects">
<section class="page-section" id="projects">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Join a Project</h2>
Expand Down Expand Up @@ -487,7 +487,7 @@
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">{$name}</h2>
<img class="img-fluid d-block mx-auto img-modal" src="/img/portfolio/{$image}" alt="" />
<img class="img-fluid shadow d-block mx-auto img-modal" src="/img/portfolio/{$image}" style="width:450px;height:250px;" alt="" />
<p class="text-justify">{$description}</p>
<a href="/projects/{$project}" target="_blank" class="btn btn-primary">Project Page</a>
<a href="{$site}" target="_blank" class="btn btn-primary">Project Website</a>
Expand Down

0 comments on commit 9da87f1

Please sign in to comment.