diff --git a/challenges/firstone/desc.html b/challenges/firstone/desc.html new file mode 100644 index 0000000..ac765b1 --- /dev/null +++ b/challenges/firstone/desc.html @@ -0,0 +1,3 @@ +

this is currently just a placeholder

+

if this was an actual challenge, this'd be a description of what it's about, +what the requirements are, etc

diff --git a/gather.rb b/gather.rb index 1230415..f3bea21 100755 --- a/gather.rb +++ b/gather.rb @@ -31,7 +31,6 @@ def mirror(event) end end - def challenge_page(event) # maps participants to their submissions p_map = Hash.new [] @@ -52,14 +51,16 @@ def challenge_page(event) # challenge info file.write "
" - file.write "

firstone

this is temporary aaa

" + file.write "

#{event}

" + file.write File.read("challenges/#{event}/desc.html") + file.write "how can i join?" file.write "
" # solutions file.write "
" p_map.each do |user, submissions| - file.print "

#{user}