|
173 | 173 | <img loading="lazy" src="https://opengraph.githubassets.com/1/mrepol742/melvinjonesrepol.com" class="rounded d-block img-fluid" alt="Project Canis"> |
174 | 174 | <div class="card-body"> |
175 | 175 | <h5 class="card-title">melvinjonesrepol.com</h5> |
176 | | - <p class="card-text">A modern, enhanced personal portfolio site.</p> |
| 176 | + <p class="card-text">A fast, modern portfolio website built for performance and style. Showcases my work and skills with a sleek, responsive design.</p> |
177 | 177 | <p> |
178 | 178 | Technologies: <br> |
179 | 179 | nextjs |
|
199 | 199 | </div> |
200 | 200 | <div class="col-sm-6 col-md-6 col-lg-4"> |
201 | 201 | <div class="card " data-aos="fade-up"> |
202 | | - <img loading="lazy" src="https://opengraph.githubassets.com/1/Elitexv/Ulisha-store" class="rounded d-block img-fluid" alt="Ulisha Store"> |
| 202 | + <img loading="lazy" src="/assets/images/ulisha-store-cover.png" class="rounded d-block img-fluid" alt="Ulisha Store"> |
203 | 203 | <div class="card-body"> |
204 | 204 | <h5 class="card-title">Ulisha Store</h5> |
205 | 205 | <p class="card-text">A premier destination for quality fashion, accessories, and electronics. Bringing you the best products at competitive prices.</p> |
206 | 206 | <p> |
207 | 207 | Technologies: <br> |
208 | | - react · tailwind · supabase |
| 208 | + nextjs · supabase |
209 | 209 | </p> |
210 | | - <a class="btn" href="https://ulishastore.com" target="_blank"><i class="fa-solid fa-view"></i> <b>View</b></a><br> |
| 210 | + <a class="btn" href="https://github.com/ulisha-limited" target="_blank"><i class="fa-solid fa-code"></i> <b>Source</b></a> |
| 211 | + <a class="btn" href="https://www.ulishastore.com" target="_blank"><i class="fa-solid fa-view"></i> <b>View</b></a><br> |
211 | 212 | </div> |
212 | 213 | </div> |
213 | 214 | </div> |
|
971 | 972 | <div class="col-12 col-md-4 mb-4"> |
972 | 973 | <div class="card shadow-sm border-0 h-100" data-aos="fade-up"> |
973 | 974 | <div class="card-body"> |
974 | | - <img src="https://avatars.githubusercontent.com/yourbusinessname" alt="Your Business Name Logo" class="mb-3 rounded-circle" width="70" height="70"> |
975 | | - <h4 class="mb-1">Your Business Name</h4> |
| 975 | + <img src="https://avatars.githubusercontent.com/ulisha-limited" alt="Ulisha Limited Logo" class="mb-3 rounded-circle" width="70" height="70"> |
| 976 | + <h4 class="mb-1">Ulisha Limited</h4> |
976 | 977 | <p class="mb-0 text-muted">Organization</p> |
977 | | - <a href="https://github.com/yourbusinessname" target="_blank" class="d-block mt-2"><i class="fa-brands fa-github"></i> GitHub</a> |
| 978 | + <a href="https://github.com/ulisha-limited" target="_blank" class="d-block mt-2"><i class="fa-brands fa-github"></i> GitHub</a> |
978 | 979 | </div> |
979 | 980 | </div> |
980 | 981 | </div> |
|
1011 | 1012 | </div> |
1012 | 1013 | </div> |
1013 | 1014 | <br> |
1014 | | - <h2 class="text-center mt-5" id="posts">Deep</h2> |
1015 | | - <?php |
1016 | | - // Fetch the JSON feed |
1017 | | - $feedUrl = 'https://projectdeep.vercel.app/feed.json'; |
1018 | | - $feedJson = @file_get_contents($feedUrl); |
1019 | | - |
1020 | | - if ($feedJson !== false) { |
1021 | | - $feed = json_decode($feedJson, true); |
1022 | | - if (isset($feed['items']) && is_array($feed['items'])) { |
1023 | | - echo '<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4">'; |
1024 | | - foreach ($feed['items'] as $item) { |
1025 | | - $title = htmlspecialchars($item['title'] ?? ''); |
1026 | | - $summary = htmlspecialchars($item['summary'] ?? ''); |
1027 | | - $url = htmlspecialchars($item['url'] ?? ''); |
1028 | | - $date = isset($item['date_modified']) ? date('F j, Y', strtotime($item['date_modified'])) : ''; |
1029 | | - echo '<div class="col">'; |
1030 | | - echo '<div class="card h-100">'; |
1031 | | - echo '<div class="card-body">'; |
1032 | | - echo '<h5 class="card-title"><a href="' . $url . '" target="_blank">' . $title . '</a></h5>'; |
1033 | | - echo '<p class="card-text">' . $summary . '</p>'; |
1034 | | - if ($date) { |
1035 | | - echo '<p class="card-text"><small class="text-muted">' . $date . '</small></p>'; |
1036 | | - } |
1037 | | - echo '</div>'; |
1038 | | - echo '</div>'; |
1039 | | - echo '</div>'; |
1040 | | - } |
1041 | | - echo '</div>'; |
1042 | | - } else { |
1043 | | - echo '<div class="alert alert-warning">No Deep found.</div>'; |
1044 | | - } |
1045 | | - } else { |
1046 | | - echo '<div class="alert alert-danger">Unable to fetch Deep at this time.</div>'; |
1047 | | - } |
1048 | | - ?> |
1049 | | - <br> |
1050 | 1015 | <div class="card mb-5"> |
1051 | 1016 | <div class="card-body"> |
1052 | 1017 | <h5 class="card-title">Found a problem with this page?</h5> |
|
0 commit comments