Skip to content
Snippets Groups Projects
Commit 582cf3fb authored by Eric Poirier's avatar Eric Poirier
Browse files

Small updates on home page

parent 029ee32c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ items:
image: /images/ecdtools/highlights/cloud-tool-time.jpg
body: <p>Join us for this fun and educational webinar series, featuring interactive talks by Eclipse Cloud DevTools community members! Register for “Strategies for migrating Eclipse based applications to the Web” with Jonas Helming on November 23!</p>
links:
- url: "https://www.crowdcast.io/e/cloud-tool-time-nov23/register"
- url: "https://www.crowdcast.io/e/cloud-tool-time-nov23"
text: "REGISTER"
- url: "https://docs.google.com/forms/d/e/1FAIpQLScudzvlUVfXehmz-Jkivv_BkJdljSjtZLENkT16jSxTzwzwkQ/viewform"
text: "PROPOSE A TALK"
......
......@@ -24,7 +24,7 @@
{{ end }}
</ul>
{{ if $limit }}
<p class="members-description">Being a member has benefits</p>
<p class="members-description">See all members and the benefits to being a member</p>
<p><a class="btn btn-primary margin-top-5" href="{{ "/membership" | absURL }}" >Learn more</a></p>
{{ end }}
</div>
......
......@@ -62,9 +62,9 @@
{{ $scratch.Add "user_picture" ".png" }}
{{ $user_picture := $scratch.Get "user_picture" }}
{{ if (fileExists $user_picture) }}
<img class="img-responsive" src="images/ecdtools/projects/{{ .username }}.png" alt="{{ .full_name }}">
<img class="img-responsive featured-section-projects-picture" src="images/ecdtools/projects/{{ .username }}.png" alt="{{ .full_name }}">
{{ else }}
<img class="img-responsive" src="images/ecdtools/home/silhouette.jpg" alt="{{ .full_name }}">
<img class="img-responsive featured-section-projects-picture" src="images/ecdtools/home/silhouette.jpg" alt="{{ .full_name }}">
{{ end }}
</div>
<div class="col-xs-12 padding-left-0 padding-top-20">
......
......@@ -145,6 +145,12 @@
}
}
}
.featured-section-projects-picture {
max-width:116px;
max-height:116px;
min-height:116px;
}
.image-container {
height: 75px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment