Skip to content

Commit 3595d28

Browse files
committed
Fix adobe#13
1 parent 26331a7 commit 3595d28

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

index.html

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
<!DOCTYPE html>
223
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
324
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" ng-app="AdobeOpenSource"> <!--<![endif]-->
@@ -73,7 +94,7 @@
7394
<div class="row">
7495
<div class="large-4 columns">
7596
<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>
7798
</div>
7899
<div class="large-8 columns">
79100
<div class="large-6 columns">
@@ -319,25 +340,8 @@ <h5 class="details">...and with <a target="_blank" href="http://angularjs.org/"
319340
<script src="js/dcjs/d3.min.js"></script>
320341
<script src="js/dcjs/dc.min.js"></script>
321342
<!--<![endif]-->
343+
322344
<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>
343347
</html>

0 commit comments

Comments
 (0)