File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
Jekyll theme based on [ landing-page bootstrap theme ] ( http://startbootstrap.com/templates/landing-page/ )
4
4
5
5
## How to use
6
- - Place a image in ` /img/services / `
7
- - Create posts to display your services . Use the follow as an example:
6
+ - Place a image in ` /img/projects / `
7
+ - Create posts to display your Projects . Use the follow as an example:
8
8
9
9
``` txt
10
10
---
11
11
layout: default
12
12
img: ipad.png
13
- category: Services
13
+ category: Projects
14
14
title: The service title
15
15
---
16
16
The description of this service
Original file line number Diff line number Diff line change 13
13
</ li >
14
14
< li class ="footer-menu-divider "> ⋅</ li >
15
15
< li >
16
- < a href ="#services " > Services </ a >
16
+ < a href ="#projects " > Projects </ a >
17
17
</ li >
18
18
< li class ="footer-menu-divider "> ⋅</ li >
19
19
< li >
Original file line number Diff line number Diff line change 18
18
< a class ="page-scroll " href ="#about "> About</ a >
19
19
</ li >
20
20
< li >
21
- < a class ="page-scroll " href ="#services " > Services </ a >
21
+ < a class ="page-scroll " href ="#projects " > Projects </ a >
22
22
</ li >
23
23
< li >
24
24
< a class ="page-scroll " href ="#contact "> Contact</ a >
Original file line number Diff line number Diff line change 1
- < section id ="services ">
1
+ < section id ="projects ">
2
2
<!-- Page Content -->
3
3
{% for post in site.posts reversed %}
4
4
{% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}
@@ -15,7 +15,7 @@ <h2 class="section-heading">{{ post.title }}</h2>
15
15
< div class ="lead "> {{ post.content }}</ div >
16
16
</ div >
17
17
< div class ="col-lg-5 col-lg-offset-2 col-sm-6 ">
18
- < img class ="img-responsive " src ="img/services /{{ post.img }} " alt ="">
18
+ < img class ="img-responsive " src ="img/projects /{{ post.img }} " alt ="">
19
19
</ div >
20
20
</ div >
21
21
@@ -38,7 +38,7 @@ <h2 class="section-heading">{{ post.title }}</h2>
38
38
< div class ="lead "> {{ post.content }}</ div >
39
39
</ div >
40
40
< div class ="col-lg-5 col-sm-pull-6 col-sm-6 ">
41
- < img class ="img-responsive " src ="img/services /{{ post.img }} " alt ="">
41
+ < img class ="img-responsive " src ="img/projects /{{ post.img }} " alt ="">
42
42
</ div >
43
43
</ div >
44
44
You can’t perform that action at this time.
0 commit comments