Skip to content

Commit

Permalink
Merge pull request #29 from SpaceyaTech/28-create-listing-for-team-fo…
Browse files Browse the repository at this point in the history
…lio-by-maurice-emmanuel

Add Listing for Team Folio Project
  • Loading branch information
JimmyTron authored May 5, 2024
2 parents 25ef0b6 + 1f4a73e commit 017bf65
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,18 @@ <h1>CoLabs Projects Listing</h1>
<a href="https://github.com/SpaceyaTech/SYT-Web-Redesign" target="github">Github</a>
</td>
</tr>
<tr>
<td>Team Folio</td>
<td>It is an open source site that will display someones role in a team either as a designer or a developer a PM</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-success">Active</button></td>
<td>Should know react js and tailwind as of now </td>
<td>
<a href="projects/team_folio/index.html">Details</a>
<br />
<a href="https://github.com/Team-folio/TeamFolio" target="github">Github</a>
</td>
</tr>
</tbody>
</table>
</div>
Expand Down
251 changes: 251 additions & 0 deletions projects/team_folio/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,251 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@todo: add project name</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/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%">
@todo
</td>
</tr>
<tr>
<th>
Current Openings for new Contributors:
</th>
<td>
<span style="color: red">0 more Software Developers required as at 15th January 2023</span>
</td>
</tr>
<tr>
<th>
Description:
</th>
<td>
<p>
@todo write your description here.
</p>
</td>
</tr>
<tr>
<th>
Repository URL:
</th>
<td>
@todo add the repository urls of your project here
</td>
</tr>
<tr>
<th>
Project Start Date:
</th>
<td>
@todo write your project start date here
</td>
</tr>
<tr>
<th>
Project Status
</th>
<td>
Active
</td>
</tr>
<tr>
<th>
Date Project Owner joined SpaceYaTech
</th>
<td>
Write the date you joined SpaceYaTech here
</td>
</tr>
<tr>
<th>
About the Project Owner:
</th>
<td>
<p>
@todo write something about your project owner here. Include other stuff like hobbies
as well.
</p>
</td>
</tr>
<tr>
<th>
How to contact:
</th>
<td>
Email: @todo
<br />
Tel: @todo
<br />
Whatsapp: @todo
<br />
Discord: @todo
</td>
</tr>
<tr>
<th>
Project Owner git username:
</th>
<td>
@todo
</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>
Backend
<ul>
<li>@todo</li>
<li>@todo</li>
</ul>
</p>
<p>
Front end
<ul>
<li>@todo</li>
<li>@todo</li>
</ul>
</p>
</td>
</tr>
<tr>
<th>Joining Requirements:</th>
<td>
<p>
You should know:
<ul>
<li>@todo</li>
<li>@todo</li>
</ul>
</p>
<p>
Plus points if you also know
<ul>
<li>@todo</li>
<li>@todo</li>
<li>AWS Devops</li>
</ul>
</p>
</td>
</tr>
<tr>
<th>License:</th>
<td>
@todo add your license here
</td>
</tr>
<tr>
<th>Benefits of Joining:</th>
<td>
<ul>
<li>Experience on your CV</li>
<li>@todo</li>
<li>@todo</li>
</ul>
</td>
</tr>
<tr>
<th>What if I do not yet match joining requirements?</th>
<td>
@todo
</td>
</tr>
<tr>
<th>Planned Revenue Streams:</th>
<td>
<ul>
<li>@todo</li>
<li>@todo</li>
</ul>
</td>
</tr>
<tr>
<th>Funding status and message to prospective investors:</th>
<td>
<p>
@todo
</p>
</td>
</tr>
</tbody>
</table>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/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 017bf65

Please sign in to comment.