Skip to content

Commit 6cb46e4

Browse files
committed
landing partial updated
1 parent 189befd commit 6cb46e4

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

views/partials/dashboard/footer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="page-footer">
22
<div class="page-footer-inner">
3-
{{currentYear}} &copy; Dynamite Docs.
3+
{{currentYear}} &copy; Moon HR system.
44
</div>
55
<div class="scroll-to-top">
66
<i class="icon-arrow-up"></i>

views/partials/landing/footer.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<div class="container">
33
<div class="row">
44
<div class="col-sm-9">
5-
<img alt="Logo" class="logo" src="{{level}}img/logo-light.png" />
5+
<img alt="Logo" class="logo" src="{{level}}img/logo_v1_white.png" />
66
<br/>
7-
<span class="sub">{{currentYear}} &copy; Dynamite Docs.</span>&emsp;&emsp;
7+
<span class="sub">{{currentYear}} &copy; Moon HR system by @SintecSAS.</span>&emsp;&emsp;
88
<a href="/help">Ayuda</a>&nbsp;-&nbsp;
99
<a href="/pricing">Precios</a>&nbsp;-&nbsp;
1010
<a href="/privacy">Privacidad</a>&nbsp;-&nbsp;
@@ -20,7 +20,7 @@
2020
</a>
2121
</li>
2222
<li>
23-
<a href="https://www.facebook.com/Sintec-SAS-394376703905712" target="_blank">
23+
<a href="https://www.facebook.com/sintecsas/" target="_blank">
2424
<i class="ti-facebook"></i>
2525
</a>
2626
</li>

views/partials/landing/head.hbs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
<link href="{{level}}css/ytplayer.css" rel="stylesheet" type="text/css" media="all" />
99
<link href="{{level}}css/theme-fire.css" rel="stylesheet" type="text/css" media="all" />
1010
<link href="{{level}}css/custom.css" rel="stylesheet" type="text/css" media="all" />
11-
<link href='http://fonts.googleapis.com/css?family=Lato:300,400%7CRaleway:100,400,300,500,600,700%7COpen+Sans:400,500,600' rel='stylesheet' type='text/css'>
11+
<link href='http://fonts.googleapis.com/css?family=Lato:300,400%7CRaleway:100,400,300,500,600,700%7COpen+Sans:400,500,600' rel='stylesheet' type='text/css'>
12+
<link rel="apple-touch-icon" sizes="180x180" href="{{level}}favicons/apple-touch-icon.png">
13+
<link rel="icon" type="image/png" sizes="32x32" href="{{level}}favicons/favicon-32x32.png">
14+
<link rel="icon" type="image/png" sizes="16x16" href="{{level}}favicons/favicon-16x16.png">
15+
<link rel="manifest" href="{{level}}favicons/manifest.json">
16+
<link rel="mask-icon" href="{{level}}favicons/safari-pinned-tab.svg" color="#5bbad5">

views/partials/landing/navigation.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</li>
88
<li class="has-dropdown">
99
<a href="/#features">
10-
Por qu&eacute; Dynamite?
10+
Por qu&eacute; Moon HR system?
1111
</a>
1212
<ul>
1313
<li>

0 commit comments

Comments
 (0)