diff --git a/Gemfile b/Gemfile index 7334b63..116d945 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,10 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3.0" gem "minima", "~> 2.5" + gem "csv" + gem "base64" + gem "bigdecimal" + gem "logger" group :jekyll_plugins do gem "jekyll-feed" diff --git a/Gemfile.lock b/Gemfile.lock index 9ff2039..4a79b84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,9 +3,11 @@ GEM specs: addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) + base64 (0.3.0) bigdecimal (4.1.2) colorator (1.1.0) concurrent-ruby (1.3.6) + csv (3.3.6) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -159,16 +161,22 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES + base64 + bigdecimal + csv jekyll (~> 4.3.0) jekyll-feed + logger minima (~> 2.5) CHECKSUMS addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af + base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd bundler (4.0.11) sha256=5bcec0fb78302e48d02ee46f10ee6e6942be647ba5b44a6d1ddfda9a240ce785 colorator (1.1.0) sha256=e2f85daf57af47d740db2a32191d1bdfb0f6503a0dfbc8327d0c9154d5ddfc38 concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab + csv (3.3.6) sha256=aba61e7e507a66f03d45cb1f3c4b6359861c3504038b422962875dce099e4456 em-websocket (0.5.3) sha256=f56a92bde4e6cb879256d58ee31f124181f68f8887bd14d53d5d9a292758c6a8 eventmachine (1.2.7) sha256=994016e42aa041477ba9cff45cbe50de2047f25dd418eba003e84f0d16560972 ffi (1.17.4) sha256=bcd1642e06f0d16fc9e09ac6d49c3a7298b9789bcb58127302f934e437d60acf diff --git a/pages/home/startups.html b/pages/home/startups.html index 7e478bd..422246e 100644 --- a/pages/home/startups.html +++ b/pages/home/startups.html @@ -1,19 +1,25 @@
- +
Startups
A launchpad for groundbreaking ideas and technologies - a common ground for the next generation of tech pioneers and disruptors.
- +
- +
- +
- +
- +
Notable Startup Alumni
@@ -60,5 +66,5 @@
- -
\ No newline at end of file + + diff --git a/static/images/startups/1retro.png b/static/images/startups/1retro.png new file mode 100644 index 0000000..f421acc Binary files /dev/null and b/static/images/startups/1retro.png differ