-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Melody Music School </title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="../../index.html">CoLabs</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="../../index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../../projects.html">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container my-5">
<table class="table table-hover">
<tbody>
<tr>
<th width="25%">
Project Name:
</th>
<td width="75%">
Melody Music School
</td>
</tr>
<tr>
<th>
Current Openings for new Contributors:
</th>
<td>
<span style="color: red">2 more Software Developers required</span>
</td>
</tr>
<tr>
<th>
Description:
</th>
<td>
<p>
Melody is a website for a music school that helps teachers to monitor students progress, schedule classes, assessments and pass information
</p>
</td>
</tr>
<tr>
<th>
Repository URL:
</th>
<td>
https://github.com/Nerro13/Melody.git
</td>
</tr>
<tr>
<th>
Project Start Date:
</th>
<td>
2023-08-01
</td>
</tr>
<tr>
<th>
Project Status
</th>
<td>
Active
</td>
</tr>
<tr>
<th>
Date Project Owner joined SpaceYaTech
</th>
<td>
2023-01-01
</td>
</tr>
<tr>
<th>
About the Project Owner:
</th>
<td>
<p>
linktr.ee/nerro13
</p>
</td>
</tr>
<tr>
<th>
How to contact:
</th>
<td>
Email:
<br />
Tel:
<br />
Whatsapp:
<br />
Discord:
</td>
</tr>
<tr>
<th>
Project Owner git username:
</th>
<td>
nerro13
</td>
</tr>
<tr>
<th>
Current Contributors
</th>
<td>
<table cellspacing="10" cellpadding="10">
<tr>
<td valign="top">
Joe Blogs
<br />
(project owner)
</td>
<td>
Status: Active
<br />
Email: @todo
<br />
Discord: @todo
<br />
Whatsapp: @todo
</td>
</tr>
<tr>
<td valign="top">Joe Blogger</td>
<td>
Status: Active
<br />
Email: @todo
<br />
Discord: @todo
</td>
</tr>
</table>
</td>
</tr>
<tr>
<th>Tech Stack:</th>
<td>
<p>
FullStack
<ul>
<li></li>
<li></li>
</ul>
</p>
</td>
</tr>
<tr>
<th>Joining Requirements:</th>
<td>
<p>
You should know:
<ul>
<li>JavaScript
NodeJs</li>
</ul>
</p>
<p>
Plus points if you also know
<ul>
<li></li>
</ul>
</p>
</td>
</tr>
<tr>
<th>License:</th>
<td>
open source
</td>
</tr>
<tr>
<th>Benefits of Joining:</th>
<td>
<ul>
<li>Experience on your CV</li>
<li>Experience </li>
</ul>
</td>
</tr>
<tr>
<th>What if I do not yet match joining requirements?</th>
<td>
Contact admin
</td>
</tr>
<tr>
<th>Planned Revenue Streams:</th>
<td>
<ul>
<li>Not planned yet</li>
</ul>
</td>
</tr>
<tr>
<th>Funding status and message to prospective investors:</th>
<td>
<p>
Contact admin
</p>
</td>
</tr>
</tbody>
</table>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<script src="main.js"></script>
</body>
</html>```
Reactions are currently unavailable