Skip to content

Commit 866e71c

Browse files
committed
update 101
1 parent 9cbf94a commit 866e71c

3 files changed

Lines changed: 95 additions & 30 deletions

File tree

friends/jdev000/index.php

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<?php
6+
$disableMainCss;
7+
include("././includes/head.php");
8+
9+
$meta = new meta();
10+
$meta->setTitle(
11+
"Jerome Edica - Developer - jdev000",
12+
"A passionate and driven Grade 12 student with a diverse skill set ranging from front-end and back-end development to cybersecurity and 3D design. Starting his tech journey at just 16, he continues to expand his expertise through hands-on projects like his self-built EPD Penta-Copter drone and national-level science fair participation.",
13+
"https://mrepol742.github.io/friends/jdev000/"
14+
);
15+
$meta->setImage("https://mrepol742.github.io/images/cover.jpg", "Cover Photo");
16+
$meta->setKeywords("jerome edica, jdev000");
17+
?>
18+
</head>
19+
20+
<body class="d-flex flex-column min-vh-100">
21+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TFD9TXR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
22+
23+
<main>
24+
<div class="container" style="margin-top:3em;">
25+
<div class="row">
26+
<div class="col-lg-4 col-md-6 col-sm-12">
27+
</div>
28+
<div class="col-lg-4 col-md-6 col-sm-12">
29+
<div class="card asd " id="imbharat420" style="border-radius: 10px;">
30+
<div class="card-body">
31+
<img loading="lazy" src="https://avatars.githubusercontent.com/jdev000" class="mx-auto d-block img-fluid circle-png" alt="Jerome Edica avatar at Github" width="150">
32+
<h5 class="title mb-1 mt-3 text-capitalize">Jerome Edica</h5>
33+
<p class="card-text">A passionate and driven Grade 12 student with a diverse skill set ranging from front-end and back-end development to cybersecurity and 3D design. Starting his tech journey at just 16, he continues to expand his expertise through hands-on projects like his self-built EPD Penta-Copter drone and national-level science fair participation.</p>
34+
<p class="card-text"><small class="text-muted">@jdev000</small></p>
35+
<a href="https://jdev000.github.io/Je_Update" aria-label="Website" style="padding-left: 5px; padding-right: 5px;" target="_blank">
36+
<i class="fa-solid fa-code"></i>
37+
</a><br>
38+
<a href="https://github.com/mrepol742/mrepol742.github.io/blob/master/friends/jdev000/index.php" class="mt-2" style="padding-left: 5px; padding-right: 5px;" target="_blank">
39+
<small>Edit profile card</small>
40+
</a>
41+
</div>
42+
</div>
43+
</div>
44+
<div class="col-lg-4 col-md-6 col-sm-12">
45+
</div>
46+
</div>
47+
</div>
48+
49+
</main>
50+
51+
<script src="/vendor/twbs/bootstrap/dist/js/bootstrap.min.js"></script>
52+
</body>
53+
54+
</html>

includes/nav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TFD9TXR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
2-
<div class=" bg-primary p-1 shadow text-center text-white small">
2+
<div class="bg-primary p-2 shadow text-center text-white fs-5">
33
Shop with ease, quality and affordable prices at <a href="https://ulishastore.com?utm_source=mrepol742&utm_medium=github&utm_campaign=referral&utm_content=navbanner" class="text-decoration-underline">Ulisha Store</a>!
44
</div>
55
<header class="autohide navbar navbar-expand-lg fixed-top scrolled-up scrolled-up-tr">

0 commit comments

Comments
 (0)