Skip to content

Commit

Permalink
Merge branch 'project-list' of https://github.com/MBAZA-NLP/community…
Browse files Browse the repository at this point in the history
….website into project-list
  • Loading branch information
AngeloChristian1 committed Apr 30, 2023
2 parents 02b728b + e1106f4 commit 9289fff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 6 additions & 0 deletions assets/css/product.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@ header {
}

.prodContainer {
width: 90%;
margin: auto;
margin: 65px;
display: block;
align-items: center;
Expand Down Expand Up @@ -608,10 +610,14 @@ header {
}
.boxOptions p:hover {
color: orange;
cursor: pointer;
}
.boxOptionsp1 {
margin-left: 30px;
}
.boxOptions #more {
margin-top: 21px;
}

.fileText {
font-size: 130%;
Expand Down
14 changes: 6 additions & 8 deletions pages/product.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,900;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link rel='stylesheet' href='https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500&family=Poppins:ital,wght@0,300;0,400;0,500;0,900;1,900&display=swap" rel="stylesheet">
</head>
<body>

Expand All @@ -29,6 +25,8 @@

<!-- Add your site or application content here -->
<!-- preloader -->


<div id="preloader">
<div class="preloader">
<span></span>
Expand Down Expand Up @@ -107,7 +105,7 @@
<div class="upperPart">
<div class="title">
<h4 class="mainTitle">
<span ></span> Projects <span ></span>
<span class="line"></span> Projects <span class="line"></span>
</h4>
</div>
<div class="status">
Expand Down Expand Up @@ -283,7 +281,7 @@ <h4>Speech To Text</h4>
</div>
<div class="boxOptions">
<p class="boxOptionsp1"><img src="../assets/img/product/stats.png"></p>
<p>Read more</p>
<p id="more">Read more</p>
</div>
</div>
<div class="box" class="box5">
Expand All @@ -299,7 +297,7 @@ <h4>Text to Speech</h4>
</div>
<div class="boxOptions">
<p class="boxOptionsp1"><img src="../assets/img/product/stats.png"></p>
<p>Read more</p>
<p id="more">Read more</p>
</div>
</div>
<div class="box" class="box6">
Expand All @@ -316,7 +314,7 @@ <h4>Kinyarwanda Dataset SST</h4>
</div>
<div class="boxOptions">
<p class="boxOptionsp1"><img src="../assets/img/product/stats.png"></p>
<p id="">Read more</p>
<p id="more">Read more</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 9289fff

Please sign in to comment.