Skip to content

Commit

Permalink
Merge pull request #23 from Trafix120/smallChanges
Browse files Browse the repository at this point in the history
Small changes
  • Loading branch information
quinnandersonvt authored Oct 25, 2023
2 parents aeadf54 + 4c1a6ac commit 6ad2227
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions Controllers/CommitteesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,20 @@ This committee will allow delegates the opportunity to discuss and create method
"Hello! My name is Noah Charness, I am a junior studying engineering here at Virginia Tech. I am super excited to bring you this committee, where we will talk about one of the most integral crises to shape the current context for international relations. \r\n", //chairbio
"noahc25@vt.edu ", //chair email
"Committees.pdf" //background
)

),
new Committee(
"Anthrax Attack: An Anonymous Series of Biological Attacks", //com name
"anthrax.jpg", //com pic
"In the panic-stricken United States following the attacks of 9/11, a new issue arises causing mass hysteria throughout the nation. Anonymous letters laced with anthrax are sent to news stations in Florida and New York as well as to a congressional office building in Washington D.C. Anthrax is the spore of Bacillus anthracis which when inhaled, can cause a variety of symptoms, even leading to death. These letters have already taken the lives of 5 people. Members of the CDC as well as the Department of Defence must come together to prevent further chaos and investigate the roots of this attack.\r\n", //com bio
"tanishqa.png", //chair pic
"Tanishqa Gautam", //chaur name
"Head Chair", //chair pos
"Hello delegates! My name is Tanishqa Gautam. I am an Engineering freshman at Virginia Tech! I have been doing MUN for 3 years and I am thrilled to be a part of VTMUNC’s first conference. I can’t wait to meet all the delegates and see how the debate will unfold at the conference!\r\n", //chairbio
"tanishqa@vt.edu", //chair email
"Committees.pdf" //background
)


});

// Crisis Committees
Expand Down
4 changes: 2 additions & 2 deletions Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<a class="nav-link customFont" asp-area="" asp-controller="Home" asp-action="Index">Home</a>
<a class="nav-link customFont" asp-area="" asp-controller="Home" asp-action="About">About Us</a>
<a class="nav-link customFont" asp-area="" asp-controller="Committees" asp-action="Index">Committees</a>
<a class="nav-link customFont" href="/Policy/MUN_Guide.pdf">How to MUN</a>
<a class="nav-link customFont" href="/Policy/Conference_Policies.pdf">Conference Policies</a>
<a class="nav-link customFont" href="/Policy/MUN_Guide.pdf" target="_blank">How to MUN</a>
<a class="nav-link customFont" href="/Policy/Conference_Policies.pdf" target="_blank">Conference Policies</a>
<a class="nav-link customFont" asp-area="" asp-controller="Applicants" asp-action="Create">Register</a>
<partial name="_LoginPartial" />
</div>
Expand Down
Binary file added wwwroot/Images/Chair_Headshots/tanishqa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wwwroot/Images/Committees/anthrax.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 6ad2227

Please sign in to comment.