Skip to content

Commit

Permalink
Merge pull request #19 from SpaceyaTech/18-create-listing-for-farmdir…
Browse files Browse the repository at this point in the history
…ect-by-fred-ouko

18 create listing for farmdirect by fred ouko
  • Loading branch information
JimmyOty authored Jul 3, 2023
2 parents d201b53 + e0530a4 commit acfb5ab
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 5 deletions.
28 changes: 23 additions & 5 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ <h1>CoLabs Projects Listing</h1>
</p>
<p>
Feel free to fill out this form to have your project listed
<a href="https://airtable.com/shrahlgmnr7Zhqcbz/"class="btn btn-primary">here</a>
<a href="https://airtable.com/shrahlgmnr7Zhqcbz/" class="btn btn-primary">here</a>
</p>
<p>
We will then add you to the git repository for this page so you can maintain your project
details. To update your content create an issue and a branch from it on:
<br /><br />
<a href="https://github.com/SpaceyaTech/CoLabs"class="btn btn-success">Contribute to CoLabs on Github</a>
<a href="https://github.com/SpaceyaTech/CoLabs" class="btn btn-success">Contribute to CoLabs on Github</a>
<br /><br />
When your are ready to publish create a merge request and we will review your edits.
</p>
<p>
Some projects are hosted within the SpaceYaTech organisation:
Some projects are hosted within the SpaceYaTech organization:
<br /><br />
<a href="https://github.com/SpaceyaTech/"class="btn btn-dark">Explore SpaceyaTech on Github</a>
<a href="https://github.com/SpaceyaTech/" class="btn btn-dark">Explore SpaceYaTech on Github</a>
</p>
</div>
<br /><br />
Expand All @@ -68,7 +68,7 @@ <h1>CoLabs Projects Listing</h1>
<tr>
<th scope="col">Project </th>
<th scope="col">Description</th>
<th scope="col">Colaborating</th>
<th scope="col">Collaborating</th>
<th scope="col">Status</th>
<th scope="col">Tech Stack</th>
<th scope="col">Links</th>
Expand Down Expand Up @@ -99,6 +99,24 @@ <h1>CoLabs Projects Listing</h1>
<a href="https://github.com/Code-AfterWork/eaty" target="github">Github</a>
</td>
</tr>
<tr>
<td>FarmDirect</td>
<td>This is an AgriTech startup that is still in the ideation stage. It is going to be an app which shows the
prices of commodities in real time based on the data on the ground. For instance, a farmer in Nandi will be
able to compare prices in Nakuru vs prices in Meru and decide whether he wants to sell his produce in Nakuru
or Meru. The app will also have transporters, say lorries, who bid on jobs to transport produce to the
market. The farmer simply registers the produce that he wishes to transport, specify the destination and
chooses the cheapest transporter from transporters around his area. Transporters get ready business while
farmers get ready transport to the market.</td>
<td><button type="button" class="btn btn-success">Yes</button></td>
<td><button type="button" class="btn btn-danger">Inactive</button></td>
<td>React Native, React, Next.js</td>
<td>
<a href="projects/FarmDirect/index.html">Details</a>
<br />
<!-- <a href="https://github.com/FLB-Music/FLB-Music-Player" target="github">Github</a> -->
</td>
</tr>
<tr>
<td>FLB Music</td>
<td>A popular cross platform desktop music player</td>
Expand Down
257 changes: 257 additions & 0 deletions projects/FarmDirect/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,257 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FLB Music</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%">
FarmDirect
</td>
</tr>
<tr>
<th>
Current Openings for new Contributors:
</th>
<td>
<span style="color: red">3 more Software Developers required</span>
</td>
</tr>
<tr>
<th>
Description:
</th>
<td>
<p>
This is an AgriTech startup that is still in the ideation stage. It is going to be an app which shows the
prices of commodities in real time based on the data on the ground. For instance, a farmer in Nandi will be
able to compare prices in Nakuru vs prices in Meru and decide whether he wants to sell his produce in Nakuru
or Meru. The app will also have transporters, say lorries, who bid on jobs to transport produce to the
market. The farmer simply registers the produce that he wishes to transport, specify the destination and
chooses the cheapest transporter from transporters around his area. Transporters get ready business while
farmers get ready transport to the market.
</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>React Native</li>
<li>React</li>
<li>Next.js</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/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 acfb5ab

Please sign in to comment.