Skip to content

Commit ce44b10

Browse files
authored
Cosmetic update: update #71
Cosmetic update: making the bg color the same frame the video shadow the model boxes make boxes the same size
1 parent 41e8b27 commit ce44b10

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

html-templates/home.tpl

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
<div class="row">
1414

15-
<div class="col-12 col-xl-8" style="padding-right:0;">
16-
15+
<div class="col-12 col-xl-7" style="padding-left:3%; padding-right:3%; ">
1716
<div class="">
1817
<video class="" style="width: 100%;" autoplay muted loop poster="videos/video.jpg">
1918
<source src="videos/video-small.mp4" type="video/mp4">
@@ -96,7 +95,7 @@
9695
<div class="portfolio-hover">
9796
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x text-danger"></i></div>
9897
</div>
99-
<img class="img-fluid" src="/img/portfolio/{$image}" alt="" />
98+
<img class="img-fluid shadow" src="/img/portfolio/{$image}" style="width:450px;height:250px;" alt="" />
10099
</a>
101100
<div class="portfolio-caption">
102101
<div class="portfolio-caption-heading">{$name}</div>
@@ -106,7 +105,7 @@
106105
</div>
107106
{/template}
108107

109-
<section class="page-section bg-light" id="projects">
108+
<section class="page-section" id="projects">
110109
<div class="container">
111110
<div class="text-center">
112111
<h2 class="section-heading text-uppercase">Join a Project</h2>
@@ -169,7 +168,7 @@
169168
</section>
170169

171170
<!--Checkbox Radio Switches-->
172-
<!-- <section class="page-section bg-light" id="projects">
171+
<!-- <section class="page-section" id="projects">
173172
<div class="container">
174173
175174
@@ -409,7 +408,7 @@
409408

410409
<!-- Team-->
411410

412-
<!-- <section class="page-section bg-light" id="team">
411+
<!-- <section class="page-section" id="team">
413412
<div class="container">
414413
<div class="text-center">
415414
<h2 class="section-heading text-uppercase">Leadership</h2>

0 commit comments

Comments
 (0)