Skip to content

chore: Rename welcome page ot About us, add link to page on navbar #62

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

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
102 changes: 48 additions & 54 deletions docs/tutorials/welcome.md → docs/About Us.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,48 @@
---
sidebar_position: 1
---

# Welcome
Welcome to the UML Cloud Computing Club!

Welcome to the UMass Lowell Cloud Computing Club! We are thrilled to have you join our community of cloud enthusiasts. Whether you are a seasoned expert or just starting your journey in cloud computing, our club offers a platform for learning, collaboration, and innovation.

## Who We Are

The UML Cloud Computing Club is a student-led organization dedicated to exploring the fascinating world of cloud computing. Our mission is to provide a hands-on learning experience, promote collaboration on projects, and connect members with industry professionals.

## What We Do

### Hands-On Learning

We believe in learning by doing. Our activities include:
- **Workshops**: Regular workshops on cloud technologies like AWS, Azure, and Google Cloud.
- **Projects**: Collaborative projects that provide practical experience and enhance your resume.
- **Guest Lectures**: Sessions with industry experts to gain insights into the latest trends and best practices in cloud computing.

### Join Us

The club is open to all UMass Lowell students, faculty, and staff. To become a member:
- **Attend Our Meetings**: Check our meeting schedule and join us to start learning and contributing.
- **Join Our Discord**: Connect with fellow members, get updates on events, and participate in discussions.

### Our Projects

We work on a variety of projects that cover different aspects of cloud computing:
- **UniPath.io**: A full-stack web application that helps users create, plan, and share their class schedules. 📆
- **AWS Essentials**: Practical sessions on using AWS services for real-world applications.
- **Docker Containerization**: Hands-on experience with Docker and containerization technologies.
- **Rowdybot**: A practical discord bot that can provide general advising about UMass Lowell and it's curriculum. 🤖


## Get Involved

Ready to dive in? Here are a few ways to get started:
- **Explore our [Documentation](https://UMLCloudComputing.github.io/docs/welcome)**: Get familiar with our resources and guides.
- **Read our [News](https://umasslowellclubs.campuslabs.com/engage/organization/cloudcomputingclub/events)**: Stay updated with the latest news and insights.
- **Contribute on [GitHub](https://github.com/UMLCloudComputing)**: Check out our repositories and contribute to ongoing projects.

We look forward to learning and growing together in the exciting field of cloud computing!

## Contact Us

If you have any questions or need further information, feel free to reach out to us on [Discord](https://discord.gg/WC2NdqYtDt) or via email at cloudcomputingclub@uml.edu.

Welcome aboard!

---

# About Us
Welcome to the UML Cloud Computing Club!

Welcome to the UMass Lowell Cloud Computing Club! We are thrilled to have you join our community of cloud enthusiasts. Whether you are a seasoned expert or just starting your journey in cloud computing, our club offers a platform for learning, collaboration, and innovation.

## Who We Are

The UML Cloud Computing Club is a student-led organization dedicated to exploring the fascinating world of cloud computing. Our mission is to provide a hands-on learning experience, promote collaboration on projects, and connect members with industry professionals.

## What We Do

### Hands-On Learning

We believe in learning by doing. Our activities include:
- **Workshops**: Regular workshops on cloud technologies like AWS, Azure, and Google Cloud.
- **Projects**: Collaborative projects that provide practical experience and enhance your resume.
- **Guest Lectures**: Sessions with industry experts to gain insights into the latest trends and best practices in cloud computing.

### Join Us

The club is open to all UMass Lowell students, faculty, and staff. To become a member:
- **Attend Our Meetings**: Check our meeting schedule and join us to start learning and contributing.
- **Join Our Discord**: Connect with fellow members, get updates on events, and participate in discussions.

### Our Projects

We work on a variety of projects that cover different aspects of cloud computing:
- **UniPath.io**: A full-stack web application that helps users create, plan, and share their class schedules. 📆
- **AWS Essentials**: Practical sessions on using AWS services for real-world applications.
- **Docker Containerization**: Hands-on experience with Docker and containerization technologies.
- **Rowdybot**: A practical discord bot that can provide general advising about UMass Lowell and it's curriculum. 🤖


## Get Involved

Ready to dive in? Here are a few ways to get started:
- **Explore our [Documentation](https://UMLCloudComputing.github.io/docs/welcome)**: Get familiar with our resources and guides.
- **Read our [News](https://umasslowellclubs.campuslabs.com/engage/organization/cloudcomputingclub/events)**: Stay updated with the latest news and insights.
- **Contribute on [GitHub](https://github.com/UMLCloudComputing)**: Check out our repositories and contribute to ongoing projects.

We look forward to learning and growing together in the exciting field of cloud computing!

## Contact Us

If you have any questions or need further information, feel free to reach out to us on [Discord](https://discord.gg/WC2NdqYtDt) or via email at cloudcomputingclub@uml.edu.

---

9 changes: 8 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,17 @@ const config = {
href: 'https://umasslowellclubs.campuslabs.com/engage/organization/cloudcomputingclub',
label: 'Engage',
},

]
},

// About Us
{
to:'docs/About Us',
activeBasePath: 'docs',
label: 'About Us',
position: 'right',
},

// Sign In
{
type: 'custom-accountButton',
Expand Down
Loading