Skip to content

Commit 1f88544

Browse files
authored
fix naming
1 parent 2ba9df1 commit 1f88544

11 files changed

+15
-15
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Jekyll theme based on [landing-page bootstrap theme ](http://startbootstrap.com/templates/landing-page/)
44

55
## How to use
6-
- Place a image in `/img/projects/`
7-
- Create posts to display your Projects. Use the follow as an example:
6+
- Place a image in `/img/services/`
7+
- Create posts to display your Services. Use the follow as an example:
88

99
```txt
1010
---
1111
layout: default
1212
img: ipad.png
13-
category: Projects
13+
category: Services
1414
title: The service title
1515
---
1616
The description of this service

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</li>
1414
<li class="footer-menu-divider">&sdot;</li>
1515
<li>
16-
<a href="#projects">Projects</a>
16+
<a href="#services">Services</a>
1717
</li>
1818
<li class="footer-menu-divider">&sdot;</li>
1919
<li>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a class="page-scroll" href="#about">About</a>
1919
</li>
2020
<li>
21-
<a class="page-scroll" href="#projects">Projects</a>
21+
<a class="page-scroll" href="#services">Services</a>
2222
</li>
2323
<li>
2424
<a class="page-scroll" href="#contact">Contact</a>

_includes/page_content.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section id="projects">
1+
<section id="services">
22
<!-- Page Content -->
33
{% for post in site.posts reversed %}
44
{% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}
@@ -15,7 +15,7 @@ <h2 class="section-heading">{{ post.title }}</h2>
1515
<div class="lead">{{ post.content }}</div>
1616
</div>
1717
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
18-
<img class="img-responsive" src="img/projects/{{ post.img }}" alt="">
18+
<img class="img-responsive" src="img/services/{{ post.img }}" alt="">
1919
</div>
2020
</div>
2121

@@ -38,7 +38,7 @@ <h2 class="section-heading">{{ post.title }}</h2>
3838
<div class="lead">{{ post.content }}</div>
3939
</div>
4040
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
41-
<img class="img-responsive" src="img/projects/{{ post.img }}" alt="">
41+
<img class="img-responsive" src="img/services/{{ post.img }}" alt="">
4242
</div>
4343
</div>
4444

_posts/2019-09-services-7.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
img: lilywhite_logo.png
4-
category: Projects
4+
category: Services
55
title: LilyWhiteBot:<br> Intelligent Multi-Platform Assistant
66
description: |
77
LilyWhiteBot, developed by AierLab, offers cross-platform compatibility and advanced NLP capabilities, enhancing user experience across social media platforms by providing personalized, intelligent interactions.

_posts/2022-12-services-8.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
img: bare_eye3d_logo.png
4-
category: Projects
4+
category: Services
55
title: Bare-Eye 3D Video Generation:<br> Immersive Viewing Without Glasses
66
description: |
77
The Bare-Eye 3D Video Generation project utilizes visual illusions to create immersive 3D videos that can be viewed without specialized equipment, enhancing accessibility and realism.

_posts/2023-05-services-2.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
img: valmech_logo.png
4-
category: Projects
4+
category: Services
55
title: ValMech:<br> Pioneering AI Safety and Federated Learning
66
description: |
77
ValMech operates within AierLab, focusing on developing decentralized AI frameworks that prioritize privacy, security, and ethical governance. The initiative spans healthcare, finance, and other sectors, ensuring AI technologies align with societal needs.

_posts/2024-01-services-5.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
img: datatrade_platform_logo.png
4-
category: Projects
4+
category: Services
55
title: DataTrade Platform:<br> Innovating Information Exchange
66
description: |
77
DataTrade Platform offers a standardized marketplace for trading information, utilizing a bounty-reward system to promote high-quality submissions across various formats, enhancing transparency and trust in AI-driven markets.

_posts/2024-05-services-3.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
img: kertoo_logo.png
4-
category: Projects
4+
category: Services
55
title: KerToo:<br> Revolutionizing Pet Care with Robotics
66
description: |
77
KerToo introduces robotic solutions to the pet care industry, enhancing the lives of pets and owners by automating care tasks and offering smart, interactive companions that adapt to individual pet behaviors and needs.

_posts/2024-07-services-4.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
img: multiversenote_logo.png
4-
category: Projects
4+
category: Services
55
title: MultiverseNote:<br> Structured AI Knowledge Management
66
description: |
77
MultiverseNote, developed by AierLab, is an open-source project aimed at transforming AI chatbot interactions into organized, multi-modal project management workflows. It supports continuous knowledge development across various data types.

0 commit comments

Comments
 (0)