Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 167- Add Step4ward under a new cathegory at the Home page #168

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
resources/_gen
.hugo_build.lock
.DS_Store
.vscode
8 changes: 8 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ <h3>Sponsors</h3>
<img src="/images/sponsor-logos/truffle.png" class="img-fluid sponsor-logo-image" alt="Truffle logo">
</a>
</div>

<h3>Projects</h3>
<p>List of projects hosted by BCN Engineering and managed by community members. </p>
<div class="project-logos" aria-label="List of projects hosted by BCN Engineering">
<a href="https://step4ward.es/">
<img src="images/project-logos/step4ward-logo.webp" class="img-fluid project-logo-image" alt="Step4ward logo">
</a>
</div>
</div>
</div>

Expand Down
Binary file added static/.DS_Store
Binary file not shown.
25 changes: 25 additions & 0 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,31 @@ li {
}
}


.project-logos {
display: flex;
flex-wrap: wrap;
}
.project-logos a {
display: flex;
align-items: center;
justify-content: center;
}

.project-logo-image {
width: 200px;
margin: 0 75px 25px 0;
}

@media (max-width: 575px) {
.project-logos {
justify-content: center;
}
.project-logo-image {
margin: 0 0 25px 0;
}
}

#home,
.navbar-dark .navbar-nav .nav-link {
color: hsla(0, 0%, 100%, 0.8);
Expand Down
Binary file added static/images/.DS_Store
Binary file not shown.
Binary file not shown.