12 Commits

Author SHA1 Message Date
  Camila 648533649c Add instagram view 2 years ago
  Carlos Hernandez 662b988775 Add most recent dynamic instagram posts to home 2 years ago
  Carlos Hernandez a8c043bef0 Move sorting code to own file 2 years ago
  Carlos Hernandez c7f755c93a Sort content based on type 2 years ago
  Carlos Hernandez 09b4595092 Add instagram posts 2 years ago
  Carlos Hernandez e949d95baa Add most recent dynamic instagram posts to home 2 years ago
  diegoaperez 2eaaa07f89 Sprint 2 2 years ago
  diegoaperez 2d37f05bdd Sprint 2 2 years ago
  diegoaperez 738de1c859 Update para el sprint 2. 2 years ago
  Carlos Hernandez 938b50bb63 Move sorting code to own file 2 years ago
  Carlos Hernandez 6ecf07f093 Sort content based on type 2 years ago
  Carlos Hernandez 73bc95fe65 Add instagram posts 2 years ago
100 changed files with 2148 additions and 1 deletions
  1. 8
    0
      app_template/.gitignore
  2. 28
    0
      app_template/config.xml
  3. 1628
    0
      app_template/package-lock.json
  4. 27
    0
      app_template/package.json
  5. 53
    0
      app_template/www/README.txt
  6. 0
    0
      app_template/www/css/animate.css
  7. 0
    0
      app_template/www/css/bootstrap.css
  8. 0
    0
      app_template/www/css/bootstrap.css.map
  9. 85
    0
      app_template/www/css/fancy.css
  10. 0
    0
      app_template/www/css/icomoon.css
  11. 0
    0
      app_template/www/css/magnific-popup.css
  12. 0
    0
      app_template/www/css/main.css
  13. 0
    0
      app_template/www/css/simple-line-icons.css
  14. 0
    1
      app_template/www/css/style.css
  15. 0
    0
      app_template/www/css/style.css.map
  16. 0
    0
      app_template/www/fonts/bootstrap/glyphicons-halflings-regular.eot
  17. 0
    0
      app_template/www/fonts/bootstrap/glyphicons-halflings-regular.svg
  18. 0
    0
      app_template/www/fonts/bootstrap/glyphicons-halflings-regular.ttf
  19. 0
    0
      app_template/www/fonts/bootstrap/glyphicons-halflings-regular.woff
  20. 0
    0
      app_template/www/fonts/bootstrap/glyphicons-halflings-regular.woff2
  21. 0
    0
      app_template/www/fonts/icomoon/icomoon.eot
  22. 0
    0
      app_template/www/fonts/icomoon/icomoon.svg
  23. 0
    0
      app_template/www/fonts/icomoon/icomoon.ttf
  24. 0
    0
      app_template/www/fonts/icomoon/icomoon.woff
  25. 0
    0
      app_template/www/fonts/icomoon/icomoon/Read Me.txt
  26. 0
    0
      app_template/www/fonts/icomoon/icomoon/demo-files/demo.css
  27. 0
    0
      app_template/www/fonts/icomoon/icomoon/demo-files/demo.js
  28. 0
    0
      app_template/www/fonts/icomoon/icomoon/demo.html
  29. 0
    0
      app_template/www/fonts/icomoon/icomoon/fonts/icomoon.eot
  30. 0
    0
      app_template/www/fonts/icomoon/icomoon/fonts/icomoon.svg
  31. 0
    0
      app_template/www/fonts/icomoon/icomoon/fonts/icomoon.ttf
  32. 0
    0
      app_template/www/fonts/icomoon/icomoon/fonts/icomoon.woff
  33. 0
    0
      app_template/www/fonts/icomoon/icomoon/selection.json
  34. 0
    0
      app_template/www/fonts/icomoon/icomoon/style.css
  35. 0
    0
      app_template/www/fonts/simple-line-icons/Simple-Line-Icons.eot
  36. 0
    0
      app_template/www/fonts/simple-line-icons/Simple-Line-Icons.svg
  37. 0
    0
      app_template/www/fonts/simple-line-icons/Simple-Line-Icons.ttf
  38. 0
    0
      app_template/www/fonts/simple-line-icons/Simple-Line-Icons.woff
  39. 0
    0
      app_template/www/fonts/simple-line-icons/Simple-Line-Icons.woff2
  40. 0
    0
      app_template/www/home.html
  41. 0
    0
      app_template/www/images/full_image_1.jpg
  42. 0
    0
      app_template/www/images/full_image_2.jpg
  43. 0
    0
      app_template/www/images/project-1.jpg
  44. 0
    0
      app_template/www/images/project-2.jpg
  45. 0
    0
      app_template/www/images/project-3.jpg
  46. 0
    0
      app_template/www/images/project-4.jpg
  47. 0
    0
      app_template/www/images/project-5.jpg
  48. 0
    0
      app_template/www/images/project-6.jpg
  49. 0
    0
      app_template/www/images/user-1.jpg
  50. 0
    0
      app_template/www/images/user-2.jpg
  51. 0
    0
      app_template/www/images/user-3.jpg
  52. 0
    0
      app_template/www/images/white.jpg
  53. 178
    0
      app_template/www/index.html
  54. 141
    0
      app_template/www/instagram.html
  55. 0
    0
      app_template/www/js/bootstrap.min.js
  56. 0
    0
      app_template/www/js/jquery.countTo.js
  57. 0
    0
      app_template/www/js/jquery.easing.1.3.js
  58. 0
    0
      app_template/www/js/jquery.min.js
  59. 0
    0
      app_template/www/js/jquery.stellar.min.js
  60. 0
    0
      app_template/www/js/jquery.style.switcher.js
  61. 0
    0
      app_template/www/js/jquery.waypoints.min.js
  62. 0
    0
      app_template/www/js/main.js
  63. 0
    0
      app_template/www/js/modernizr-2.6.2.min.js
  64. 0
    0
      app_template/www/js/respond.min.js
  65. 0
    0
      app_template/www/sass/_bootstrap-compass.scss
  66. 0
    0
      app_template/www/sass/_bootstrap-mincer.scss
  67. 0
    0
      app_template/www/sass/_bootstrap-sprockets.scss
  68. 0
    0
      app_template/www/sass/bootstrap.scss
  69. 0
    0
      app_template/www/sass/bootstrap/_alerts.scss
  70. 0
    0
      app_template/www/sass/bootstrap/_badges.scss
  71. 0
    0
      app_template/www/sass/bootstrap/_breadcrumbs.scss
  72. 0
    0
      app_template/www/sass/bootstrap/_button-groups.scss
  73. 0
    0
      app_template/www/sass/bootstrap/_buttons.scss
  74. 0
    0
      app_template/www/sass/bootstrap/_carousel.scss
  75. 0
    0
      app_template/www/sass/bootstrap/_close.scss
  76. 0
    0
      app_template/www/sass/bootstrap/_code.scss
  77. 0
    0
      app_template/www/sass/bootstrap/_component-animations.scss
  78. 0
    0
      app_template/www/sass/bootstrap/_dropdowns.scss
  79. 0
    0
      app_template/www/sass/bootstrap/_forms.scss
  80. 0
    0
      app_template/www/sass/bootstrap/_glyphicons.scss
  81. 0
    0
      app_template/www/sass/bootstrap/_grid.scss
  82. 0
    0
      app_template/www/sass/bootstrap/_input-groups.scss
  83. 0
    0
      app_template/www/sass/bootstrap/_jumbotron.scss
  84. 0
    0
      app_template/www/sass/bootstrap/_labels.scss
  85. 0
    0
      app_template/www/sass/bootstrap/_list-group.scss
  86. 0
    0
      app_template/www/sass/bootstrap/_media.scss
  87. 0
    0
      app_template/www/sass/bootstrap/_mixins.scss
  88. 0
    0
      app_template/www/sass/bootstrap/_modals.scss
  89. 0
    0
      app_template/www/sass/bootstrap/_navbar.scss
  90. 0
    0
      app_template/www/sass/bootstrap/_navs.scss
  91. 0
    0
      app_template/www/sass/bootstrap/_normalize.scss
  92. 0
    0
      app_template/www/sass/bootstrap/_pager.scss
  93. 0
    0
      app_template/www/sass/bootstrap/_pagination.scss
  94. 0
    0
      app_template/www/sass/bootstrap/_panels.scss
  95. 0
    0
      app_template/www/sass/bootstrap/_popovers.scss
  96. 0
    0
      app_template/www/sass/bootstrap/_print.scss
  97. 0
    0
      app_template/www/sass/bootstrap/_progress-bars.scss
  98. 0
    0
      app_template/www/sass/bootstrap/_responsive-embed.scss
  99. 0
    0
      app_template/www/sass/bootstrap/_responsive-utilities.scss
  100. 0
    0
      app_template/www/sass/bootstrap/_scaffolding.scss

+ 8
- 0
app_template/.gitignore View File

@@ -0,0 +1,8 @@
1
+.DS_Store
2
+
3
+# Generated by package manager
4
+node_modules/
5
+
6
+# Generated by Cordova
7
+/plugins/
8
+/platforms/

+ 28
- 0
app_template/config.xml View File

@@ -0,0 +1,28 @@
1
+<?xml version='1.0' encoding='utf-8'?>
2
+<widget id="io.cordova.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
+    <name>HelloCordova</name>
4
+    <description>
5
+        A sample Apache Cordova application that responds to the deviceready event.
6
+    </description>
7
+    <author email="dev@cordova.apache.org" href="http://cordova.io">
8
+        Apache Cordova Team
9
+    </author>
10
+    <content src="index.html" />
11
+    <access origin="*" />
12
+    <allow-intent href="https://*/*" />
13
+    <allow-intent href="tel:*" />
14
+    <allow-intent href="sms:*" />
15
+    <allow-intent href="mailto:*" />
16
+    <allow-intent href="geo:*" />
17
+    <platform name="android">
18
+        <allow-intent href="market:*" />
19
+    </platform>
20
+    <platform name="ios">
21
+        <allow-intent href="https://widget.justcast.com/*" />
22
+        <access origin="https://widget.justcast.com/*" />
23
+        <allow-navigation href="https://widget.justcast.com/*" />
24
+
25
+        <access origin="*" />
26
+
27
+    </platform>
28
+</widget>

+ 1628
- 0
app_template/package-lock.json
File diff suppressed because it is too large
View File


+ 27
- 0
app_template/package.json View File

@@ -0,0 +1,27 @@
1
+{
2
+  "name": "io.cordova.hellocordova",
3
+  "displayName": "HelloCordova",
4
+  "version": "1.0.0",
5
+  "description": "A sample Apache Cordova application that responds to the deviceready event.",
6
+  "main": "index.js",
7
+  "scripts": {
8
+    "test": "echo \"Error: no test specified\" && exit 1"
9
+  },
10
+  "keywords": [
11
+    "ecosystem:cordova"
12
+  ],
13
+  "author": "Apache Cordova Team",
14
+  "license": "Apache-2.0",
15
+  "devDependencies": {
16
+    "cordova-ios": "^6.2.0",
17
+    "cordova-plugin-whitelist": "^1.3.4"
18
+  },
19
+  "cordova": {
20
+    "plugins": {
21
+      "cordova-plugin-whitelist": {}
22
+    },
23
+    "platforms": [
24
+      "ios"
25
+    ]
26
+  }
27
+}

+ 53
- 0
app_template/www/README.txt View File

@@ -0,0 +1,53 @@
1
+
2
+TITLE: 
3
+Black - One Page Fully Responsive Free HTML5 template
4
+
5
+AUTHOR:
6
+DESIGNED & DEVELOPED by FREEHTML5.co
7
+
8
+Website: http://freehtml5.co/
9
+Twitter: http://twitter.com/fh5co
10
+Facebook: http://facebook.com/fh5co
11
+
12
+
13
+CREDITS:
14
+
15
+Bootstrap
16
+http://getbootstrap.com/
17
+
18
+jQuery
19
+http://jquery.com/
20
+
21
+jQuery Easing
22
+http://gsgd.co.uk/sandbox/jquery/easing/
23
+
24
+Modernizr
25
+http://modernizr.com/
26
+
27
+Google Fonts
28
+https://www.google.com/fonts/
29
+
30
+Icomoon
31
+https://icomoon.io/app/
32
+
33
+Simple Line Icons
34
+https://github.com/thesabbir/simple-line-icons
35
+
36
+Respond JS
37
+https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
38
+
39
+animate.css
40
+http://daneden.me/animate
41
+
42
+jQuery Waypoint
43
+https://github.com/imakewebthings/waypoints/blog/master/licenses.txt
44
+
45
+
46
+Stellar Parallax
47
+http://markdalgleish.com/projects/stellar.js/
48
+
49
+Demo Images:
50
+http://unsplash.com
51
+
52
+jQuery Counter
53
+https://github.com/mhuggins/jquery-countTo

dato_template/css/animate.css → app_template/www/css/animate.css View File


dato_template/css/bootstrap.css → app_template/www/css/bootstrap.css View File


dato_template/css/bootstrap.css.map → app_template/www/css/bootstrap.css.map View File


+ 85
- 0
app_template/www/css/fancy.css View File

@@ -0,0 +1,85 @@
1
+@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
2
+*{
3
+  margin: 0;
4
+  padding: 0;
5
+  box-sizing: border-box;
6
+  font-family: 'Poppins', sans-serif;
7
+}
8
+html,body{
9
+  display: grid;
10
+  height: 100%;
11
+  width: 100%;
12
+  place-items: center;
13
+  background: linear-gradient(315deg, #000000 100%, #d7e1ec 74%);
14
+}
15
+.wrapper .button{
16
+  display: inline-block;
17
+  height: 60px;
18
+  width: 60px;
19
+  float: none;
20
+  margin: 0 190px;
21
+  overflow: hidden;
22
+  background: #fff;
23
+  border-radius: 50px;
24
+  cursor: pointer;
25
+  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
26
+  transition: all 0.3s ease-out;
27
+}
28
+.wrapper .button:hover{
29
+  width: 200px;
30
+}
31
+.wrapper .button .icon{
32
+  display: inline-block;
33
+  height: 60px;
34
+  width: 60px;
35
+  text-align: center;
36
+  border-radius: 50px;
37
+  box-sizing: border-box;
38
+  line-height: 60px;
39
+  transition: all 0.3s ease-out;
40
+}
41
+.wrapper .button:nth-child(1):hover .icon{
42
+  background: #000000;
43
+}
44
+.wrapper .button:nth-child(2):hover .icon{
45
+  background: #000000;
46
+}
47
+.wrapper .button:nth-child(3):hover .icon{
48
+  background: #000000;
49
+}
50
+.wrapper .button:nth-child(4):hover .icon{
51
+  background: #000000;
52
+}
53
+.wrapper .button:nth-child(5):hover .icon{
54
+  background: #000000;
55
+}
56
+.wrapper .button .icon i{
57
+  font-size: 25px;
58
+  line-height: 60px;
59
+  transition: all 0.3s ease-out;
60
+}
61
+.wrapper .button:hover .icon i{
62
+  color: #fff;
63
+}
64
+.wrapper .button span{
65
+  font-size: 20px;
66
+  font-weight: 500;
67
+  line-height: 60px;
68
+  margin-left: 10px;
69
+  transition: all 0.3s ease-out;
70
+}
71
+.wrapper .button:nth-child(1) span{
72
+  color: #000000;
73
+}
74
+.wrapper .button:nth-child(2) span{
75
+  color: #000000;
76
+}
77
+.wrapper .button:nth-child(3) span{
78
+  color: #000000;
79
+}
80
+.wrapper .button:nth-child(4) span{
81
+  color: #000000;
82
+}
83
+.wrapper .button:nth-child(5) span{
84
+  color: #000000;
85
+}

dato_template/css/icomoon.css → app_template/www/css/icomoon.css View File


dato_template/css/magnific-popup.css → app_template/www/css/magnific-popup.css View File


dato_template/css/main.css → app_template/www/css/main.css View File


dato_template/css/simple-line-icons.css → app_template/www/css/simple-line-icons.css View File


dato_template/css/style.css → app_template/www/css/style.css View File

@@ -938,5 +938,4 @@ h1, h2, h3, h4, h5, h6 {
938 938
   -webkit-animation-fill-mode: both;
939 939
   animation-fill-mode: both;
940 940
 }
941
-
942 941
 /*# sourceMappingURL=style.css.map */

dato_template/css/style.css.map → app_template/www/css/style.css.map View File


dato_template/fonts/bootstrap/glyphicons-halflings-regular.eot → app_template/www/fonts/bootstrap/glyphicons-halflings-regular.eot View File


dato_template/fonts/bootstrap/glyphicons-halflings-regular.svg → app_template/www/fonts/bootstrap/glyphicons-halflings-regular.svg View File


dato_template/fonts/bootstrap/glyphicons-halflings-regular.ttf → app_template/www/fonts/bootstrap/glyphicons-halflings-regular.ttf View File


dato_template/fonts/bootstrap/glyphicons-halflings-regular.woff → app_template/www/fonts/bootstrap/glyphicons-halflings-regular.woff View File


dato_template/fonts/bootstrap/glyphicons-halflings-regular.woff2 → app_template/www/fonts/bootstrap/glyphicons-halflings-regular.woff2 View File


dato_template/fonts/icomoon/icomoon/fonts/icomoon.eot → app_template/www/fonts/icomoon/icomoon.eot View File


dato_template/fonts/icomoon/icomoon/fonts/icomoon.svg → app_template/www/fonts/icomoon/icomoon.svg View File


dato_template/fonts/icomoon/icomoon/fonts/icomoon.ttf → app_template/www/fonts/icomoon/icomoon.ttf View File


dato_template/fonts/icomoon/icomoon/fonts/icomoon.woff → app_template/www/fonts/icomoon/icomoon.woff View File


dato_template/fonts/icomoon/icomoon/Read Me.txt → app_template/www/fonts/icomoon/icomoon/Read Me.txt View File


dato_template/fonts/icomoon/icomoon/demo-files/demo.css → app_template/www/fonts/icomoon/icomoon/demo-files/demo.css View File


dato_template/fonts/icomoon/icomoon/demo-files/demo.js → app_template/www/fonts/icomoon/icomoon/demo-files/demo.js View File


dato_template/fonts/icomoon/icomoon/demo.html → app_template/www/fonts/icomoon/icomoon/demo.html View File


dato_template/fonts/icomoon/icomoon.eot → app_template/www/fonts/icomoon/icomoon/fonts/icomoon.eot View File


dato_template/fonts/icomoon/icomoon.svg → app_template/www/fonts/icomoon/icomoon/fonts/icomoon.svg View File


dato_template/fonts/icomoon/icomoon.ttf → app_template/www/fonts/icomoon/icomoon/fonts/icomoon.ttf View File


dato_template/fonts/icomoon/icomoon.woff → app_template/www/fonts/icomoon/icomoon/fonts/icomoon.woff View File


dato_template/fonts/icomoon/icomoon/selection.json → app_template/www/fonts/icomoon/icomoon/selection.json View File


dato_template/fonts/icomoon/icomoon/style.css → app_template/www/fonts/icomoon/icomoon/style.css View File


dato_template/fonts/simple-line-icons/Simple-Line-Icons.eot → app_template/www/fonts/simple-line-icons/Simple-Line-Icons.eot View File


dato_template/fonts/simple-line-icons/Simple-Line-Icons.svg → app_template/www/fonts/simple-line-icons/Simple-Line-Icons.svg View File


dato_template/fonts/simple-line-icons/Simple-Line-Icons.ttf → app_template/www/fonts/simple-line-icons/Simple-Line-Icons.ttf View File


dato_template/fonts/simple-line-icons/Simple-Line-Icons.woff → app_template/www/fonts/simple-line-icons/Simple-Line-Icons.woff View File


dato_template/fonts/simple-line-icons/Simple-Line-Icons.woff2 → app_template/www/fonts/simple-line-icons/Simple-Line-Icons.woff2 View File


dato_template/index.html → app_template/www/home.html View File


dato_template/images/full_image_1.jpg → app_template/www/images/full_image_1.jpg View File


dato_template/images/full_image_2.jpg → app_template/www/images/full_image_2.jpg View File


dato_template/images/project-1.jpg → app_template/www/images/project-1.jpg View File


dato_template/images/project-2.jpg → app_template/www/images/project-2.jpg View File


dato_template/images/project-3.jpg → app_template/www/images/project-3.jpg View File


dato_template/images/project-4.jpg → app_template/www/images/project-4.jpg View File


dato_template/images/project-5.jpg → app_template/www/images/project-5.jpg View File


dato_template/images/project-6.jpg → app_template/www/images/project-6.jpg View File


dato_template/images/user-1.jpg → app_template/www/images/user-1.jpg View File


dato_template/images/user-2.jpg → app_template/www/images/user-2.jpg View File


dato_template/images/user-3.jpg → app_template/www/images/user-3.jpg View File


dato_template/images/white.jpg → app_template/www/images/white.jpg View File


+ 178
- 0
app_template/www/index.html View File

@@ -0,0 +1,178 @@
1
+
2
+<!DOCTYPE html>
3
+<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
4
+<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
5
+<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
6
+<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
7
+	<head>
8
+	<meta charset="utf-8">
9
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
10
+	<title>dato.pr</title>
11
+	<meta name="viewport" content="width=device-width, initial-scale=1">
12
+	<meta name="description" content="No" />
13
+
14
+  	<!-- Facebook and Twitter integration -->
15
+	<meta property="og:title" content=""/>
16
+	<meta property="og:image" content=""/>
17
+	<meta property="og:url" content=""/>
18
+	<meta property="og:site_name" content=""/>
19
+	<meta property="og:description" content=""/>
20
+	<meta name="twitter:title" content="" />
21
+	<meta name="twitter:image" content="" />
22
+	<meta name="twitter:url" content="" />
23
+	<meta name="twitter:card" content="" />
24
+
25
+	<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
26
+	<link rel="shortcut icon" href="favicon.ico">
27
+
28
+	<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
29
+
30
+	<!-- Animate.css -->
31
+	<link rel="stylesheet" href="css/animate.css">
32
+	<!-- Icomoon Icon Fonts-->
33
+	<link rel="stylesheet" href="css/icomoon.css">
34
+	<!-- Simple Line Icons -->
35
+	<link rel="stylesheet" href="css/simple-line-icons.css">
36
+	<!-- Bootstrap  -->
37
+	<link rel="stylesheet" href="css/bootstrap.css">
38
+	<!-- Style -->
39
+	<link rel="stylesheet" href="css/style.css">
40
+	<link rel="stylesheet" href="css/fancy.css">
41
+	<!-- Spotify Icon -->
42
+	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
43
+<style type="text/css">
44
+h3 {text-align: center;}
45
+</style>
46
+
47
+
48
+	<!-- Modernizr JS -->
49
+	<script src="js/modernizr-2.6.2.min.js"></script>
50
+	<!-- FOR IE9 below -->
51
+	<!--[if lt IE 9]>
52
+	<script src="js/respond.min.js"></script>
53
+	<![endif]-->
54
+
55
+	</head>
56
+	<body>
57
+	<header role="banner" id="fh5co-header">
58
+		<div class="fluid-container">
59
+			<nav class="navbar navbar-default navbar-fixed-top js-fullheight">
60
+				<div id="navbar" class="navbar-collapse js-fullheight">
61
+					<ul class="nav navbar-nav navbar-left">
62
+						<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
63
+						<li><a href="#" data-nav-section="services"><span>Services</span></a></li>
64
+					</ul>
65
+				</div>
66
+			</nav>
67
+	  </div>
68
+	</header>
69
+
70
+	<section id="fh5co-home" data-section="home" style="background-image: url(images/project-5.jpg);">
71
+		<div class="gradient"></div>
72
+		<div class="container">
73
+			<div class="text-wrap">
74
+				<div class="text-inner">
75
+					<div class="row">
76
+						<div class="col-md-8 col-md-offset-2 text-center">
77
+							<h1 style="color :white;" class="to-animate">dato.pr</h1>
78
+							<h2 style="color :white;" class="to-animate">"Estudiando lo ambiguo <br> e investigando lo desconocido."</h2>
79
+						</div>
80
+					</div>
81
+				</div>
82
+			</div>
83
+		</div>
84
+	</section>
85
+
86
+	<section id="fh5co-services" data-section="services">
87
+		<div class="fh5co-services">
88
+			<div class="container">
89
+				<div class="row">
90
+					<div class="col-md-12 section-heading text-center">
91
+						<h2 class="to-animate">Podcast</h2>
92
+						<div class="row">
93
+							<div class="col-md-8 col-md-offset-2 subtext">
94
+								<h3 class="to-animate"> Hablando sobre lo que importa. </h3>
95
+							</div>
96
+						</div>
97
+					</div>
98
+				</div>
99
+				<div class="row">
100
+					<div class="core-features">
101
+						<div class="grid2 to-animate" style="background-image: url(images/full_image_2.jpg);">
102
+						</div>
103
+						<div class="grid2">
104
+							<div class="core-f">
105
+								<div class="row">
106
+									<div class="col-md-12">
107
+										<div class="core">
108
+											<i class="icon-columns to-animate-2"></i>
109
+											<div class="fh5co-post to-animate">
110
+												<h3>Playlist</h3>
111
+												&nbsp;
112
+
113
+												<p><embed src='https://widget.justcast.com/widget?rss=https://feed.podbean.com/datompr/feed.xml&primaryBackgroundColor=000000&primaryButtonColor=f7f8f9&primaryTextColor=ffffff&progressBarFilledColor=5c5151&progressBarBackgroundColor=ffffff&playlistBackgroundColor=ffffff&playlistTextColor=000000&chapterBackgroundColor=dedede&chapterTextColor=f7f8f9' width='100%' height='70vh' frameborder='0' scrolling='yes' seamless='true' style="display: block; border:none; height:90vh; width:100%;"></embed></p>
114
+												<h3 class="to-animate"> Quieres escuchar más? Síguenos en Spotify!</h3>
115
+												<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
116
+       <div class="wrapper">
117
+         <div class="button">
118
+            <div class="icon">
119
+               <a href = "https://open.spotify.com/show/6u4I3u8Y6QTQ22F5iZR6HA?si=SxKNgoznQvGoYaiRSHRSEA&dl_branch=1"<i class="fab fa-spotify"></i> </a>
120
+            </div>
121
+            <span>Spotify</span>
122
+         </div>
123
+      </div>
124
+											</div>
125
+										</div>
126
+									</div>
127
+
128
+								</div>
129
+							</div>
130
+						</div>
131
+					</div>
132
+				</div>
133
+				<div id="fh5co-counter-section" class="fh5co-counters">
134
+					<div class="container">
135
+						<div class="row to-animate">
136
+							<div class="col-md-3 text-center">
137
+								<span class="fh5co-counter js-counter" data-from="0" data-to="3452" data-speed="5000" data-refresh-interval="50"></span>
138
+								<span class="fh5co-counter-label">Tazas de Café Consumidas</span>
139
+							</div>
140
+							<div class="col-md-3 text-center">
141
+								<span class="fh5co-counter js-counter" data-from="0" data-to="234" data-speed="5000" data-refresh-interval="50"></span>
142
+								<span class="fh5co-counter-label">Días sin Luz</span>
143
+							</div>
144
+							<div class="col-md-3 text-center">
145
+								<span class="fh5co-counter js-counter" data-from="0" data-to="6542" data-speed="5000" data-refresh-interval="50"></span>
146
+								<span class="fh5co-counter-label">Cosas que Hacer</span>
147
+							</div>
148
+							<div class="col-md-3 text-center">
149
+								<span class="fh5co-counter js-counter" data-from="0" data-to="0" data-speed="5000" data-refresh-interval="50"></span>
150
+								<span class="fh5co-counter-label">Tiempo para perder</span>
151
+							</div>
152
+						</div>
153
+					</div>
154
+				</div>
155
+			</div>
156
+		</div>
157
+	</section>
158
+
159
+
160
+
161
+
162
+	<!-- jQuery -->
163
+	<script src="js/jquery.min.js"></script>
164
+	<!-- jQuery Easing -->
165
+	<script src="js/jquery.easing.1.3.js"></script>
166
+	<!-- Bootstrap -->
167
+	<script src="js/bootstrap.min.js"></script>
168
+	<!-- Waypoints -->
169
+	<script src="js/jquery.waypoints.min.js"></script>
170
+	<!-- Stellar Parallax -->
171
+	<script src="js/jquery.stellar.min.js"></script>
172
+	<!-- Counters -->
173
+	<script src="js/jquery.countTo.js"></script>
174
+	<!-- Main JS (Do not remove) -->
175
+	<script src="js/main.js"></script>
176
+
177
+	</body>
178
+</html>

+ 141
- 0
app_template/www/instagram.html View File

@@ -0,0 +1,141 @@
1
+
2
+<!DOCTYPE html>
3
+<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
4
+<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
5
+<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
6
+<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
7
+	<head>
8
+	<meta charset="utf-8">
9
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
10
+	<title>dato.pr</title>
11
+	<meta name="viewport" content="width=device-width, initial-scale=1">
12
+	<meta name="description" content="No" />
13
+
14
+  	<!-- Facebook and Twitter integration -->
15
+	<meta property="og:title" content=""/>
16
+	<meta property="og:image" content=""/>
17
+	<meta property="og:url" content=""/>
18
+	<meta property="og:site_name" content=""/>
19
+	<meta property="og:description" content=""/>
20
+	<meta name="twitter:title" content="" />
21
+	<meta name="twitter:image" content="" />
22
+	<meta name="twitter:url" content="" />
23
+	<meta name="twitter:card" content="" />
24
+
25
+	<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
26
+	<link rel="shortcut icon" href="favicon.ico">
27
+
28
+	<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
29
+
30
+	<!-- Animate.css -->
31
+	<link rel="stylesheet" href="css/animate.css">
32
+	<!-- Icomoon Icon Fonts-->
33
+	<link rel="stylesheet" href="css/icomoon.css">
34
+	<!-- Simple Line Icons -->
35
+	<link rel="stylesheet" href="css/simple-line-icons.css">
36
+	<!-- Bootstrap  -->
37
+	<link rel="stylesheet" href="css/bootstrap.css">
38
+	<!-- Style -->
39
+	<link rel="stylesheet" href="css/style.css">
40
+	<link rel="stylesheet" href="css/fancy.css">
41
+	<!-- Spotify Icon -->
42
+	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
43
+<style type="text/css">
44
+h3 {text-align: center;}
45
+</style>
46
+
47
+
48
+	<!-- Modernizr JS -->
49
+	<script src="js/modernizr-2.6.2.min.js"></script>
50
+	<!-- FOR IE9 below -->
51
+	<!--[if lt IE 9]>
52
+	<script src="js/respond.min.js"></script>
53
+	<![endif]-->
54
+
55
+	</head>
56
+	<body>
57
+	<header role="banner" id="fh5co-header">
58
+		<div class="fluid-container">
59
+			<nav class="navbar navbar-default navbar-fixed-top js-fullheight">
60
+				<div id="navbar" class="navbar-collapse js-fullheight">
61
+					<ul class="nav navbar-nav navbar-left">
62
+						<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
63
+						<li><a href="#" data-nav-section="services"><span>Services</span></a></li>
64
+					</ul>
65
+				</div>
66
+			</nav>
67
+	  </div>
68
+	</header>
69
+
70
+	<section id="fh5co-home" data-section="home" style="background-image: url(images/project-5.jpg);">
71
+		<div class="gradient"></div>
72
+		<div class="container">
73
+			<div class="text-wrap">
74
+				<div class="text-inner">
75
+					<div class="row">
76
+						<div class="col-md-8 col-md-offset-2 text-center">
77
+							<h1 style="color :white;" class="to-animate">dato.pr</h1>
78
+							<h2 style="color :white;" class="to-animate">"Estudiando lo ambiguo <br> e investigando lo desconocido."</h2>
79
+						</div>
80
+					</div>
81
+				</div>
82
+			</div>
83
+		</div>
84
+	</section>
85
+
86
+  <section id="fh5co-services" data-section="instagram">
87
+    <div class="container">
88
+      <style type="text/css">
89
+          a img{
90
+            align-items: center;
91
+            position: relative;
92
+            width: 30%;
93
+            padding: 10px;
94
+            padding-left: 10px;
95
+            margin-top: 20px;
96
+            overflow: hidden;
97
+            opacity: 0;
98
+            animation-name: fadeIn;
99
+            animation-delay: 0.6s;
100
+            animation-duration: 0.8s;
101
+            animation-fill-mode: forwards;
102
+            text-decoration: none;
103
+            color: white;
104
+          }
105
+      </style>
106
+      <h1 style="text-align: center">Instagram Feed</h1>
107
+      <div id="instafeed-container"></div>
108
+      <script src="https://cdn.jsdelivr.net/gh/stevenschobert/instafeed.js@2.0.0rc1/src/instafeed.min.js"></script>
109
+      <script type="text/javascript">
110
+        var userFeed = new Instafeed({
111
+          get: 'user',
112
+          target: "instafeed-container",
113
+            resolution: 'low_resolution',
114
+            limit: 9,
115
+          accessToken: 'IGQVJVV0t4b2ZAIdkJPNTl1ZAnZAsWm90TzIzRE5LMGQtR25aRklwYlQ5eVEtcjZAmRmpEbDlNWC1RNjZAhaFJLdXBaLUJlaEM4WkRaamJNcWZACNWx1VThSYUNRLVJHcFNHWHlnWl9FTjBjcl9Vd1pPcFZAHbAZDZD'
116
+        });
117
+        userFeed.run();
118
+      </script>
119
+    </div>
120
+  </section>
121
+
122
+
123
+
124
+
125
+	<!-- jQuery -->
126
+	<script src="js/jquery.min.js"></script>
127
+	<!-- jQuery Easing -->
128
+	<script src="js/jquery.easing.1.3.js"></script>
129
+	<!-- Bootstrap -->
130
+	<script src="js/bootstrap.min.js"></script>
131
+	<!-- Waypoints -->
132
+	<script src="js/jquery.waypoints.min.js"></script>
133
+	<!-- Stellar Parallax -->
134
+	<script src="js/jquery.stellar.min.js"></script>
135
+	<!-- Counters -->
136
+	<script src="js/jquery.countTo.js"></script>
137
+	<!-- Main JS (Do not remove) -->
138
+	<script src="js/main.js"></script>
139
+
140
+	</body>
141
+</html>

dato_template/js/bootstrap.min.js → app_template/www/js/bootstrap.min.js View File


dato_template/js/jquery.countTo.js → app_template/www/js/jquery.countTo.js View File


dato_template/js/jquery.easing.1.3.js → app_template/www/js/jquery.easing.1.3.js View File


dato_template/js/jquery.min.js → app_template/www/js/jquery.min.js View File


dato_template/js/jquery.stellar.min.js → app_template/www/js/jquery.stellar.min.js View File


dato_template/js/jquery.style.switcher.js → app_template/www/js/jquery.style.switcher.js View File


dato_template/js/jquery.waypoints.min.js → app_template/www/js/jquery.waypoints.min.js View File


dato_template/js/main.js → app_template/www/js/main.js View File


dato_template/js/modernizr-2.6.2.min.js → app_template/www/js/modernizr-2.6.2.min.js View File


dato_template/js/respond.min.js → app_template/www/js/respond.min.js View File


dato_template/sass/_bootstrap-compass.scss → app_template/www/sass/_bootstrap-compass.scss View File


dato_template/sass/_bootstrap-mincer.scss → app_template/www/sass/_bootstrap-mincer.scss View File


dato_template/sass/_bootstrap-sprockets.scss → app_template/www/sass/_bootstrap-sprockets.scss View File


dato_template/sass/bootstrap.scss → app_template/www/sass/bootstrap.scss View File


dato_template/sass/bootstrap/_alerts.scss → app_template/www/sass/bootstrap/_alerts.scss View File


dato_template/sass/bootstrap/_badges.scss → app_template/www/sass/bootstrap/_badges.scss View File


dato_template/sass/bootstrap/_breadcrumbs.scss → app_template/www/sass/bootstrap/_breadcrumbs.scss View File


dato_template/sass/bootstrap/_button-groups.scss → app_template/www/sass/bootstrap/_button-groups.scss View File


dato_template/sass/bootstrap/_buttons.scss → app_template/www/sass/bootstrap/_buttons.scss View File


dato_template/sass/bootstrap/_carousel.scss → app_template/www/sass/bootstrap/_carousel.scss View File


dato_template/sass/bootstrap/_close.scss → app_template/www/sass/bootstrap/_close.scss View File


dato_template/sass/bootstrap/_code.scss → app_template/www/sass/bootstrap/_code.scss View File


dato_template/sass/bootstrap/_component-animations.scss → app_template/www/sass/bootstrap/_component-animations.scss View File


dato_template/sass/bootstrap/_dropdowns.scss → app_template/www/sass/bootstrap/_dropdowns.scss View File


dato_template/sass/bootstrap/_forms.scss → app_template/www/sass/bootstrap/_forms.scss View File


dato_template/sass/bootstrap/_glyphicons.scss → app_template/www/sass/bootstrap/_glyphicons.scss View File


dato_template/sass/bootstrap/_grid.scss → app_template/www/sass/bootstrap/_grid.scss View File


dato_template/sass/bootstrap/_input-groups.scss → app_template/www/sass/bootstrap/_input-groups.scss View File


dato_template/sass/bootstrap/_jumbotron.scss → app_template/www/sass/bootstrap/_jumbotron.scss View File


dato_template/sass/bootstrap/_labels.scss → app_template/www/sass/bootstrap/_labels.scss View File


dato_template/sass/bootstrap/_list-group.scss → app_template/www/sass/bootstrap/_list-group.scss View File


dato_template/sass/bootstrap/_media.scss → app_template/www/sass/bootstrap/_media.scss View File


dato_template/sass/bootstrap/_mixins.scss → app_template/www/sass/bootstrap/_mixins.scss View File


dato_template/sass/bootstrap/_modals.scss → app_template/www/sass/bootstrap/_modals.scss View File


dato_template/sass/bootstrap/_navbar.scss → app_template/www/sass/bootstrap/_navbar.scss View File


dato_template/sass/bootstrap/_navs.scss → app_template/www/sass/bootstrap/_navs.scss View File


dato_template/sass/bootstrap/_normalize.scss → app_template/www/sass/bootstrap/_normalize.scss View File


dato_template/sass/bootstrap/_pager.scss → app_template/www/sass/bootstrap/_pager.scss View File


dato_template/sass/bootstrap/_pagination.scss → app_template/www/sass/bootstrap/_pagination.scss View File


dato_template/sass/bootstrap/_panels.scss → app_template/www/sass/bootstrap/_panels.scss View File


dato_template/sass/bootstrap/_popovers.scss → app_template/www/sass/bootstrap/_popovers.scss View File


dato_template/sass/bootstrap/_print.scss → app_template/www/sass/bootstrap/_print.scss View File


dato_template/sass/bootstrap/_progress-bars.scss → app_template/www/sass/bootstrap/_progress-bars.scss View File


dato_template/sass/bootstrap/_responsive-embed.scss → app_template/www/sass/bootstrap/_responsive-embed.scss View File


dato_template/sass/bootstrap/_responsive-utilities.scss → app_template/www/sass/bootstrap/_responsive-utilities.scss View File


dato_template/sass/bootstrap/_scaffolding.scss → app_template/www/sass/bootstrap/_scaffolding.scss View File


Some files were not shown because too many files changed in this diff