Skip to content

Commit

Permalink
mastori
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyTron committed Jun 19, 2023
1 parent b50e07f commit 566c68f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 73 deletions.
Binary file added projects/mastori/contributors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 37 additions & 73 deletions projects/mastori/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -9,7 +7,6 @@
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">
Expand All @@ -30,10 +27,8 @@
</div>
</div>
</nav>

<div class="container my-5">

<table class="table table-hover">
<div class="container my-5">
<table class="table table-hover">
<tbody>
<tr>
<th width="25%">
Expand All @@ -48,7 +43,7 @@
Current Openings for new Contributors:
</th>
<td>
<span style="color: red">0 more Software Developers required as at 15th January 2023</span>
<span style="color: red">More Software Developers required</span>
</td>
</tr>
<tr>
Expand All @@ -57,7 +52,8 @@
</th>
<td>
<p>
@todo write your description here.
Mastori is a community-driven open-source project that aims to provide a simple and efficient blogging platform built with the Django Rest Framework.

</p>
</td>
</tr>
Expand All @@ -66,31 +62,31 @@
Repository URL:
</th>
<td>
@todo add the repository urls of your project here
https://github.com/SpaceyaTech/mastori
</td>
</tr>
<tr>
<th>
Project Start Date:
</th>
<td>
@todo write your project start date here
2022-08-01
</td>
</tr>
<tr>
<th>
Project Status
</th>
<td>
Active
Active
</td>
</tr>
<tr>
<th>
Date Project Owner joined SpaceYaTech
</th>
<td>
Write the date you joined SpaceYaTech here
2022-04-17
</td>
</tr>
<tr>
Expand All @@ -99,8 +95,7 @@
</th>
<td>
<p>
@todo write something about your project owner here. Include other stuff like hobbies
as well.
SpaceYaTech We are the fastest growing African Open-Source Community Looking To Change The Way Young Africans Get Started In Technology.
</p>
</td>
</tr>
Expand All @@ -109,143 +104,112 @@
How to contact:
</th>
<td>
Email: @todo
Email: info@spaceyatech.com
<br />
Tel: @todo
Tel:
<br />
Whatsapp: @todo
Whatsapp:
<br />
Discord: @todo
Discord: https://discord.gg/6ru4tk987B
</td>
</tr>
<tr>
<th>
Project Owner git username:
</th>
<td>
@todo
https://github.com/SpaceyaTech/
</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>
<img src="contributors.jpg" class="img-fluid" alt="Contributors"/>
</td>
</tr>
<tr>
<th>Tech Stack:</th>
<td>
<p>
Backend
Backend
<ul>
<li>@todo</li>
<li>@todo</li>
<li>Django-Rest</li>
<li></li>
</ul>
</p>
<p>
Front end
<ul>
<li>@todo</li>
<li>@todo</li>
</ul>
</p>
</td>
</td>
</tr>
<tr>
<th>Joining Requirements:</th>
<td>
<p>
You should know:
<ul>
<li>@todo</li>
<li>@todo</li>
<li>Be ready to learn, Basic django concepts</li>
</ul>
</p>
<p>
Plus points if you also know
<ul>
<li>@todo</li>
<li>@todo</li>
<li>AWS Devops</li>
<li>Github, Collaboration tools</li>
</ul>
</p>
</td>
</tr>
<tr>
<th>License:</th>
<td>
@todo add your license here
GPL license
</td>
</tr>
<tr>
<th>Benefits of Joining:</th>
<td>
<ul>
<li>Experience on your CV</li>
<li>@todo</li>
<li>@todo</li>
<li>Mentorship opportunities</li>
<li>Caerer growth</li>
</ul>
</td>
</tr>
<tr>
<th>What if I do not yet match joining requirements?</th>
<td>
@todo
We could get you mentorship partners
</td>
</tr>
<tr>
<th>Planned Revenue Streams:</th>
<td>
<ul>
<li>@todo</li>
<li>@todo</li>
<li>Premium features</li>
</ul>
</td>
</tr>
<tr>
<th>Funding status and message to prospective investors:</th>
<td>
<p>
@todo
</p>
Funding for:
<ul>
<li>Servers</li>
<li>
Contributors (shared in proportion to effort as measured by git contributions or
agreed upon by contributors)
</li>
</ul>
</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>

0 comments on commit 566c68f

Please sign in to comment.