Skip to content

Commit

Permalink
Merge branch 'master' into footer-alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshithaRathnayake authored Jan 2, 2024
2 parents 8bd5b5d + d64b944 commit 3b13880
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![version](https://img.shields.io/badge/version-3.0.0-yellow.svg)](https://semver.org)
[![Twitter Follow](https://img.shields.io/twitter/follow/goasksef.svg?style=social&label=Follow&maxAge=2592000?style=flat-square)](https://twitter.com/goasksef)

This website was built by a set of enthusiastic developers as part of the Sustainable Education Foundation.
This website was built by a set of [enthusiastic developers](https://github.com/sef-global/sef-site/graphs/contributors) as part of the Sustainable Education Foundation.

<div align="center">
<img src="https://avatars3.githubusercontent.com/u/31291163?s=200&v=4" />
Expand Down
3 changes: 1 addition & 2 deletions assets/content/static/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ <h4 class="mb-0 font-weight-light">Get in touch with using any of these platform
<a href="/team.html" class="nav-link">Team</a>
</li>
<li class="nav-item">
<a href="https://sefglobal.medium.com/" class="nav-link">Blog</a>
<!-- <a href="https://sefglobal.org/blog.html" class="nav-link">Blog</a> -->
<a href="https://sefglobal.medium.com/" target="_blank" class="nav-link">Blog</a>
</li>
<li class="nav-item">
<a href="/join-us.html" class="nav-link">Join Us</a>
Expand Down
2 changes: 1 addition & 1 deletion engineering-team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="text-roboto text-capitalize pb-2">SEF Engineering Team</h1>
</div>
</div>
</div>
<div class="col-md-6 height-500 mt-2">
<div class="col-md-6 height-500 mt-4">
<img src="../assets/img/engineering-page-hero-image.png" class="img-fluid align-self-center w-100">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="text-roboto text-capitalize">sustainable education foundation</h1>
world</p>
<a class="btn btn-default" href="#projects">explore</a>
</div>
<div class="col-md-5">
<div class="col-md-5 mt-2">
<img src="assets/img/homepage/home%20illus.png" class="img-fluid">
</div>
</div>
Expand Down
11 changes: 4 additions & 7 deletions scholarx/past-programs/2020/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,13 +409,10 @@ <h5>Projects :</h5>
</p>
</div>
<div class="card-footer">
<div class="author">
<img src="images/featured-stories/{{author_image}}" alt="..." class="avatar img-raised">
<span>{{author_name}}</span>
</div>
<div class="stats ml-auto">
<i class="far fa-clock"></i> {{readingTime}} min read
</div>
<div class="author">
<img src="images/featured-stories/{{author_image}}" alt="..." class="avatar img-raised">
<span>{{author_name}}</span>
</div>
</div>
</a>
</div>
Expand Down
11 changes: 4 additions & 7 deletions scholarx/past-programs/2021/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -772,13 +772,10 @@ <h5>Projects :</h5>
</p>
</div>
<div class="card-footer">
<div class="author">
<img src="../images/featured-stories/{{author_image}}" alt="..." class="avatar img-raised">
<span>{{author_name}}</span>
</div>
<div class="stats ml-auto">
<i class="far fa-clock"></i> {{readingTime}} min read
</div>
<div class="author">
<img src="../images/featured-stories/{{author_image}}" alt="..." class="avatar img-raised">
<span>{{author_name}}</span>
</div>
</div>
</a>
</div>
Expand Down

0 comments on commit 3b13880

Please sign in to comment.