You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/better_together/static_pages/community_engine.html.erb
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
-
2
-
<!-- Hero Section with Background Image from Unsplash -->
3
-
<sectionclass="text-center" style="background: url('https://source.unsplash.com/featured/?community') no-repeat center center; background-size: cover;">
1
+
<!-- Hero Section with Background Image -->
2
+
<sectionclass="text-center" style="background: url(<%=asset_path('better_together/unsplash-community-1.jpeg')%>) no-repeat center center; background-size: cover;">
4
3
<divclass="container py-5 my-5 text-white">
5
4
<divclass="row py-lg-5">
6
5
<divclass="col-lg-8 mx-auto">
@@ -61,7 +60,7 @@
61
60
62
61
<!-- Interspersed Hero Images and Content Sections -->
63
62
<!-- Section with Background Image -->
64
-
<sectionclass="text-center" style="background: url('https://source.unsplash.com/featured/?collaboration') no-repeat center center; background-size: cover;">
63
+
<sectionclass="text-center" style="background: url(<%=asset_path('better_together/unsplash-collaborate-1.jpeg')%>) no-repeat center center; background-size: cover;">
65
64
<divclass="container py-5 my-5 text-white">
66
65
<h2>Collaborate Effectively</h2>
67
66
<p>Join projects, share ideas, and collaborate in real-time with community tools that empower.</p>
@@ -77,10 +76,9 @@
77
76
</section>
78
77
79
78
<!-- Another Interspersed Image Section with CSS Class for Overlay -->
80
-
<sectionclass="text-center image-overlay-container" style="background: url('https://source.unsplash.com/featured/?innovation') no-repeat center center; background-size: cover;">
79
+
<sectionclass="text-center image-overlay-container" style="background: url(<%=asset_path('better_together/unsplash-community-2.jpeg')%>) no-repeat center center; background-size: cover;">
81
80
<divclass="container py-5 my-5 image-overlay">
82
81
<h2>Innovate Together</h2>
83
82
<p>Explore new possibilities and innovations sparked by community-driven initiatives.</p>
0 commit comments