Skip to content

Commit f3d0e24

Browse files
refactor: move assets/img/* to /img/*
1 parent 482b019 commit f3d0e24

File tree

25 files changed

+36
-36
lines changed

25 files changed

+36
-36
lines changed

html-templates/designs/site-2021-08.tpl

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

html-templates/sponsor.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
</div>
9999
</div>
100100
<div class="row">
101-
<img class="col-6 d-none d-lg-block" src="assets/img/sponsor/img-1.jpg" alt="Two people presenting 'What is Civic Hacking?'">
102-
<img class="col-12 col-lg-6" src="assets/img/sponsor/img-2.jpg" alt="A person presenting 'Philadelphia Statistics'">
101+
<img class="col-6 d-none d-lg-block" src="/img/sponsor/img-1.jpg" alt="Two people presenting 'What is Civic Hacking?'">
102+
<img class="col-12 col-lg-6" src="/img/sponsor/img-2.jpg" alt="A person presenting 'Philadelphia Statistics'">
103103
</div>
104104
<div class="secondary-page-div p-5" style="background-color: #2c57a5; color: aliceblue; padding-top: unset;">
105105
<a href="/projects">Here are CFP's projects</a>, which Philadelphia community members, including yourself, have the opportunity to help volunteer on as well! As this is a nonprofit organization, monetary contributions are always greatly appreciated. They allow us to continue the work you see, in order to make a positive change in our community.
@@ -114,8 +114,8 @@
114114
<p class="text-center">Interested? Contact us at <a class="card-link" href="mailto:hello@codeforphilly.org">hello@codeforphilly.org</a> or join <a href="/chat">our Slack workspace</a>.</p>
115115
</div>
116116
<div class="row">
117-
<img class="col-12 col-lg-6" src="assets/img/sponsor/img-3.jpg" alt="Technologists in a cool hall.">
118-
<img class="col-6 d-none d-lg-block" src="assets/img/sponsor/img-4.jpg" alt="Technologists in a presentation.">
117+
<img class="col-12 col-lg-6" src="/img/sponsor/img-3.jpg" alt="Technologists in a cool hall.">
118+
<img class="col-6 d-none d-lg-block" src="/img/sponsor/img-4.jpg" alt="Technologists in a presentation.">
119119
</div>
120120
</main>
121121

html-templates/volunteer.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
the members to see what contact information they’ve published. You can hover over their circles to
154154
get their
155155
titles as well.</p>
156-
<img src="assets/img/volunteer/rate_my_nurse_screen_shot.png" class="col-xs-6 card-img pt-4" alt="rate my nurse screen shot">
156+
<img src="/img/volunteer/rate_my_nurse_screen_shot.png" class="col-xs-6 card-img pt-4" alt="rate my nurse screen shot">
157157
</div>
158158
<hr class="m-5">
159159
<p class="text-center">Having trouble figuring out what projects are active, finding contact information for
@@ -200,7 +200,7 @@
200200
<p class="col-md-6">Once you’ve identified a project you are interested in, log into our Slack and find
201201
the
202202
channel for the project. The channel is always listed on the project description page</p>
203-
<img src="assets/img/volunteer/project_slack_channel.png" class="col-md-6 card-img" alt="TODO">
203+
<img src="/img/volunteer/project_slack_channel.png" class="col-md-6 card-img" alt="TODO">
204204
</div>
205205
<hr class="m-5">
206206
<p class="text-center">Having trouble logging into Slack or finding the correct Slack channel? Email <a class="card-link" href="mailto:hello@codeforphilly.org">hello@codeforphilly.org</a>.</p>

site-root/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10150,7 +10150,7 @@ header.masthead {
1015010150
padding-bottom: 6rem;
1015110151
text-align: center;
1015210152
color: #fff;
10153-
/* background-image: url("../assets/img/header-bg.jpg"); */
10153+
/* background-image: url("..//img/header-bg.jpg"); */
1015410154
background-repeat: no-repeat;
1015510155
background-attachment: scroll;
1015610156
background-position: center center;

site-root/html/projects/template_modal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<div class="portfolio-modal modal fade" id="portfolioModalTODO" tabindex="-1" role="dialog" aria-hidden="true">
33
<div class="modal-dialog">
44
<div class="modal-content">
5-
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" />
5+
<div class="close-modal" data-dismiss="modal"><img src="/img/close-icon.svg" alt="Close modal" />
66
</div>
77
<div class="container">
88
<div class="row justify-content-center">
99
<div class="col-lg-8">
1010
<div class="modal-body">
1111
<!-- Project Details Go Here-->
1212
<h2 class="text-uppercase">TODO: Project Title</h2>
13-
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/TODO.jpg" alt="TODO: img description" />
13+
<img class="img-fluid d-block mx-auto" src="/img/portfolio/TODO.jpg" alt="TODO: img description" />
1414
<p class="text-justify">TODO: project description paragraph 1.</p>
1515
<p class="text-justify">TODO: project description paragraph 2.</p>
1616
<!-- more paragraphs if needed... -->
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)