From 5e239e3470e5ebdcf9b7ad87ed8785eea20e1f32 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 16 Apr 2019 13:17:37 -0400 Subject: [PATCH 01/22] Update content.html --- _includes/content.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/content.html b/_includes/content.html index c717ab835..e480ab762 100644 --- a/_includes/content.html +++ b/_includes/content.html @@ -11,7 +11,7 @@

About

  • Mentors
  • Mentees
  • --> - Interested in our mentorship program?
    Contact us here! + Interested in our mentorship program?
    Contact us here!

    What's up next?

    @@ -49,11 +49,12 @@

    {{ event.title }
  • - GitHub + GitHub
  • Join our Mailing List
  • +

    From 9deeb47fb8745b2c0dd470e962c16064e9830fec Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 16 Apr 2019 13:24:40 -0400 Subject: [PATCH 02/22] fixing dns --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 6231a1742..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -nucosmo.club \ No newline at end of file From d5806766b035e5860a03548b52b791c0400e90c8 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 16 Apr 2019 13:24:50 -0400 Subject: [PATCH 03/22] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..6231a1742 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +nucosmo.club \ No newline at end of file From ee90bba83d075588f09cf4d2d8c56383523e53e5 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 23 Apr 2019 12:15:45 -0400 Subject: [PATCH 04/22] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 6231a1742..93219f7ff 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -nucosmo.club \ No newline at end of file +cosmo.ccs.neu.edu \ No newline at end of file From c59d51627092747786d6cedbb2e380cacc6e3e1b Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 23 Apr 2019 16:28:37 -0400 Subject: [PATCH 05/22] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 93219f7ff..0feff1ca1 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -cosmo.ccs.neu.edu \ No newline at end of file +cosmo.khoury.neu.edu \ No newline at end of file From 05e27cb7bae7183bb1ab2f7b66493fac9e3ac198 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 23 Apr 2019 16:48:12 -0400 Subject: [PATCH 06/22] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 0feff1ca1..7b51e9238 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -cosmo.khoury.neu.edu \ No newline at end of file +cosmo.khoury.northeastern.edu \ No newline at end of file From c5bbc39ff29e3b444d45a540b7445c6429778efb Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 30 Apr 2019 10:46:15 -0400 Subject: [PATCH 07/22] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 7b51e9238..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -cosmo.khoury.northeastern.edu \ No newline at end of file From 6401759db94e12a33bc767e32c195a6505c491f0 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 30 Apr 2019 10:46:23 -0400 Subject: [PATCH 08/22] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..7b51e9238 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +cosmo.khoury.northeastern.edu \ No newline at end of file From 447026afe354d78328b246cd74c396f3414b6a04 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Sun, 25 Aug 2019 18:27:26 -0700 Subject: [PATCH 09/22] redesign. Added logos and eboard --- Gemfile.lock | 248 ++++++++++++++++++++ _config.yml | 4 +- _data/eboard.yaml | 10 + _includes/contact.html | 5 + _includes/content.html | 68 ++---- _includes/eboard.html | 15 ++ _includes/head.html | 68 +++++- _includes/nav.html | 14 ++ _includes/socials.html | 16 ++ _site/assets/main.css | 131 +++++++++++ _site/assets/normalize.css | 427 ++++++++++++++++++++++++++++++++++ _site/contact/index.html | 209 +++++++++++++++++ _site/eboard/index.html | 225 ++++++++++++++++++ _site/favicon.ico | Bin 0 -> 34494 bytes _site/images/compass.png | Bin 0 -> 38007 bytes _site/images/cosmo_astro.png | Bin 0 -> 118068 bytes _site/images/people/colin.jpg | Bin 0 -> 78830 bytes _site/images/people/josh.png | Bin 0 -> 634256 bytes _site/index.html | 228 ++++++++++++++++++ assets/main.scss | 29 ++- contact.html | 34 +++ eboard.html | 34 +++ images/cosmo_astro.png | Bin 0 -> 118068 bytes images/people/colin.jpg | Bin 0 -> 78830 bytes images/people/josh.png | Bin 0 -> 634256 bytes index.html | 49 ++-- 26 files changed, 1721 insertions(+), 93 deletions(-) create mode 100644 Gemfile.lock create mode 100644 _data/eboard.yaml create mode 100644 _includes/contact.html create mode 100644 _includes/eboard.html create mode 100644 _includes/nav.html create mode 100644 _includes/socials.html create mode 100644 _site/assets/main.css create mode 100644 _site/assets/normalize.css create mode 100644 _site/contact/index.html create mode 100644 _site/eboard/index.html create mode 100644 _site/favicon.ico create mode 100644 _site/images/compass.png create mode 100644 _site/images/cosmo_astro.png create mode 100644 _site/images/people/colin.jpg create mode 100644 _site/images/people/josh.png create mode 100644 _site/index.html create mode 100644 contact.html create mode 100644 eboard.html create mode 100644 images/cosmo_astro.png create mode 100644 images/people/colin.jpg create mode 100644 images/people/josh.png diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..5d1b4e463 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,248 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (4.2.11.1) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.6.0) + public_suffix (>= 2.0.2, < 4.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.11.1) + colorator (1.1.0) + commonmarker (0.17.13) + ruby-enum (~> 0.5) + concurrent-ruby (1.1.5) + dnsruby (1.61.3) + addressable (~> 2.5) + em-websocket (0.5.1) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + ethon (0.12.0) + ffi (>= 1.3.0) + eventmachine (1.2.7) + execjs (2.7.0) + faraday (0.15.4) + multipart-post (>= 1.2, < 3) + ffi (1.11.1) + forwardable-extended (2.6.0) + gemoji (3.0.1) + github-pages (198) + activesupport (= 4.2.11.1) + github-pages-health-check (= 1.16.1) + jekyll (= 3.8.5) + jekyll-avatar (= 0.6.0) + jekyll-coffeescript (= 1.1.1) + jekyll-commonmark-ghpages (= 0.1.5) + jekyll-default-layout (= 0.1.4) + jekyll-feed (= 0.11.0) + jekyll-gist (= 1.5.0) + jekyll-github-metadata (= 2.12.1) + jekyll-mentions (= 1.4.1) + jekyll-optional-front-matter (= 0.3.0) + jekyll-paginate (= 1.1.0) + jekyll-readme-index (= 0.2.0) + jekyll-redirect-from (= 0.14.0) + jekyll-relative-links (= 0.6.0) + jekyll-remote-theme (= 0.3.1) + jekyll-sass-converter (= 1.5.2) + jekyll-seo-tag (= 2.5.0) + jekyll-sitemap (= 1.2.0) + jekyll-swiss (= 0.4.0) + jekyll-theme-architect (= 0.1.1) + jekyll-theme-cayman (= 0.1.1) + jekyll-theme-dinky (= 0.1.1) + jekyll-theme-hacker (= 0.1.1) + jekyll-theme-leap-day (= 0.1.1) + jekyll-theme-merlot (= 0.1.1) + jekyll-theme-midnight (= 0.1.1) + jekyll-theme-minimal (= 0.1.1) + jekyll-theme-modernist (= 0.1.1) + jekyll-theme-primer (= 0.5.3) + jekyll-theme-slate (= 0.1.1) + jekyll-theme-tactile (= 0.1.1) + jekyll-theme-time-machine (= 0.1.1) + jekyll-titles-from-headings (= 0.5.1) + jemoji (= 0.10.2) + kramdown (= 1.17.0) + liquid (= 4.0.0) + listen (= 3.1.5) + mercenary (~> 0.3) + minima (= 2.5.0) + nokogiri (>= 1.8.5, < 2.0) + rouge (= 2.2.1) + terminal-table (~> 1.4) + github-pages-health-check (1.16.1) + addressable (~> 2.3) + dnsruby (~> 1.60) + octokit (~> 4.0) + public_suffix (~> 3.0) + typhoeus (~> 1.3) + html-pipeline (2.12.0) + activesupport (>= 2) + nokogiri (>= 1.4) + http_parser.rb (0.6.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + jekyll (3.8.5) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 0.7) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (~> 1.14) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-avatar (0.6.0) + jekyll (~> 3.0) + jekyll-coffeescript (1.1.1) + coffee-script (~> 2.2) + coffee-script-source (~> 1.11.1) + jekyll-commonmark (1.3.1) + commonmarker (~> 0.14) + jekyll (>= 3.7, < 5.0) + jekyll-commonmark-ghpages (0.1.5) + commonmarker (~> 0.17.6) + jekyll-commonmark (~> 1) + rouge (~> 2) + jekyll-default-layout (0.1.4) + jekyll (~> 3.0) + jekyll-feed (0.11.0) + jekyll (~> 3.3) + jekyll-gist (1.5.0) + octokit (~> 4.2) + jekyll-github-metadata (2.12.1) + jekyll (~> 3.4) + octokit (~> 4.0, != 4.4.0) + jekyll-mentions (1.4.1) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-optional-front-matter (0.3.0) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-readme-index (0.2.0) + jekyll (~> 3.0) + jekyll-redirect-from (0.14.0) + jekyll (~> 3.3) + jekyll-relative-links (0.6.0) + jekyll (~> 3.3) + jekyll-remote-theme (0.3.1) + jekyll (~> 3.5) + rubyzip (>= 1.2.1, < 3.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-seo-tag (2.5.0) + jekyll (~> 3.3) + jekyll-sitemap (1.2.0) + jekyll (~> 3.3) + jekyll-swiss (0.4.0) + jekyll-theme-architect (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-cayman (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-dinky (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-hacker (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-leap-day (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-merlot (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-midnight (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-minimal (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-modernist (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-primer (0.5.3) + jekyll (~> 3.5) + jekyll-github-metadata (~> 2.9) + jekyll-seo-tag (~> 2.0) + jekyll-theme-slate (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-tactile (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-theme-time-machine (0.1.1) + jekyll (~> 3.5) + jekyll-seo-tag (~> 2.0) + jekyll-titles-from-headings (0.5.1) + jekyll (~> 3.3) + jekyll-watch (2.2.1) + listen (~> 3.0) + jemoji (0.10.2) + gemoji (~> 3.0) + html-pipeline (~> 2.2) + jekyll (~> 3.0) + kramdown (1.17.0) + liquid (4.0.0) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + mercenary (0.3.6) + mini_portile2 (2.4.0) + minima (2.5.0) + jekyll (~> 3.5) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + minitest (5.11.3) + multipart-post (2.1.1) + nokogiri (1.10.4) + mini_portile2 (~> 2.4.0) + octokit (4.14.0) + sawyer (~> 0.8.0, >= 0.5.3) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (3.1.1) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) + rouge (2.2.1) + ruby-enum (0.7.2) + i18n + ruby_dep (1.5.0) + rubyzip (1.2.3) + safe_yaml (1.0.5) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) + typhoeus (1.3.1) + ethon (>= 0.9.0) + tzinfo (1.2.5) + thread_safe (~> 0.1) + unicode-display_width (1.6.0) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages + +BUNDLED WITH + 2.0.2 diff --git a/_config.yml b/_config.yml index 21469b58b..dbe0a9c8c 100644 --- a/_config.yml +++ b/_config.yml @@ -5,9 +5,9 @@ baseurl: '' # compass configuration compass: # an avatar or logo (optional) - # logo: "/images/compass.png" + logo: "/images/cosmo_astro.png" # author will appear under the avatar (optional) - author: "nuCoSMO" + author: "CoSMO" # tagline will appear under the title (optional) tagline: "Northeastern Computer Science Mentoring Organization" # if include_content is true, the contents of the content.html include will be diff --git a/_data/eboard.yaml b/_data/eboard.yaml new file mode 100644 index 000000000..191963624 --- /dev/null +++ b/_data/eboard.yaml @@ -0,0 +1,10 @@ +# Photos live in /images/people/... + +- name: Josh Spicer + img: josh.png + link: https://joshspicer.com + title: President & Founder + +- name: Colin Mullaney + img: colin.jpg + title: Founder (Graduated) \ No newline at end of file diff --git a/_includes/contact.html b/_includes/contact.html new file mode 100644 index 000000000..012d52623 --- /dev/null +++ b/_includes/contact.html @@ -0,0 +1,5 @@ +

    Contact

    + +For general questions or ideas, reach out at nucsmo@gmail.com! + +

    \ No newline at end of file diff --git a/_includes/content.html b/_includes/content.html index e480ab762..b6cbbd7ff 100644 --- a/_includes/content.html +++ b/_includes/content.html @@ -1,60 +1,24 @@ -

    About

    +

    Welcome!

    -Northeastern's Computer Science Mentoring Organization serves -to better connect Northeastern students who are interested in Computer Science. -This club is open to CS majors, combined majors, minors, and non-majors. -

    + Northeastern's Computer Science Mentoring Organization serves + to better connect Northeastern students who are interested in Computer Science. -

    - - Interested in our mentorship program?
    Contact us here!

    -

    What's up next?

    -{% for event in site.data.upcoming %} -
    -

    {{ event.title }}
    {{ event.dateTime | date: " %B %-d, %Y @ %I:%M " }}

    - - {{ event.description }} - -
    -{% endfor %} -
    - Nothing currently planned - check back soon! -
    -
    -

    Past Events

    -{% for event in site.data.upcoming %} -
    -

    {{ event.title }}
    {{ event.dateTime | date: " %B %-d, %Y @ %I:%M " }}

    - - {{ event.description }} - -
    -{% endfor %} -
    - No past events to show! -
    - -
    - - + \ No newline at end of file diff --git a/_includes/eboard.html b/_includes/eboard.html new file mode 100644 index 000000000..be1d5ba71 --- /dev/null +++ b/_includes/eboard.html @@ -0,0 +1,15 @@ +

    Eboard

    + +{% for person in site.data.eboard %} +
    + + {% if person.link %} + + {{person.name}}
    {{person.title}} +
    + {% else %} + {{person.name}}
    {{person.title}} + {% endif %} +
    +
    +{% endfor %} \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index bd174d1ce..59f1e3617 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,9 +1,10 @@ - {% if site.compass.author %}{{ site.compass.author }} • {% endif %}{{ site.compass.tagline | strip_html }} + {% if site.compass.author %}{{ site.compass.author }} • + {% endif %}{{ site.compass.tagline | strip_html }} - + @@ -16,14 +17,14 @@ - + - - - - - + + + + + @@ -40,14 +41,57 @@ + @import url('https://fonts.googleapis.com/css?family=Montserrat'); + {% if site.compass.include_analytics %} {% include analytics.html %} {% endif %} - + + - + \ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 000000000..264feb5f8 --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,14 @@ +
    + +

    home

    +
    +     + +

    eboard

    +
    +     + +

    contact

    +
    +     +
    \ No newline at end of file diff --git a/_includes/socials.html b/_includes/socials.html new file mode 100644 index 000000000..45e25256c --- /dev/null +++ b/_includes/socials.html @@ -0,0 +1,16 @@ +
    + + +
    + + From 7ce022198624fdc735ca91269fe9a39ccd391b38 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 18 Sep 2019 13:24:58 -0400 Subject: [PATCH 17/22] mentors list --- .DS_Store | Bin 0 -> 8196 bytes _data/eboard.yaml | 16 +- _data/mentors.yaml | 27 +++ _includes/eboard.html | 5 + _includes/mentors.html | 42 +++++ _includes/nav.html | 4 + _site/assets/main.css | 4 + _site/contact/index.html | 8 + _site/eboard/index.html | 59 +++++- _site/googlee212d176f4d783f9.html | 1 + _site/images/people/chris.jpeg | Bin 0 -> 810096 bytes _site/index.html | 8 + _site/mentors/index.html | 301 ++++++++++++++++++++++++++++++ assets/main.scss | 5 + mentors.html | 34 ++++ 15 files changed, 510 insertions(+), 4 deletions(-) create mode 100644 .DS_Store create mode 100644 _data/mentors.yaml create mode 100644 _includes/mentors.html create mode 100644 _site/googlee212d176f4d783f9.html create mode 100644 _site/images/people/chris.jpeg create mode 100644 _site/mentors/index.html create mode 100644 mentors.html diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..6adab4b9b0a8fe9f8961ec4f711c23353ba5064e GIT binary patch literal 8196 zcmeHMTWB0r82c7GHtpv)Py!^H?0s{1A^CaEk-51)h3=s$sxGfRj_d|p-m$5+32qVnqVo`C)s?ybxtdz-RK-9I=G1Hh# zvZ^k}_B7KrGX8jCjFZErtvi#QPS)04-#!@JuMcS6SsF)bjA=1{H?kxrSq6tIW}k`X@ZovE5@v#wD3#>s;D-Z`!d3G6vTVryVOhZo5fVk=Cqq z)*^U1EGuqaFx(N(IOp-&sOx0BF5hs(BwyZ_WGw3%g9bU6Iis80T!!-8n(B?4@7xyM zz5m|s`L*Tim{O@!4d+bPOj*XzBtMJenwvIk-L%I>30>PW&zMF=uE1S#!q&!(dA7c$ zwys`P3$62`jAT>hLs`>1&l)9Zo|Ug#+ptMhPU^IRqmIr;)7jgS>}wh~sp<)?>B<;X z>VZR3v#KOq+62=A!NjylW%v@Qxw(V5ZAxldc7Sm-h&z`-CI-Cf z5>{gk)?yuQ#_hNRqqq+bVhlU56Z>!g2QiKbJcVgA@C=UO1fIhSIE4@6<2Z}Y;IsG~ zzJzo5I=+E#;yZW^uj2>!A%2FR<2Pb~MS02|743Y9-%_oRvcV^~qSMP!w!Y`keg6|> zzgok2T2XmNRdqvSbL-B%?Hvo}S#W}Xr;^VfK@gufd1ClSxQLDOg3!vwJcA3FJw&`S z&Pkj+Y_+hC)NhuEFH926E%i+jk(w3xO=W96S!xn17TO(3n?xjKtAuu!vPUKwvl5}* zryP)ot*msuuBLYVJqHzq0spnh!g@r~u;4cLUuxD~fyEAGL)#J~O6jy-q?4`VNJFo8ojj3YQo9MpXdnwUWsvzQ|;K7xH@NXl4CEfAvP8#)AcQ%i;Ba|PY%oDep5z=>|f}8MuKO85y@P{GQBY`d! Y$QdC?L+L;N5D>oq;rs71@AfYK0x=2o(*OVf literal 0 HcmV?d00001 diff --git a/_data/eboard.yaml b/_data/eboard.yaml index c26bf75e9..fd1a127bc 100644 --- a/_data/eboard.yaml +++ b/_data/eboard.yaml @@ -6,11 +6,21 @@ link: https://joshspicer.com title: President & Founder -- name: Colin Mullaney - img: colin.jpg - title: Founder (graduated) +- name: Katie Busemeyer + title: Mentorship Chair +- name: Ray Huang + title: Eboard Member + +- name: Jenn Der + title: Eboard Member + - name: Chris Gomes img: chris.jpeg link: https://ccgomes.com title: Treasurer + +- name: Colin Mullaney + img: colin.jpg + title: Founder (graduated) + diff --git a/_data/mentors.yaml b/_data/mentors.yaml new file mode 100644 index 000000000..0c2f609ec --- /dev/null +++ b/_data/mentors.yaml @@ -0,0 +1,27 @@ +- name: Josh Spicer + link: https://joshspicer.com + major: Computer Science + year: 4th Year + huskyemail: spicer.jo + coops: + - Virtual Security Research + - Akamai + - Microsoft + skills: + - react-native + - cyber security + +- name: Anuj Modi + link: http://anujmodi.com + major: CS + Cyber Ops (Math Minor) + year: 4th Year + huskyemail: modi.an + coops: + - MITRE + - ASICS Digital + skills: + - cyber + - sysadmin + - AWS + - Virtualization + - Networking diff --git a/_includes/eboard.html b/_includes/eboard.html index be1d5ba71..2195fce8f 100644 --- a/_includes/eboard.html +++ b/_includes/eboard.html @@ -2,7 +2,12 @@

    Eboard

    {% for person in site.data.eboard %}
    + {% if person.img %} + {% else %} + + + {% endif %} {% if person.link %} {{person.name}}
    {{person.title}} diff --git a/_includes/mentors.html b/_includes/mentors.html new file mode 100644 index 000000000..eba2753cb --- /dev/null +++ b/_includes/mentors.html @@ -0,0 +1,42 @@ +

    Mentors

    + +{% for person in site.data.mentors %} +
    + + + + {% if person.link %} + + {{person.name}} + + {% else %} + {{person.name}} + {% endif %} +
    + {{person.major}} +

    + +   {{person.huskyemail}}
    +   {{person.year}} +

    + + +   Skills
    + {% for skill in person.skills %} + - {{skill}}
    + {% endfor %} +
    + +   Co-ops
    + {% for coop in person.coops %} + - {{coop}}
    + {% endfor %} + + +
    +


    +{% endfor %} + +


    +...complete this form to be added as a mentor! +

    \ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html index 264feb5f8..f6e58c6de 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -7,6 +7,10 @@

    home

    eboard

        + +

    mentors

    +
    +    

    contact

    diff --git a/_site/assets/main.css b/_site/assets/main.css index 836374d76..ec15a545c 100644 --- a/_site/assets/main.css +++ b/_site/assets/main.css @@ -16,6 +16,10 @@ eboardMember { display: flex; flex-direction: row; } +.person-name { + font-size: 23px; + font-weight: 400; } + header, main { padding: 0 20px; } diff --git a/_site/contact/index.html b/_site/contact/index.html index 386ed4da9..6c0e2beab 100644 --- a/_site/contact/index.html +++ b/_site/contact/index.html @@ -126,6 +126,10 @@

    home

    eboard

        + +

    mentors

    +
    +    

    contact

    @@ -139,6 +143,10 @@

    Contact


    diff --git a/_site/index.html b/_site/index.html index fb8ce9ddc..d90396d9b 100644 --- a/_site/index.html +++ b/_site/index.html @@ -151,6 +151,9 @@

    Welcome!

    Check our social media for details on upcoming events!

    + Please fill out our INTEREST FORM to participate in CoSMO! + + - Josh Spicer + Josh spicer + + +
    + computer science +

    + +   spicer.jo
    +   4th year +

    + + +   Skills
    + + - react native
    + + - cyber security
    + +
    + +   Co-ops
    + + - VSR
    + + - Akamai
    + + - Microsoft
    + + + + +


    + +

    + + + + + + Anuj Modi + + +
    + computer science + cyber ops (minor in math) +

    + +   modi.an
    +   4th year +

    + + +   Skills
    + + - cyber
    + + - sysadmin
    + + - AWS
    + + - virtualization
    + + - networking
    + +
    + +   Co-ops
    + + - MITRE
    + + - ASICS Digital
    + + + +
    +


    + +
    + + + + + Katie Busemeyer + +
    + computer science + cognitive psychology +

    + +   busemeyer.k
    +   4th year +

    + + +   Skills
    + + - react
    + + - JS
    + + - HTML
    + + - CSS
    + + - Ruby on Rails
    + + - Tableau
    + + - SQL
    + + - Java
    + +
    + +   Co-ops
    + + - Rue La La
    + + - ezCater
    + + - Bank of America (internship)
    + + + +
    +


    + +
    + + + + + + Chris Gomes + + +
    + computer science + business administration +

    + +   gomes.chri
    +   4th year +

    + + +   Skills
    + + - python
    + + - scala
    + + - java
    + + - data science
    + + - machine learning
    + +
    + +   Co-ops
    + + - Suffolk Construction
    + + - Spotify
    + + + +
    +


    + +
    + + + + + Isabel Bolger + +
    + computer science +

    + +   bolger.i
    +   3rd year +

    + + +   Skills
    + + - git
    + + - HTML
    + + - CSS
    + + - Java
    + +
    + +   Co-ops
    + + - Microsoft (internship)
    + + - co op at a gaming company in sf
    + + + +
    +


    + +
    + + + + + Jalaj Singh + +
    + computer science +

    + +   singh.ja
    +   2nd year +

    + + +   Skills
    + + - java
    + + - neo4j
    + +
    + +   Co-ops
    + + - small data management company (internship)
    + + + +
    +


    + +
    + + + + + + Jakob Hain + + +
    + computer science +

    + +   Hain.j
    +   3rd year +

    + + +   Skills
    + + - PL
    + + - functional programming
    + + - git
    + +
    + +   Co-ops
    + + - Research co-op at PRL
    + + + +
    +


    + +
    + + + + + + Jacob Aronoff + + +
    + computer science +

    + +   aronoff.j
    +   4th year +

    + + +   Skills
    + + - cloud
    + + - backend
    + + - app dev
    + +
    + +   Co-ops
    + + - Datadog
    + + - Drift
    + + + +
    +


    + +
    + + + + + Fiona McCrae + +
    + Cybersecurity BSPolitical Science Minor +

    + +   mccrae.f
    +   2nd year +

    + + +   Skills
    + + - cyber security
    + + - linux
    + + - writing/editing
    + + - java
    + + - maven
    + + - confluence
    + +
    + +   Co-ops
    + + + +
    +


    + +
    + + + + + Eli Kirmayer + +
    + cs +

    + +   kirmayer.e
    +   4th year +

    + + +   Skills
    + + - python
    + + - databases
    + + - lil bit of R
    + + - some web frameworks
    + + - algorithms
    + +
    + +   Co-ops
    + + - Nvidia
    + + + +
    +


    + +
    + + + + + + David Tandetnik
    Computer Science

    -   spicer.jo
    -   4th Year +   tandetnik.da
    +   4th year

      Skills
    - - react-native
    + - back-end cloud development (AWS, GCP)
    - - cyber security
    + - server architecture
    + + - server design (microservices, kubernetes)

      Co-ops
    - - Virtual Security Research
    + - Skillz
    - - Akamai
    + - Mercari
    - - Microsoft
    + - Amazon (internship)
    @@ -182,38 +584,339 @@

    Mentors

    - - Anuj Modi + Zheng Fang + +
    + Computer Information +

    + +   zackandaerith1@gmail.com
    +   Master's +

    + + +   Skills
    + + - Git
    + + - R
    + + - python
    + + - SAS
    + +
    + +   Co-ops
    + + + +
    +


    + +
    + + + + + + Shane Timmerman
    - CS + Cyber Ops (Math Minor) + computer science + biology

    -   modi.an
    -   4th Year +   shanetimmerman@gmail.com
    +   4th year

      Skills
    - - cyber
    + - python
    - - sysadmin
    + - java
    - - AWS
    + - JS
    + + - scala
    + + - elixir
    - - Virtualization
    + - perl frameworks
    - - Networking
    + - flask
    + + - react
    + + - phoenix
    + + - kivy
    + + - MS SQL
    + + - mySql
    + + - postgreSQL
    + + - SQLite
    + + - hive
    + + - hadoop
    + + - spark
    + + - git
    + + - docker
    + + - pytest
    + + - kafka
    + + - kubernetes
    + + - helm

      Co-ops
    - - MITRE
    + - Wayfair
    - - ASICS Digital
    + - FluidScreen
    + + + +
    +


    + +
    + + + + + Victoria Yang + +
    + computer science + business +

    + +   yang.wenhu
    +   5th year +

    + + +   Skills
    + + - java
    + + - python
    + + - ruby on rails
    + +
    + +   Co-ops
    + + - Workday
    + + - Morgan Stanley (internship)
    + + - Coinbase
    + + - startup (product management internship)
    + + + +
    +


    + +
    + + + + + Mohini Limbodia + +
    + computer science +

    + +   limbodia.m
    +   Master's +

    + + +   Skills
    + +
    + +   Co-ops
    + + - currently doing a co-op
    + + + +
    +


    + +
    + + + + + Nate Hofmann + +
    + computer science (minor in Economics) +

    + +   hofmann.n
    +   3rd year +

    + + +   Skills
    + + - python
    + + - java
    + + - SQL
    + + - git
    + + - bash
    + + - javaFX
    + + - python imaging library
    + +
    + +   Co-ops
    + + - Draper Laboratory
    + + + +
    +


    + +
    + + + + + + Makena Oda + + +
    + computer science and criminal justice +

    + +   oda.m
    +   2nd year +

    + + +   Skills
    + + - java
    + + - racket
    + + - adobe premiere
    + + - adobe photoshop and illustrator
    + +
    + +   Co-ops
    + + + +
    +


    + +
    + + + + + Nickhil Tekwani + +
    + computer science + communication studies +

    + +   tekwani.n
    +   2nd year +

    + + +   Skills
    + + - JS
    + + - react
    + + - git
    + + - SQL
    + + - tableau
    + +
    + +   Co-ops
    + + - Cloudera
    + + - Optum (internship)
    + + + +
    +


    + +
    + + + + + + Felicia Zhang + + +
    + computer engineering + computer science +

    + +   zhang.fel
    +   4th year +

    + + +   Skills
    + + - web dev - react/redux - vue - JS - TS
    + + - electronics
    + +
    + +   Co-ops
    + + - Drift
    + + - Google
    + + - Carbonite
    @@ -242,8 +945,13 @@

    Mentors

  • Join our Mailing List +
  • +
  • + + Join our Slack


  • +