File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
2-
31import './sass/main.scss'
42import '@fortawesome/fontawesome-free/css/all.css'
53
6-
74// slick-carousel configuration
8-
95import $ from 'jquery'
106import 'slick-carousel'
117
8+
9+ const hiringMessage = `Hey, you.
10+ You’re finally awake.
11+ You were trying to see the code, right?
12+ Walked right into that hiring message, same as us.
13+ If you’d like to work on this website and other cool projects with hackathons, send an email over to engineering@coderit.org!`
14+
15+ console . log ( hiringMessage ) ;
16+
17+ // comment generated via js instead of directly in HTML so the hiring message text is only in one place
18+ const comment = document . createComment ( "\n" + hiringMessage . toString ( ) + "\n" ) ;
19+ document . insertBefore ( comment , document . firstChild ) ;
20+
21+
1222$ ( document ) . ready ( function ( ) {
1323 $ ( '.carousel' ) . slick ( {
1424 infinite : true ,
You can’t perform that action at this time.
0 commit comments