Skip to content

Commit

Permalink
Merge pull request #13 from SpaceyaTech/12-move-projects-into-project…
Browse files Browse the repository at this point in the history
…_html

Moved projects out of index.html
  • Loading branch information
JimmyTron authored Jun 16, 2023
2 parents 4d3f951 + 7ad6a58 commit adb31be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 112 deletions.
111 changes: 0 additions & 111 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,117 +46,6 @@
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</nav>

<div class="container my-5">
<h1>CoLabs Projects Listing</h1>
<div class="col-lg-8 px-0">
<p class="fs-5">SpaceYaTech CoLabs is an open-source collaboration project that focuses on enhancing collaboration. We have a listing of projects that are open for contributors(developers, designers, marketers, etc.) and we also allow community members to list their projects to find collaborators. </p>
<p>Feel free to fill out this form to have your project listed <a href="https://airtable.com/shrahlgmnr7Zhqcbz/">here</a></p>

<hr class="col-1 my-4">

<a href="https://airtable.com/shrahlgmnr7Zhqcbz/" class="btn btn-primary">Register your Project</a>
<a href="https://github.com/SpaceyaTech/" class="btn btn-secondary">View on GitHub</a>
</div>
<table class="table table-hover">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Project </th>
<th scope="col">Description</th>
<th scope="col">Colaborating</th>
<th scope="col">Status</th>
<th scope="col">Tech Stack</th>
<th scope="col">Links</th>

</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mastori</td>
<td>Mastori is a community-driven open-source project that aims to provide a simple and efficient blogging platform built with the Django Rest Framework.</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-success">Active</button>
</td>
<td>Python Django Rest</td>
<td><a href="https://github.com/SpaceyaTech/mastori">github</a>
<a href="https://mastori-backend-production.up.railway.app/blog/">mastori</a></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Swaggs</td>
<td>E-commerce shop site for community. swaggs platform is built with the Django Rest Framework.</td>
<td><button type="button" class="btn btn-danger">No</button>
</td><td><button type="button" class="btn btn-success">Active</button>
</td>
<td>Python Django Rest</td>
<td><a href="https://github.com/SpaceyaTech/">github</a>
<a href="https://swaggs.up.railway.app/redoc/">Swaggs</a></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Symbiont</td>
<td>Symbiont is a social media platform that has a chrome extension that allows anyone to comment in a message thread leading off any word on any website in the world.</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-success">Active</button></td>
<td>Java - React or Angular and some TypeScript - SQL - CSS</td>
<td><a href="#">github</a>
<a href="https://github.com/SpaceyaTech/CoLabs/wiki/Symbiont">Symbiont</a></td>
</tr>
<tr>
<th scope="row">4</th>
<td>Git Metrics</td>
<td>Git metrics is a Java project that can inspect the git history of a project and provide metrics on contribution by contributors.</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-success">Active</button></td>
<td>Java - React or Angular </td>
<td><a href="#">github</a>
<a href="https://github.com/SpaceyaTech/CoLabs/wiki/Git-Metrics">Git Metrics</a></td>
</tr>
<tr>
<th scope="row">5</th>
<td>Eaty</td>
<td>a platform that helps people decide what to eat. A user or the app would create a list of food with their nutritional content, then everyday at a given time, it would suggest on what the user should eat, we all know how much work that can be.</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-success">Active</button></td>
<td>Java - React or Angular </td>
<td><a href="#">github</a>
<a href="https://github.com/Code-AfterWork/eaty">Eaty</a></td>
</tr>
<tr>
<th scope="row">6</th>
<td>SYT Website Redesign</td>
<td>Redesign of our website</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-success">Active</button></td>
<td>Java - React or Angular </td>
<td><a href="#">github</a>
<a href="https://github.com/SpaceyaTech/SYT-Web-Redesign">SYT Website Redesign</a></td>
</tr>
<tr>
<th scope="row">7</th>
<td>FLB Music</td>
<td>A popular cross platform desktop music player</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-success">Active</button></td>
<td>VueJs, ElectronJs, NodeJs</td>
<td>
<a href="https://github.com/FLB-Music/FLB-Music-Player">FLB Music</a></td>
</tr>
<tr>
<th scope="row">8</th>
<td>Data Disk</td>
<td>A platform to help store data bundles to use later</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-danger">Inactive</button></td>
<td>Project Still in Ideation Stage </td>
<td>
<a href="#">Data Disk</a></td>
</tr>
</tbody>
</table>
</div>
</nav>

Expand Down
12 changes: 11 additions & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1>CoLabs Projects Listing</h1>
<p>
Some projects are hosted within the SpaceYaTech organisation:
<br /><br />
<a href="https://github.com/SpaceyaTech/">https://github.com/SpaceyaTech/"</a>
<a href="https://github.com/SpaceyaTech/">https://github.com/SpaceyaTech/</a>
</p>
</div>
<br /><br />
Expand All @@ -89,6 +89,16 @@ <h1>CoLabs Projects Listing</h1>
</tr>
</thead>
<tbody>
<tr>
<td>Data Disk</td>
<td>A platform to help store data bundles to use later</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-danger">Inactive</button></td>
<td>Project still in an idea stage </td>
<td>
<!-- a href="#">Data Disk</a-->
</td>
</tr>
<tr>
<td>Eaty</td>
<td>A complete DevOps project that takes you through the entire development process of a DevOps project from
Expand Down

0 comments on commit adb31be

Please sign in to comment.