|
| 1 | +<!-- |
| 2 | +========================== Presenting Adobe Github Homepage v2.0 ========================== |
| 3 | +------------------- The new central hub for Adobe Open sources projects. ------------------ |
| 4 | +
|
| 5 | + ~ Adobe + Open Source = ♥ ~ |
| 6 | +
|
| 7 | +That's why we built this project on top of cutting-edge technologies like: |
| 8 | +- AngularJS, |
| 9 | +- Foundation, |
| 10 | +- Github Pages and API, |
| 11 | +- NodeJS |
| 12 | +- D3 |
| 13 | +- and many more! |
| 14 | +
|
| 15 | +More information can be found in https://github.com/adobe/adobe.github.com. |
| 16 | +
|
| 17 | +================= Join the team! ===> http://www.adobe.com/careers.html ================= |
| 18 | +
|
| 19 | +Okay, now let's take a look on how this website is codded! |
| 20 | +--> |
| 21 | + |
1 | 22 | <!DOCTYPE html> |
2 | 23 | <!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]--> |
3 | 24 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en" ng-app="AdobeOpenSource"> <!--<![endif]--> |
|
73 | 94 | <div class="row"> |
74 | 95 | <div class="large-4 columns"> |
75 | 96 | <blockquote>Advancing technology through open initiatives</blockquote> |
76 | | - <p class="text-center"><a href="http://www.adobe.com/careers.html">Want to join?</a></p> |
| 97 | + <p class="text-center"><a href="http://www.adobe.com/careers.html">Join the team!</a></p> |
77 | 98 | </div> |
78 | 99 | <div class="large-8 columns"> |
79 | 100 | <div class="large-6 columns"> |
@@ -319,25 +340,8 @@ <h5 class="details">...and with <a target="_blank" href="http://angularjs.org/" |
319 | 340 | <script src="js/dcjs/d3.min.js"></script> |
320 | 341 | <script src="js/dcjs/dc.min.js"></script> |
321 | 342 | <!--<![endif]--> |
| 343 | + |
322 | 344 | <script src="js/script.js"></script> |
323 | | - |
324 | | - |
325 | | - <!-- Unused Foundation scripts |
326 | | - <script src="js/foundation/foundation.abide.js"></script> |
327 | | - <script src="js/foundation/foundation.alerts.js"></script> |
328 | | - <script src="js/foundation/foundation.clearing.js"></script> |
329 | | - <script src="js/foundation/foundation.cookie.js"></script> |
330 | | - <script src="js/foundation/foundation.dropdown.js"></script> |
331 | | - <script src="js/foundation/foundation.forms.js"></script> |
332 | | - <script src="js/foundation/foundation.interchange.js"></script> |
333 | | - <script src="js/foundation/foundation.joyride.js"></script> |
334 | | - <script src="js/foundation/foundation.orbit.js"></script> |
335 | | - <script src="js/foundation/foundation.placeholder.js"></script> |
336 | | - <script src="js/foundation/foundation.reveal.js"></script> |
337 | | - <script src="js/foundation/foundation.section.js"></script> |
338 | | - <script src="js/foundation/foundation.tooltips.js"></script> |
339 | | - <script src="js/foundation/foundation.topbar.js"></script> |
340 | | - --> |
341 | | - |
342 | | - </body> |
| 345 | + |
| 346 | +</body> |
343 | 347 | </html> |
0 commit comments