|
27 | 27 | <body ng-app="schemaForm" ng-controller="PageCtrl"> |
28 | 28 | <a href="https://github.com/Textalk/angular-schema-form" class="github-banner hidden-xs"><img src="gh-pages-files/img/github-banner.png" alt=""/></a> |
29 | 29 | <a href="https://github.com/Textalk/angular-schema-form" class="github-bar visible-xs"><span class="glyphicon glyphicon-star" aria-hidden="true"></span> us on GitHub</a> |
30 | | - <!-- <div class="header-wraper"> restore later |
| 30 | + <div class="header-wraper"> |
31 | 31 | <div class="wrap-my-slide"> |
32 | 32 | <div class="slide-a-long hidden-xs"> |
33 | 33 | <div class="slide" id="slide1"> |
@@ -57,36 +57,18 @@ <h3>Reason #3</h3> |
57 | 57 | <p>Nothing says freedom like this.</p> |
58 | 58 | </div> |
59 | 59 | </div> |
60 | | - </div> --> |
61 | | - |
62 | | - <iframe class="video" src="https://www.youtube.com/embed/duBFMipRq2o?rel=0" frameborder="0" allowfullscreen></iframe> |
63 | | - |
64 | | - <div class="title"> |
65 | | - <div class="container pushdown"> |
66 | | - <div id="logo"> |
67 | | - <img src="gh-pages-files/img/logo.png" alt="Angular Schema Form" /> |
68 | | - </div> |
69 | | - <h1 class="black">Generate forms from a JSON schema, with AngularJS!</h1> |
70 | | - </div> |
71 | 60 | </div> |
72 | 61 |
|
73 | | - <!-- <header> Restore later |
| 62 | + <header> |
74 | 63 | <div class="container"> |
75 | 64 | <div id="logo"> |
76 | 65 | <img src="gh-pages-files/img/logo.png" alt="Angular Schema Form" /> |
77 | 66 | </div> |
78 | 67 | <h1>Generate forms from a JSON schema, with AngularJS!</h1> |
79 | 68 | </div> |
80 | 69 | </header> |
81 | | - <div class="anchor hidden-xs"> |
82 | | - <div class="container"> |
83 | | - <a href="#what-is-it"> |
84 | | - <div class="circle"><span>⌵</span></div> |
85 | | - </a> |
86 | | - </div> |
87 | | - </div> |
88 | 70 | </div> |
89 | | - </div>--> |
| 71 | + </div> |
90 | 72 |
|
91 | 73 | <div id="what-is-it" class="container what-is-it"> |
92 | 74 | <div class="col-sm-12"> |
@@ -221,7 +203,6 @@ <h5>RTFM<br/>FTW</h5> |
221 | 203 | </div> |
222 | 204 | </div> |
223 | 205 |
|
224 | | - |
225 | 206 | <div class="container add-ons"> |
226 | 207 | <h2>Add-ons</h2> |
227 | 208 | <p> |
@@ -356,14 +337,14 @@ <h5>Thank you & good bye!</h5> |
356 | 337 | 'comment': 'At least i have chicken.' |
357 | 338 | }; |
358 | 339 |
|
359 | | - var videoSize = { width: $(window).innerWidth() + 'px', height: Math.floor($(window).innerWidth() / 1.777777) + 'px' }; |
360 | | - $('.video').css(videoSize); |
361 | | - |
362 | | - // If you want to keep full screen on window resize |
363 | | - $(window).resize(function(){ |
364 | | - videoSize = { width: $(window).innerWidth() + 'px', height: Math.floor($(window).innerWidth() / 1.777777) + 'px' } |
365 | | - $('.video').css(videoSize); |
366 | | - }); |
| 340 | + // var videoSize = { width: $(window).innerWidth() + 'px', height: Math.floor($(window).innerWidth() / 1.777777) + 'px' }; |
| 341 | + // $('.video').css(videoSize); |
| 342 | + // |
| 343 | + // // If you want to keep full screen on window resize |
| 344 | + // $(window).resize(function(){ |
| 345 | + // videoSize = { width: $(window).innerWidth() + 'px', height: Math.floor($(window).innerWidth() / 1.777777) + 'px' } |
| 346 | + // $('.video').css(videoSize); |
| 347 | + // }); |
367 | 348 |
|
368 | 349 | /* |
369 | 350 | Navigation for addons list. |
|
0 commit comments