Skip to content

Commit

Permalink
update website for next board
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Dec 13, 2023
1 parent 89d1f8f commit ee95fba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Components/pages/Contact/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class Contact extends Component {
<List size="large">
<List.Item>
<List.Icon name="user" />
<List.Content>Lennon Anderson</List.Content>
<List.Content>Mark Bundschuh</List.Content>
</List.Item>
<List.Item>
<List.Icon name="mail" />
Expand Down
7 changes: 1 addition & 6 deletions src/Components/pages/Sponsor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ export default class Sponsor extends Component {
Current Sponsors
</Header>
<Grid stackable>
<Grid.Column width={8}>
<Image centered src="img/sponsors/battelle.svg" size="large" />
</Grid.Column>
<Grid.Column width={8}>
<Image centered src="img/sponsors/northrop_grumman.svg" size="large" />
</Grid.Column>
<Image centered src="img/sponsors/battelle.svg" size="large" />
</Grid>

<br />
Expand Down
6 changes: 0 additions & 6 deletions src/Components/pages/Tools/software.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ export default [
desc: "Go to for analyzing packet captures. (.pcap)",
href: "https://www.wireshark.org/"
},
{
name: "Cain & Abel",
logo: "/img/tools/cainandabel.png",
desc: "Password cracker.",
href: "http://www.oxid.it/cain.html"
},
{
name: "ctf-tools",
logo: "/img/tools/ctf-tools.png",
Expand Down

0 comments on commit ee95fba

Please sign in to comment.