mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 23:59:35 +05:30
(refactor): using fetch_all_reacords() function + (feature): implemented dynamic currently working on section
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<h6 class="font-bold mb-8">Featured</h6>
|
||||
<?php
|
||||
|
||||
$featured_projects_footer = fetch_featured_projects($conn);
|
||||
$featured_projects_footer = fetch_all_records($conn, "featured_projects");
|
||||
|
||||
if($featured_projects_footer -> num_rows > 0) {
|
||||
while($featured_footer_item = $featured_projects_footer -> fetch_assoc()) {
|
||||
|
||||
@@ -809,10 +809,18 @@ video {
|
||||
margin-top: 2.2rem;
|
||||
}
|
||||
|
||||
.mb-24 {
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.table {
|
||||
display: table;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user