diff --git a/Controllers/CommitteesController.cs b/Controllers/CommitteesController.cs index be77999..78112ca 100644 --- a/Controllers/CommitteesController.cs +++ b/Controllers/CommitteesController.cs @@ -17,13 +17,13 @@ public CommitteesController() { }; } - // GET: CommitteesController + // GET: Committees public ActionResult Index() { return View(_committees); } - // GET: CommitteesController/Details/ + // GET: Committees/Details/ public ActionResult Details(string urlName) { if (urlName == null) diff --git a/Views/Home/About.cshtml b/Views/Home/About.cshtml index 4137c11..15cd8a9 100644 --- a/Views/Home/About.cshtml +++ b/Views/Home/About.cshtml @@ -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%; } @@ -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; @@ -147,7 +148,8 @@
-
+
+
diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 35835a8..6fa22b9 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -69,7 +69,7 @@ VTMUNC 2024

- The premier Model United Nation conference for high school students + The premier Model United Nations conference for high school students

diff --git a/wwwroot/Images/About Us Group Photo.JPG b/wwwroot/Images/About Us Group Photo.JPG new file mode 100644 index 0000000..c98ba11 Binary files /dev/null and b/wwwroot/Images/About Us Group Photo.JPG differ