File tree Expand file tree Collapse file tree 6 files changed +26
-19
lines changed Expand file tree Collapse file tree 6 files changed +26
-19
lines changed Original file line number Diff line number Diff line change 7
7
< div class ="container ">
8
8
< div class ="row ">
9
9
< 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 }}
11
11
</ div >
12
12
< div class ="col-md-6 ">
13
13
< div class ="block ">
Original file line number Diff line number Diff line change 6
6
{{ "<!-- Contact Section Start --> " | safeHTML }}
7
7
< section id ="contact-section ">
8
8
< 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 >
9
12
< div class ="row ">
10
13
< div class ="col-md-6 mb-5 mb-md-0 ">
11
14
< div class ="block ">
50
53
{{ with .Site.Data.contact.mapTitle }}< h2 class ="subtitle wow fadeInDown " data-wow-duration ="500ms " data-wow-delay =".3s "> {{ . }}</ h2 > {{ end }}
51
54
{{ with .Site.Data.contact.mapSubtitle }}< p class ="subtitle-des wow fadeInDown " data-wow-duration ="500ms " data-wow-delay =".5s "> {{ . }}</ p > {{ end }}
52
55
< 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 "
54
57
width ="100% " height ="400 " frameborder ="0 " style ="border:0 " allowfullscreen > </ iframe >
55
58
</ div >
56
59
</ div >
Original file line number Diff line number Diff line change 5
5
< div class ="col-md-8 col-12 text-center text-lg-left text-md-left ">
6
6
< p class ="copyright "> Copyright:
7
7
< 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
+ © < script > document . write ( new Date ( ) . getFullYear ( ) ) </ script >
9
+ </ span > < b > ·</ b >
10
+ < a href ="http://github.com/Code-Learn-Work " target ="_blank "> Code Learn Work</ a >
11
+ < b > ·</ b > All Rights Reserved
13
12
</ p >
14
13
</ div >
15
14
< div class ="col-md-4 col-12 ">
Original file line number Diff line number Diff line change 11
11
< meta name ="format-detection " content ="telephone=no ">
12
12
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
13
13
< title > {{ .Title }}</ title >
14
- < link rel ="icon " href ="{{ "images /favicon.ico " | absURL }}">
14
+ < link rel ="icon " href ="{{ "images /new-demo.png " | absURL }}">
15
15
16
16
{{ "<!-- Twitter Bootstrs CSS --> " | safeHTML }}
17
17
< link rel ="stylesheet " href ="{{ "plugins /bootstrap/bootstrap.min.css" | absURL }}">
Original file line number Diff line number Diff line change 7
7
{{ with .Site.Data.team.title }}< h2 class ="subtitle text-center "> {{ . }}</ h2 > {{ end }}
8
8
</ div >
9
9
{{ 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; ">
11
11
{{ $delay := mul $index 300 }}
12
12
< div class ="team-member wow fadeInLeft " data-wow-duration ="500ms " data-wow-delay ="{{ $delay }}ms ">
13
13
{{ with .image }}
21
21
< p class ="social-icons ">
22
22
{{ with .facebook }}
23
23
< a href ="{{ . }} " class ="facebook " target ="_blank ">
24
- < i class ="ion-social-facebook-outline "> </ i >
24
+ < i class ="ion-social-facebook "> </ i >
25
25
</ a >
26
26
{{ end }}
27
27
{{ with .twitter }}
28
28
< a href ="{{ . }} " target ="_blank ">
29
- < i class ="ion-social-twitter-outline "> </ i >
29
+ < i class ="ion-social-twitter "> </ i >
30
30
</ a >
31
31
{{ end }}
32
32
{{ with .linkedIn }}
33
33
< a href ="{{ . }} " target ="_blank ">
34
- < i class ="ion-social-linkedin-outline "> </ i >
34
+ < i class ="ion-social-linkedin "> </ i >
35
35
</ a >
36
36
{{ end }}
37
- {{ with .googleplus }}
37
+ {{ with .github }}
38
38
< 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 >
40
45
</ a >
41
46
{{ end }}
42
47
</ p >
You can’t perform that action at this time.
0 commit comments