mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Initial page based on Agency by http://startbootstrap.com
This commit is contained in:
commit
838774e06d
84 changed files with 8146 additions and 0 deletions
17
_includes/js.html
Normal file
17
_includes/js.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!-- jQuery Version 1.11.0 -->
|
||||
<script src="{{ "/js/jquery-1.11.0.js" | prepend: site.baseurl }}"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="{{ "/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="{{ "/js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
|
||||
<script src="{{ "/js/classie.js" | prepend: site.baseurl }}"></script>
|
||||
<script src="{{ "/js/cbpAnimatedHeader.js" | prepend: site.baseurl }}"></script>
|
||||
|
||||
<!-- Contact Form JavaScript -->
|
||||
<script src="{{ "/js/jqBootstrapValidation.js" | prepend: site.baseurl }}"></script>
|
||||
<script src="{{ "/js/contact_me.js" | prepend: site.baseurl }}"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="{{ "/js/agency.js" | prepend: site.baseurl }}"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue