Skip to content

Commit f03fdea

Browse files
author
travissouthard
committed
Format first section for clarity
1 parent aaa114f commit f03fdea

File tree

1 file changed

+31
-49
lines changed

1 file changed

+31
-49
lines changed

html-templates/home.tpl

Lines changed: 31 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,33 @@
44

55
<!-- Youtube video https://codepen.io/GusRuss89/pen/bVwNrE -->
66

7-
8-
97
<section class="page-section" id="main-video">
10-
11-
<div class="">
12-
13-
<div class="row">
14-
15-
<div class="col-12 col-xl-7 mx-xl-auto" style="padding-right:0;">
16-
17-
<div class="">
18-
<video class="" style="width: 100%;" autoplay muted loop poster="videos/video.jpg">
19-
<source src="videos/video-small.mp4" type="video/mp4">
20-
<source src="videos/video-small.webm" type="video/webm">
21-
<source src="videos/video-small.ogv" type="video/ogg">
22-
<track label="English" kind="subtitles" srclang="en" src="videos/CFP-en.vtt" default>
23-
</video>
24-
</div>
25-
26-
27-
</div>
28-
29-
30-
<div class="col-12 col-xl-4">
31-
<div style="display:flex;
32-
align-items: flex-end;
33-
height: 100%;
34-
padding: 1rem 2rem 5rem;">
35-
<div>
36-
<h4 class="main-blue-text" style="margin-bottom:1rem;">Contribute towards technology-related projects that benefit the
37-
City
38-
of Philadelphia.</h4>
39-
<h4 class="main-red-text" style="margin-bottom:2rem;">No coding experience required.</h4>
40-
41-
<a href="/volunteer"
42-
class="main-volunteer-link">Volunteer!</a>
43-
</div>
44-
</div>
45-
46-
</div>
47-
8+
<div class="">
9+
<div class="row">
10+
<div class="col-12 col-xl-7 mx-xl-auto" style="padding-right:0;">
11+
<div class="">
12+
<video class="" style="width: 100%;" autoplay muted loop poster="videos/video.jpg">
13+
<source src="videos/video-small.mp4" type="video/mp4">
14+
<source src="videos/video-small.webm" type="video/webm">
15+
<source src="videos/video-small.ogv" type="video/ogg">
16+
<track label="English" kind="subtitles" srclang="en" src="videos/CFP-en.vtt" default>
17+
</video>
4818
</div>
49-
19+
</div>
20+
<div class="col-12 col-xl-4">
21+
<div style="display:flex;
22+
align-items: flex-end;
23+
height: 100%;
24+
padding: 1rem 2rem 5rem;">
25+
<div>
26+
<h4 class="main-blue-text" style="margin-bottom:1rem;">Contribute towards technology-related projects that benefit the City of Philadelphia.</h4>
27+
<h4 class="main-red-text" style="margin-bottom:2rem;">No coding experience required.</h4>
28+
<a href="/volunteer" class="main-volunteer-link">Volunteer!</a>
29+
</div>
30+
</div>
31+
</div>
5032
</div>
33+
</div>
5134
</section>
5235

5336

@@ -74,17 +57,16 @@
7457
<div class="container">
7558
<div class="text-center">
7659
<h2 class="section-heading text-uppercase">Join a Project</h2>
77-
<!-- <h3 class="section-subheading text-muted">Look around!</h3> -->
7860
</div>
7961
<div class="row">
8062

81-
{projectTile name="PHLASK" portfolioModal="#portfolioModal1" short="Access to Public Water" image="phlask.png" }
82-
{projectTile name="PAX" portfolioModal="#portfolioModal4" short="Legal Support and Expungement" image="plse.png" }
83-
{projectTile name="Choose Native Plants PA" portfolioModal="#portfolioModal5" short="Propagate PA Wildflowers" image="flowers.jpg" }
84-
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal6" short="Website Redesign" image="code-for-philly.png" }
85-
{projectTile name="Balancer" portfolioModal="#portfolioModal7" short="AI-assisted BPD bipolar medication decision app" image="code-for-philly.png" }
86-
{projectTile name="Clean and Green Philly" portfolioModal="#portfolioModal8" short="Map of empty lots in Philly" image="cleanandgreen.png" }
87-
{projectTile name="Votewise" portfolioModal="#portfolioModal9" short="Non-partisan aid to make ballot decisions" image="votewise.png" }
63+
{projectTile name="PHLASK" portfolioModal="#portfolioModal1" short="Access to Public Water" image="phlask.png" }
64+
{projectTile name="PAX" portfolioModal="#portfolioModal4" short="Legal Support and Expungement" image="plse.png" }
65+
{projectTile name="Choose Native Plants PA" portfolioModal="#portfolioModal5" short="Propagate PA Wildflowers" image="flowers.jpg" }
66+
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal6" short="Website Redesign" image="code-for-philly.png" }
67+
{projectTile name="Balancer" portfolioModal="#portfolioModal7" short="AI-assisted BPD bipolar medication decision app" image="code-for-philly.png" }
68+
{projectTile name="Clean and Green Philly" portfolioModal="#portfolioModal8" short="Map of empty lots in Philly" image="cleanandgreen.png" }
69+
{projectTile name="Votewise" portfolioModal="#portfolioModal9" short="Non-partisan aid to make ballot decisions" image="votewise.png" }
8870

8971
</div>
9072
</div>

0 commit comments

Comments
 (0)