Ver código fonte

Merge branch 'uvis-dev' of github.com:dutchcoders/transfer.sh

tags/v1.0.0
Remco 9 anos atrás
pai
commit
99842d3098
6 arquivos alterados com 1495 adições e 2 exclusões
  1. +1
    -1
      transfersh-web/index.html
  2. +1490
    -0
      transfersh-web/scripts/typewriter-bundle.js
  3. +1
    -0
      transfersh-web/scripts/typewriter-bundle.min.js
  4. +1
    -0
      transfersh-web/styles/includes/pages.less
  5. +1
    -0
      transfersh-web/styles/main.css
  6. +1
    -1
      transfersh-web/styles/main.css.map

+ 1
- 1
transfersh-web/index.html Ver arquivo

@@ -326,10 +326,10 @@
<!-- build:js scripts/main.js -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/typed.js/js/typed.js"></script>
<script src="bower_components/realistic-typewriter.js/build/typewriter-bundle.min.js"></script>
<script src="bower_components/uri.js/src/URI.min.js"></script>
<script src="bower_components/bootstrap/js/transition.js"></script>
<script src="bower_components/bootstrap/js/collapse.js"></script>
<script src="scripts/typewriter-bundle.js"></script>
<script src="scripts/main.js"></script>
<!-- endbuild -->
</body>


+ 1490
- 0
transfersh-web/scripts/typewriter-bundle.js
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 1
- 0
transfersh-web/scripts/typewriter-bundle.min.js
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 1
- 0
transfersh-web/styles/includes/pages.less Ver arquivo

@@ -54,6 +54,7 @@
ul {
margin-top: 30px;
list-style:none;
padding: 0;
}
li {


+ 1
- 0
transfersh-web/styles/main.css Ver arquivo

@@ -5611,6 +5611,7 @@ a:hover {
#share ul {
margin-top: 30px;
list-style: none;
padding: 0;
}
#share li {
margin: 0 20px;


+ 1
- 1
transfersh-web/styles/main.css.map
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


Carregando…
Cancelar
Salvar