|
21 | 21 | <link rel="stylesheet" href="css/splash.css">
|
22 | 22 | </head>
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 | 24 | <body>
|
27 | 25 | <main>
|
28 | 26 | <!-- banner -->
|
@@ -181,7 +179,7 @@ <h3 class="tagline">meet the team</h3>
|
181 | 179 | <a href="http://github.com/wnmurphy">
|
182 | 180 | <div class="team-member col s12 m6 l4">
|
183 | 181 | <div class="team-member-photo">
|
184 |
| - <img src="photos/neil.png" className="responsive-img" /> |
| 182 | + <img src="photos/neil.png" class="responsive-img" /> |
185 | 183 | </div>
|
186 | 184 | <div class="team-member-name">Neil Murphy</div>
|
187 | 185 | <div class="team-member-role">Full-Stack Developer</div>
|
@@ -354,12 +352,20 @@ <h3 class="tagline">tech stack</h3>
|
354 | 352 | <div class="footer-copyright">
|
355 | 353 | <div class="container">
|
356 | 354 | <div class="row">
|
357 |
| - <div class="col s6">© 2016 irl</div> |
358 |
| - <div class="col s6"> |
| 355 | + <div class="col s4">© 2016 irl |
| 356 | + </div> |
| 357 | + <div class="col s4"> |
| 358 | + <div class="center"> |
| 359 | + <a href="https://github.com/hrr12MYLTR/thesis"> |
| 360 | + <img class="responsive-img" src="logos/github.png" /> |
| 361 | + </a> |
| 362 | + </div> |
| 363 | + </div> |
| 364 | + <div class="col s4"> |
359 | 365 | <a class="modal-trigger grey-text text-lighten-4 right" href="#privacy-modal">Privacy and Terms of Service</a>
|
360 | 366 | </div>
|
361 | 367 | </div>
|
362 |
| - </div> |
| 368 | + </div> |
363 | 369 | </div>
|
364 | 370 | </footer>
|
365 | 371 |
|
@@ -422,10 +428,10 @@ <h2>Privacy Policy</h2>
|
422 | 428 | $('.parallax').parallax();
|
423 | 429 | $('.slider').slider({height: 667});
|
424 | 430 | $('.modal-trigger').leanModal({
|
425 |
| - dismissible: true, // Modal can be dismissed by clicking outside of the modal |
426 |
| - opacity: .5, // Opacity of modal background |
427 |
| - in_duration: 300, // Transition in duration |
428 |
| - out_duration: 200 // Transition out duration |
| 431 | + dismissible: true, |
| 432 | + opacity: .5, |
| 433 | + in_duration: 300, |
| 434 | + out_duration: 200 |
429 | 435 | });
|
430 | 436 | makeSquares();
|
431 | 437 | });
|
|
0 commit comments