Skip to content

Commit

Permalink
Bug Fixes on Home and About Us
Browse files Browse the repository at this point in the history
  • Loading branch information
erland-syafiq committed Oct 17, 2023
1 parent 8e883ed commit 5ffd2fc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Controllers/CommitteesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ public CommitteesController() {
};
}

// GET: CommitteesController
// GET: Committees
public ActionResult Index()
{
return View(_committees);
}

// GET: CommitteesController/Details/<url-name>
// GET: Committees/Details/<url-name>
public ActionResult Details(string urlName)
{
if (urlName == null)
Expand Down
28 changes: 15 additions & 13 deletions Views/Home/About.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
.teamImageHighlight {
background: #3A506B;
box-shadow: -160px 0px 0px #3A506B, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding-bottom: 40px;
padding-right: 40px;
padding-left: 20px;
width: 100%;
height: 90%;
}
Expand Down Expand Up @@ -71,17 +72,17 @@
padding-bottom: 10px;
}
.secretariatTitle::after {
background-color: #DEBB8F;
content: '';
position: absolute;
left: 0;
bottom: 8px;
height: 20px;
width: 100%;
transform: scaleX(1.1);
z-index: -1;
}
.secretariatTitle::after {
background-color: #DEBB8F;
content: '';
position: absolute;
left: 0;
bottom: 8px;
height: 20px;
width: 100%;
transform: scaleX(1.1);
z-index: -1;
}
.secretariatInfo {
background: #F2F1E8;
Expand Down Expand Up @@ -147,7 +148,8 @@
</div>
</div>
<div class="col-7 teamImgClm">
<div class="teamImageHighlight">
<div class="teamImageHighlight d-flex align-items-center">
<img class="img-fluid" src="/Images/About Us Group Photo.JPG" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
VTMUNC 2024
</h1>
<h4>
The premier Model United Nation conference for high school students
The premier Model United Nations conference for high school students
</h4>
<a class="btn btn-primary btn-lg heroBtn" asp-area="" asp-controller="Applicants" asp-action="Create">
<h4>
Expand Down
Binary file added wwwroot/Images/About Us Group Photo.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ffd2fc

Please sign in to comment.