Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", :install_if => Gem.win_platform?

gem "webrick", "~> 1.7"
# gem "webrick", "~> 1.7"

# gem "webrick", "~> 1.7"

gem "webrick", "~> 1.7"
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ GEM
webrick (1.7.0)

PLATFORMS
universal-darwin-21
ruby
x64-mingw32
x64-unknown
Expand Down
6 changes: 3 additions & 3 deletions competitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<i class="fa fa-trophy" style="width:16rem;height:16rem;padding-bottom:4rem"></i>
<h1 style="margin-bottom:2rem"><b>The best of the best.</b></h1>
<p class="comp-desc">
SWIFT sponsors the best cybersecurity teams in the world by providing in-depth training, resources, <br>
and connections to industry professionals to help them succeed. We <br>
train our competition teams from the ground up in a variety of disciplines, such as network <br>
SWIFT sponsors the best cybersecurity teams in the world by providing in-depth training, resources,
and connections to industry professionals to help them succeed. We
train our competition teams from the ground up in a variety of disciplines, such as network
security, penetration testing, business reports, and more.
</p>

Expand Down