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 Apr 16, 2024
2 parents 3d1e8dd + 69795d8 commit 9f05c74
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 25 deletions.
47 changes: 25 additions & 22 deletions engineering-team/styles.css
Original file line number Diff line number Diff line change
@@ -1,42 +1,45 @@
#btnPosts {
width: 100%;
}

.skeleton-box {
border-radius: 20px;
border-radius: 20px;
}

.skeleton-post-body {
padding: 15px 15px !important;
padding: 15px 15px !important;
}

.skeleton-post-body .skeleton-img {
background-color: hsl(210, 11%, 93%);
float: left;
width: 35px;
height: 35px;
overflow: hidden;
border-radius: 50%;
margin-right: 5px;
background-color: hsl(210, 11%, 93%);
float: left;
width: 35px;
height: 35px;
overflow: hidden;
border-radius: 50%;
margin-right: 5px;
}

.skeleton-author-name {
background-color: hsl(210, 11%, 93%);
padding: 15px !important;
margin-left: 40px;
border-radius: 10px;
background-color: hsl(210, 11%, 93%);
padding: 15px !important;
margin-left: 40px;
border-radius: 10px;
}

.skeleton-image {
background-color: hsl(210, 11%, 93%);
padding: 70px;
margin-bottom: 10px;
border-radius: 10px;
background-color: hsl(210, 11%, 93%);
padding: 70px;
margin-bottom: 10px;
border-radius: 10px;
}

.skeleton-topic {
background-color: hsl(210, 11%, 93%);
padding: 15px;
border-radius: 10px;
background-color: hsl(210, 11%, 93%);
padding: 15px;
border-radius: 10px;
}

.skeleton-profile {
background-color: hsl;
background-color: hsl;
}

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h1 class="display-3 text-center mb-5">Our Projects</h1>
selected
pool of undergraduate students based in Sri Lanka.</p>
<h5 class="display-3 text-center project-stat">
2500+</h5>
5000+</h5>
<p class="text-dark text-center stats">
hours of mentoring provided via our ScholarX program
</p>
Expand Down
2 changes: 1 addition & 1 deletion join-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1 style="font-weight: 700;"><span class="font-weight-bold">Join</span> the Tea
<li><i class="fa fa-award mr-2"></i></i>Business Communication</li>
<li><i class="fa fa-award mr-2"></i></i>Programming</li>
</ul>
<a href="https://handbook.sefglobal.org/engineering-team/team">
<a href="https://handbook.sefglobal.org/engineering-team/team" target="_blank">
<button class="btn btn-default text-uppercase mt-2" href="examples">Learn more</button>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion onelive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<main>
<!--main content goes here-->
<section style="background: url('images/header-onelive.svg') right bottom no-repeat; height: 100vh">
<section style="background: url('images/header-onelive.svg') right bottom no-repeat; height: 75vh">
<!--Navbar is placed here to align the background image correctly-->
<div id="navbar"></div>
<div class="container mt-5 pt-5">
Expand Down

0 comments on commit 9f05c74

Please sign in to comment.