nice work
This commit is contained in:
parent
6d5542e88c
commit
a8ab19302a
@ -4,7 +4,7 @@ body {
|
||||
}
|
||||
|
||||
.link-container {
|
||||
max-width: 680px;
|
||||
max-width: 580px;
|
||||
}
|
||||
|
||||
.profile-image {
|
||||
@ -13,8 +13,8 @@ body {
|
||||
}
|
||||
|
||||
.profile-picture {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
margin-left: auto;
|
||||
@ -29,7 +29,7 @@ body {
|
||||
padding: 0.75rem 1rem;
|
||||
transition: transform 0.1s ease-in-out;
|
||||
max-width: 520px;
|
||||
margin: 0 auto 1rem auto;
|
||||
margin: 0 auto; /* Removed bottom margin */
|
||||
}
|
||||
|
||||
.link-card:hover {
|
||||
|
||||
BIN
assets/pasted-20260113-182734-64d994f5.jpg
Normal file
BIN
assets/pasted-20260113-182734-64d994f5.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
12
index.php
12
index.php
@ -14,15 +14,15 @@ require_once 'db/config.php';
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container link-container mt-5">
|
||||
<div class="container link-container mt-4">
|
||||
<div class="text-center mb-4">
|
||||
<img src="assets/images/profile.jpg" alt="Philip Daineka" class="profile-picture mb-3">
|
||||
<h1 class="h3">Philip Daineka</h1>
|
||||
<p class="text-secondary">CEO, Flatlogic</p>
|
||||
<p class="lead px-4">Building the future of AI-powered development</p>
|
||||
<h1 class="h4">Philip Daineka</h1>
|
||||
<p class="text-secondary mb-1">CEO, Flatlogic</p>
|
||||
<p class="px-4">Building the future of AI-powered development</p>
|
||||
</div>
|
||||
|
||||
<div class="d-grid gap-3">
|
||||
<div class="d-grid gap-2">
|
||||
|
||||
<a href="#" class="text-decoration-none text-dark">
|
||||
<div class="link-card p-3 d-flex align-items-center">
|
||||
@ -91,7 +91,7 @@ require_once 'db/config.php';
|
||||
|
||||
</div>
|
||||
|
||||
<div class="text-center text-secondary small mt-5 mb-4">
|
||||
<div class="text-center text-secondary small mt-4 mb-4">
|
||||
© <?php echo date("Y"); ?> Philip Daineka
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user