Skip to content

Commit 3281b20

Browse files
committed
New Changes for Themes
1 parent a67d9fc commit 3281b20

File tree

6 files changed

+26
-19
lines changed

6 files changed

+26
-19
lines changed

assets/css/style.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

layouts/about/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="container">
88
<div class="row">
99
<div class="col-md-6 wow fadeInLeft" data-wow-delay=".3s">
10-
{{ with .Site.Data.about.image }}<img src="{{ . | absURL }}" alt="" class="img-fluid">{{ end }}
10+
{{ with .Site.Data.about.image }}<img src="{{ . | absURL }}" alt="" style="margin-bottom: 20px;" class="img-fluid">{{ end }}
1111
</div>
1212
<div class="col-md-6">
1313
<div class="block">

layouts/contact/list.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
{{ "<!-- Contact Section Start -->" | safeHTML }}
77
<section id="contact-section">
88
<div class="container">
9+
<div class="block wow fadeInRight" style="text-align: center;">
10+
{{ with .Site.Data.contact.image }}<img src="{{ . | absURL }}" alt="contact-image" style="max-width: 100%;display: inline-block;">{{ end }}
11+
</div>
912
<div class="row">
1013
<div class="col-md-6 mb-5 mb-md-0">
1114
<div class="block">
@@ -50,7 +53,7 @@
5053
{{ with .Site.Data.contact.mapTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }}
5154
{{ with .Site.Data.contact.mapSubtitle }}<p class="subtitle-des wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }}
5255
<div class="map">
53-
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3651.277552998015!2d90.3678744!3d23.773128800000002!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c0ae4adf3cb9%3A0x7f2cf443b764e4a4!2sShishu+Mela!5e0!3m2!1sen!2s!4v1435516022247"
56+
<iframe src="https://maps.google.com/maps?q=Lawrence%20Road%2C%202%20Nd%20Floor%20Pushpa%20Market%2C%20Amritsar%2C%20Punjab%20143001&t=&z=13&ie=UTF8&iwloc=&output=embed"
5457
width="100%" height="400" frameborder="0" style="border:0" allowfullscreen></iframe>
5558
</div>
5659
</div>

layouts/partials/footer.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
<div class="col-md-8 col-12 text-center text-lg-left text-md-left">
66
<p class="copyright">Copyright:
77
<span>
8-
<script>document.write(new Date().getFullYear())</script>
9-
</span> Design and Developed by
10-
<a href="http://www.Themefisher.com" target="_blank">Themefisher</a>.
11-
<br> Get More Bootstrap Template From Our
12-
<a href="https://themefisher.com/free-bootstrap-templates/" target="_blank">Store</a>
8+
&copy; <script>document.write(new Date().getFullYear())</script>
9+
</span> <b>&middot;</b>
10+
<a href="http://github.com/Code-Learn-Work" target="_blank">Code Learn Work</a>
11+
<b>&middot;</b> All Rights Reserved
1312
</p>
1413
</div>
1514
<div class="col-md-4 col-12">

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="format-detection" content="telephone=no">
1212
<meta name="viewport" content="width=device-width, initial-scale=1">
1313
<title>{{ .Title }}</title>
14-
<link rel="icon" href="{{ "images/favicon.ico" | absURL }}">
14+
<link rel="icon" href="{{ "images/new-demo.png" | absURL }}">
1515

1616
{{ "<!-- Twitter Bootstrs CSS -->" | safeHTML }}
1717
<link rel="stylesheet" href="{{ "plugins/bootstrap/bootstrap.min.css" | absURL }}">

layouts/partials/team.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{ with .Site.Data.team.title }}<h2 class="subtitle text-center">{{ . }}</h2>{{ end }}
88
</div>
99
{{ range $index, $element:= .Site.Data.team.members }}
10-
<div class="col-md-3 col-sm-6">
10+
<div class="col-md-6 col-sm-6" style="text-align: center; margin: auto;">
1111
{{ $delay := mul $index 300 }}
1212
<div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="{{ $delay }}ms">
1313
{{ with .image }}
@@ -21,22 +21,27 @@
2121
<p class="social-icons">
2222
{{ with .facebook }}
2323
<a href="{{ . }}" class="facebook" target="_blank">
24-
<i class="ion-social-facebook-outline"></i>
24+
<i class="ion-social-facebook"></i>
2525
</a>
2626
{{ end }}
2727
{{ with .twitter }}
2828
<a href="{{ . }}" target="_blank">
29-
<i class="ion-social-twitter-outline"></i>
29+
<i class="ion-social-twitter"></i>
3030
</a>
3131
{{ end }}
3232
{{ with .linkedIn }}
3333
<a href="{{ . }}" target="_blank">
34-
<i class="ion-social-linkedin-outline"></i>
34+
<i class="ion-social-linkedin"></i>
3535
</a>
3636
{{ end }}
37-
{{ with .googleplus }}
37+
{{ with .github }}
3838
<a href="{{ . }}" target="_blank">
39-
<i class="ion-social-googleplus-outline"></i>
39+
<i class="ion-social-github"></i>
40+
</a>
41+
{{ end }}
42+
{{ with .reddit }}
43+
<a href="{{ . }}" target="_blank">
44+
<i class="ion-social-reddit"></i>
4045
</a>
4146
{{ end }}
4247
</p>

0 commit comments

Comments
 (0)