Skip to content

Commit 52dd14e

Browse files
authored
Merge pull request #530 from DigitalExcellence/feature/502-marcom-content
2 parents 31178e3 + 56b9abf commit 52dd14e

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

1212
### Changed
1313

14+
- Refactored content on the homepage - [#502](https://github.com/DigitalExcellence/dex-frontend/issues/502)
1415
- Changed location of the buttons on the project details page - [#518](https://github.com/DigitalExcellence/dex-frontend/issues/518)
1516

1617
### Deprecated

src/app/modules/home/container-left/container-left.component.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
<div class="text">
88
<h2>Find inspiring projects</h2>
99
<p>
10-
What is a developer without inspiration? We want everybody to be able to work on amazing projects and grow in their skills and creativity.
11-
Thanks to DeX, you will never be out of ideas to pick up or collaborate on.
10+
Browse our database of projects to find inspirational ideas that spark new innovations or build upon your own. Find work that aligns with your interests or projects compatible with yours.
1211
</p>
13-
<button (click)="viewAllProjects()">View all projects</button>
12+
<button (click)="viewAllProjects()">Browse projects</button>
1413
</div>
1514
</div>
1615
</div>

src/app/modules/home/container-right/container-right.component.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
<div class="text">
77
<h2>Share your own projects</h2>
88
<p>
9-
If you want to find a great team to work further on your project, or you just want your project to be more than a draft, Dex is the place for
10-
your project! Thanks to the wizard, it is super easy to share your projects and find what you are looking for.
9+
By uploading your projects, you contribute to a growing body of work that helps your fellow and future students, teachers and researchers. Upload scripts, software solutions or (research) papers or use the easy wizard to share your work!
1110
</p>
12-
<button (click)="viewAddProject()">Add your project</button>
11+
<button (click)="viewAddProject()">Share my projects</button>
1312
</div>
1413
<img alt="mockup wizard" src="/assets/images/homepage/mockup-wizard.png" />
1514
</div>

src/app/modules/home/highlight-slider/highlight-slider.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<div class="overlay"></div>
55
<div class="content">
66
<div class="text">
7-
<h1>DeX - for Digital Excellence</h1>
8-
<p>DeX is a platform to share and find inspiring projects.</p>
7+
<h1>DeX - Connecting Digital Excellence</h1>
8+
<p>The platform for ICT experts to share, collaborate and explore digital excellence projects.</p>
99
<div class="buttons">
1010
<button (click)="viewAllProjects()">View all projects</button>
1111
<button (click)="viewAddProject()">Add your project</button>

src/app/modules/home/info-cards/info-cards.component.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<img alt="share projects" src="/assets/images/illustrations/shareprojects.svg" />
88
<div class="text">
99
<h3>Share projects</h3>
10-
<p>Share your outstanding projects to make them known to the whole world!</p>
10+
<p>Upload your project and contribute to our growing database of ICT knowledge.</p>
1111
</div>
1212
</div>
1313
</div>
@@ -17,7 +17,7 @@ <h3>Share projects</h3>
1717
<img alt="view projects" src="/assets/images/illustrations/viewprojects.svg" />
1818
<div class="text">
1919
<h3>View projects</h3>
20-
<p>Out of inspiration? Here you can find amazing projects to pick up or collaborate on.</p>
20+
<p>Browse the work of fellow experts, get inspiration or find new insights for your projects.</p>
2121
</div>
2222
</div>
2323
</div>
@@ -28,7 +28,7 @@ <h3>View projects</h3>
2828
<img alt="collaborate" src="/assets/images/illustrations/collaborate.svg" />
2929
<div class="text">
3030
<h3>Collaborate on projects</h3>
31-
<p>The more knowledge and creativity, the cooler the projects!</p>
31+
<p>Work together, connect your work to ongoing projects and drive innovation.</p>
3232
</div>
3333
</div>
3434
</div>

src/app/modules/home/who-is-dex/who-is-dex.component.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<div class="text">
33
<h2>What is DeX?</h2>
44
<p>
5-
DeX is made by a team of super motivated students of Fontys ICT – Delta. We regret that most of the amazing projects of our fellow students
6-
never came out of the classrooms. That is why we introduced dex. We want to get our great projects into the world and encourage collaboration.
5+
DeX is a platform for collaborating on innovative ICT projects for students, researchers, teachers and experts. It facilitates the sharing of ideas and developments, collaboration and strengthens our shared knowledge. DeX helps unlock knowledge and inspiration. Yet, you can also share research papers, scripts, software solutions, and more. After all, sharing is caring.
76
</p>
87
</div>
98
<div class="image">

0 commit comments

Comments
 (0)