Skip to content

Commit 76843b6

Browse files
authored
Merge pull request #13 from jcomte23/develop
Develop
2 parents c177269 + afc9453 commit 76843b6

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<!-- Bootstrap CSS -->
4646
<link rel="icon" href="public/favicon.svg" type="image/svg+xml">
47-
<meta name="theme-color" content="#007bff">
47+
<meta name="theme-color" content="#ffffff">
4848
<title>Jcomte23 - Backend Developer Portfolio</title>
4949
</head>
5050
<body>
@@ -77,23 +77,23 @@
7777

7878

7979
<!-- Main Content -->
80-
<main class="container my-5">
81-
<section class="row flex-lg-row-reverse align-items-center g-5 py-5">
80+
<main class="container">
81+
<section class="row flex-lg-row-reverse justify-content-center align-items-center g-5 pb-5">
8282
<div class="col-10 col-sm-8 col-lg-6">
8383
<img src="public/images/bootstrap-themes.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes"
8484
loading="lazy">
8585
</div>
8686
<div class="col-lg-6">
87-
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Javier Cómbita Téllez</h1>
88-
<p class="lead">Hi, I'm Javier Cómbita Téllez, a passionate backend developer specializing in .NET, C#, and
87+
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3 custom-heading">Javier Cómbita Téllez</h1>
88+
<p class="lead custom-heading">Hi, I'm Javier Cómbita Téllez, a passionate backend developer specializing in .NET, C#, and
8989
scalable
9090
architectures.
9191
I have experience in leading development teams, mentoring junior talent, and creating technical
9292
e-learning
9393
content.</p>
9494
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
95-
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Primary</button>
96-
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Default</button>
95+
<a class="btn btn-primary btn-lg px-4 me-md-2 text-capitalize" href="https://www.linkedin.com/in/javier-c%C3%B3mbita-t%C3%A9llez-4b4aa3258/" target="_blank" role="button">linkedIn<i class="bi bi-linkedin ms-1"></i></a>
96+
<a class="btn btn-outline-secondary btn-lg px-4" href="public/documents/prueba_documento.pdf" target="_blank" role="button">Download CV<i class="bi bi-download ms-1"></i></a>
9797
</div>
9898
</div>
9999
</section>
1.03 KB
Binary file not shown.

src/scss/style.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
@import "bootstrap/scss/bootstrap";
2-
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
2+
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
3+
4+
.custom-heading {
5+
text-align: center;
6+
}
7+
8+
@media (min-width: 576px) {
9+
.custom-heading {
10+
text-align: left;
11+
}
12+
}

0 commit comments

Comments
 (0)