Skip to content

Commit

Permalink
HEUHUE master
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiet committed May 25, 2018
1 parent e9bb950 commit 6eb780a
Show file tree
Hide file tree
Showing 39 changed files with 8 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified app/.DS_Store
Binary file not shown.
Binary file modified app/assets/.DS_Store
Binary file not shown.
Binary file added app/assets/fonts/.DS_Store
Binary file not shown.
Binary file added app/assets/fonts/Kalam-Bold.ttf
Binary file not shown.
Binary file added app/assets/fonts/Raleway-Bold.ttf
Binary file not shown.
Binary file added app/assets/fonts/Raleway-ExtraBold.ttf
Binary file not shown.
Binary file added app/assets/fonts/Raleway-ExtraLight.ttf
Binary file not shown.
Binary file added app/assets/fonts/Raleway-Heavy.ttf
Binary file not shown.
Binary file added app/assets/fonts/Raleway-Light.ttf
Binary file not shown.
Binary file added app/assets/fonts/Raleway-Medium.ttf
Binary file not shown.
Binary file added app/assets/fonts/Raleway-Regular.ttf
Binary file not shown.
Binary file added app/assets/fonts/Raleway-SemiBold.ttf
Binary file not shown.
Binary file added app/assets/fonts/Raleway-Thin.ttf
Binary file not shown.
Binary file added app/assets/fonts/Simple-Line-Icons.ttf
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Bold.eot
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Bold.ttf
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Bold.woff
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Bold.woff2
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Light.eot
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Light.ttf
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Light.woff
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Light.woff2
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Medium.eot
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Medium.ttf
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Medium.woff
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Medium.woff2
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Regular.eot
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Regular.ttf
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Regular.woff
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Regular.woff2
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Thin.eot
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Thin.ttf
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Thin.woff
Binary file not shown.
Binary file added app/assets/fonts/roboto/Roboto-Thin.woff2
Binary file not shown.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/mdb.min.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ body,
}
@font-face {
font-family: kalam;
src: url(../assets/fonts/Kalam-Bold.ttf);
src: font-url('Kalam-Bold.ttf');
}
@font-face {
font-family: simple-line-icons;
src: url(../assets/fonts/Simple-Line-Icons.ttf);
src: font-url('Simple-Line-Icons.ttf');
}
/* Navigation*/

Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%= csrf_meta_tags %>

<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>

<%= stylesheet_link_tag 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css' %>
<%= javascript_include_tag 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBAgu9IMeQUB5dWfwKN6mDKAoyoqAuIXSg' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
</head>
Expand Down
4 changes: 2 additions & 2 deletions app/views/pages/landing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
</div>
</section>
<section id="full-team">
<div class="container-fluid background-full-team header-intro view hm-black-light jarallax" data-jarallax='{"speed": 0.2}' style="background-image: url(assets/images/team-hand.jpg);">
<div class="container-fluid background-full-team header-intro view hm-black-light jarallax" data-jarallax='{"speed": 0.2}' style="background-image: url(<%= image_path('team-hand.jpg') %>);">
<div class="row">
<div class="col-md-12">
<p class="wow fadeInUp">Lihat Semua Anggota Kita <span>Klik Disini!</span></p>
Expand Down Expand Up @@ -678,7 +678,7 @@ function init() {
map = new google.maps.Map(mapElement, mapOptions);

// Custom Map Marker Icon - Customize the map-marker.png file to customize your icon
var image = 'assets/images/map-marker.png';
var image = "<%= image_path('map-marker.png') %>";
var myLatLng = new google.maps.LatLng(40.6700, -73.9400);
var beachMarker = new google.maps.Marker({
position: myLatLng,
Expand Down

0 comments on commit 6eb780a

Please sign in to comment.