Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update support and training page to use local images #625

Merged
merged 2 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 37 additions & 17 deletions content/markdown/support-and-training.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Providers of Apache Maven Support and Training

<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand All @@ -25,20 +26,22 @@ If you would like to add your company to this page, feel free to do so. You will

* [Create a pull request](https://github.com/apache/maven-site)

The page to modify is: content/markdown/support-and-training.md
The page to modify is: `content/markdown/support-and-training.md`

There aren't any hard and fast rules about what is acceptable but please keep your entry to a few lines, a link and a small logo.
There aren't any hard and fast rules about what is acceptable but please keep your entry to a few lines, a link and a
Bukama marked this conversation as resolved.
Show resolved Hide resolved
small logo.

Remember to add you company to both sections if you provide support and training.

**Please note entries are listed in Alpha order of company names.**
**Please note entries are listed in alphabetical order of the company names.**

## Support

## Training

### Info Support
![Info Support logo][5]

![Info Support logo](./images/logos/logo_infosupport.svg)

In our [Maven in Practice training][6], we will work with concrete Java projects.
You will learn how to use Maven for everyday tasks, even if you don't have an IDE handy.
Expand All @@ -48,11 +51,15 @@ This training is available as a classroom training and as a live virtual class t

### Takari

![Takari](http://takari.io/assets/img/takari_logo.png)
![Takari logo](./images/logos/logo_takari.png)

Takari's [Introduction to Maven][1] virtual training course [curriculum][2] was designed by Jason van Zyl, the creator of the Apache Maven project. Whether you're a new user looking for a solid introduction or a current user looking for an essential refresh, this course was designed to offer a practical and relevant baseline of knowledge to help your team collaborate more effectively on Maven projects.
Takari's [Introduction to Maven][1] virtual training course [curriculum][2] was designed by Jason van Zyl, the creator
of the Apache Maven project. Whether you're a new user looking for a solid introduction or a current user looking for an
essential refresh, this course was designed to offer a practical and relevant baseline of knowledge to help your team
collaborate more effectively on Maven projects.

[Takari][3] virtual training provides an opportunity to benefit from access to a Maven expert for the day, as well as valuable discussions with fellow students all from the comfort of your own office.
[Takari][3] virtual training provides an opportunity to benefit from access to a Maven expert for the day, as well as
valuable discussions with fellow students all from the comfort of your own office.

When you walk away from this class, you will know how to:

Expand All @@ -61,28 +68,41 @@ When you walk away from this class, you will know how to:
- Understand Maven configuration essentials
- Configure and locate dependencies for a project
- Configure plugins to run unit tests
- Create and configure Maven multi-module projects
- Create and configure Maven multi-module projects

Public virtual classes run monthly. If you are interested in setting up a private virtual session, we can customize the hours to the needs of your team. Please contact us for more details at [training@takari.io][4]. To learn more or get registered for an upcoming class, please click [here][1].
Public virtual classes run monthly. If you are interested in setting up a private virtual session, we can customize the
hours to the needs of your team. Please contact us for more details at [training@takari.io][4]. To learn more or get
registered for an upcoming class, please click [here][1].

### vogella GmbH

![vogella](https://www.vogella.com/img/logo/index_logo.png)
[vogella](https://www.vogella.com/training/testbuild/maven.html) offers a one day training to learn the benefits of the Maven build system to build, test and package Java applications.
![vogella logo](./images/logos/logo_vogella.png)

vogella GmbH offers this training as a traditional classroom course or as a live virtual course.
[vogella][5] offers a one-day training to learn the benefits of the Maven build system to build, test and package Java
applications.

vogella GmbH offers this training as a traditional classroom course or as a live virtual course.

### Web Age Solutions

![Web Age Solutions](http://www.webagesolutions.com/graphics/new_logo.gif)
[Web Age Solutions]( http://www.webagesolutions.com/training/continuous_integration/) offers training to introduce students to the theory and practice behind Apache Maven, and give the tools to build and manage software projects using Maven, Nexus, Artifactory, and Jenkins
![Web Age Solutions logo](./images/logos/logo_webagesolutions.svg)

[Web Age Solutions][7] offers training to introduce students to the theory and practice behind Apache Maven, and give
the tools to build and manage software projects using Maven, Nexus, Artifactory, and Jenkins.

There are several options for training, including traditional classroom courses, live virtual courses, and soon, online video training.
There are several options for training, including traditional classroom courses, live virtual courses, and soon, online
video training.

[1]: http://takari.io/training.html

[2]: http://takari.io/training-outline.html

[3]: http://takari.io/

[4]: mailto:training@takari.io
[5]: https://training.infosupport.com/wp-content/themes/roots.ist28062024/assets/img/logo-infosupport.svg
[6]: https://training.infosupport.com/en/trainingen/MAVEN/maven-in-practice/

[5]: https://www.vogella.com/training/testbuild/maven.html

[6]: https://training.infosupport.com/en/courses/MAVEN/maven-in-practice

[7]: https://www.webagesolutions.com/search?q=Maven
Loading
Loading