Skip to content

Commit d995ebb

Browse files
authored
Merge pull request #8 from jcomte23/develop
Develop
2 parents 45cc021 + a532a04 commit d995ebb

File tree

3 files changed

+46
-26
lines changed

3 files changed

+46
-26
lines changed

index.html

Lines changed: 46 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,33 @@
1919
<meta name="googlebot" content="index,follow">
2020
<meta name="revisit-after" content="15days">
2121
<meta http-equiv="Content-Language" content="en">
22-
<meta property="og:title" content="Jcomte23 - Backend Developer Portfolio">
23-
<meta property="og:description"
24-
content="Portfolio of Javier Cómbita Téllez, a skilled Backend Developer specializing in .NET, C#, Laravel, and scalable architecture design.">
25-
<meta property="og:image" content="https://jcomte23.github.io/assets/preview.png">
22+
23+
<!-- Open Graph -->
24+
<meta property="og:site_name" content="Jcomte23">
2625
<meta property="og:url" content="https://jcomte23.github.io">
2726
<meta property="og:type" content="website">
27+
<meta property="og:title" content="Javier Cómbita Téllez | Backend Developer Portfolio">
28+
<meta property="og:description"
29+
content="Portfolio of Javier Cómbita Téllez, a skilled Backend Developer specializing in .NET, C#, Laravel, and scalable architecture design.">
30+
<meta property="og:locale" content="es_CO">
31+
<meta property="og:image" content="https://jcomte23.github.io/images/photo.webp">
32+
<meta property="og:image" content="https://jcomte23.github.io/images/photo.jpeg">
33+
<meta property="og:image:width" content="400">
34+
<meta property="og:image:height" content="400">
35+
36+
<!-- Twitter Card -->
2837
<meta name="twitter:card" content="summary_large_image">
2938
<meta name="twitter:title" content="Jcomte23 - Backend Developer Portfolio">
3039
<meta name="twitter:description"
3140
content="Portfolio of Javier Cómbita Téllez, a skilled Backend Developer specializing in .NET, C#, Laravel, and scalable architecture design.">
32-
<meta name="twitter:image" content="https://jcomte23.github.io/assets/preview.png">
41+
<meta name="twitter:image" content="https://jcomte23.github.io/images/photo.webp">
42+
<meta name="twitter:creator" content="@jcomte23">
43+
<meta name="twitter:site" content="@jcomte23">
44+
<meta name="twitter:url" content="https://jcomte23.github.io">
45+
46+
<!-- Bootstrap CSS -->
3347
<link rel="icon" href="public/favicon.svg" type="image/svg+xml">
34-
<meta name="theme-color" content="#4CAF50">
48+
<meta name="theme-color" content="#007bff">
3549
<title>Jcomte23 - Backend Developer Portfolio</title>
3650
</head>
3751
<body>
@@ -57,9 +71,6 @@
5771
<li class="nav-item">
5872
<a href="#projects" class="nav-link text-primary">Projects</a>
5973
</li>
60-
<li class="nav-item">
61-
<a href="#contact" class="nav-link text-primary">Contact</a>
62-
</li>
6374
</ul>
6475
</div>
6576
</div>
@@ -71,13 +82,15 @@
7182
<section class="row flex-lg-row-reverse align-items-center g-5 py-5">
7283
<div class="col-10 col-sm-8 col-lg-6">
7384
<img src="public/images/bootstrap-themes.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes"
74-
width="700" height="500" loading="lazy">
85+
loading="lazy">
7586
</div>
7687
<div class="col-lg-6">
7788
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Javier Cómbita Téllez</h1>
78-
<p class="lead">Hi, I'm Javier Cómbita Téllez, a passionate backend developer specializing in .NET, C#, and scalable
89+
<p class="lead">Hi, I'm Javier Cómbita Téllez, a passionate backend developer specializing in .NET, C#, and
90+
scalable
7991
architectures.
80-
I have experience in leading development teams, mentoring junior talent, and creating technical e-learning
92+
I have experience in leading development teams, mentoring junior talent, and creating technical
93+
e-learning
8194
content.</p>
8295
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
8396
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Primary</button>
@@ -95,7 +108,9 @@ <h2 class="text-start mb-4">Programming Languages</h2>
95108
<img src="public/logos/python.svg" alt="Logo python">
96109
</div>
97110
<h3 class="fs-4 text-body-emphasis">Python</h3>
98-
<p>Python is a powerful, easy-to-learn language widely used for web development, data analysis, machine learning, automation, and more. Its simplicity and readability make it an excellent choice for beginners and professionals alike.</p>
111+
<p>Python is a powerful, easy-to-learn language widely used for web development, data analysis, machine
112+
learning, automation, and more. Its simplicity and readability make it an excellent choice for beginners
113+
and professionals alike.</p>
99114
</article>
100115

101116
<!-- C# -->
@@ -104,7 +119,8 @@ <h3 class="fs-4 text-body-emphasis">Python</h3>
104119
<img src="public/logos/c-sharp.svg" alt="Logo C#">
105120
</div>
106121
<h3 class="fs-4 text-body-emphasis">C#</h3>
107-
<p>C# is a versatile, object-oriented language developed by Microsoft. It's widely used for building Windows applications, game development with Unity, and enterprise-level applications.</p>
122+
<p>C# is a versatile, object-oriented language developed by Microsoft. It's widely used for building Windows
123+
applications, game development with Unity, and enterprise-level applications.</p>
108124
</article>
109125

110126
<!-- JavaScript -->
@@ -113,7 +129,9 @@ <h3 class="fs-4 text-body-emphasis">C#</h3>
113129
<img src="public/logos/javascript.svg" alt="Logo javascript">
114130
</div>
115131
<h3 class="fs-4 text-body-emphasis">JavaScript</h3>
116-
<p>JavaScript is essential for web development, allowing you to build interactive websites and dynamic user interfaces. It's used both on the client side (frontend) and server side (Node.js) for full-stack development.</p>
132+
<p>JavaScript is essential for web development, allowing you to build interactive websites and dynamic user
133+
interfaces. It's used both on the client side (frontend) and server side (Node.js) for full-stack
134+
development.</p>
117135
</article>
118136

119137
<!-- PHP -->
@@ -122,7 +140,8 @@ <h3 class="fs-4 text-body-emphasis">JavaScript</h3>
122140
<img src="public/logos/php.svg" alt="Logo php">
123141
</div>
124142
<h3 class="fs-4 text-body-emphasis">PHP</h3>
125-
<p>PHP is a popular server-side scripting language primarily used for web development. It's widely used in content management systems like WordPress and Drupal, and powers dynamic websites and applications.</p>
143+
<p>PHP is a popular server-side scripting language primarily used for web development. It's widely used in
144+
content management systems like WordPress and Drupal, and powers dynamic websites and applications.</p>
126145
</article>
127146
</section>
128147

@@ -134,39 +153,45 @@ <h2 class="text-start mb-4">Databases</h2>
134153
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
135154
<img class="w-100" src="public/logos/mysql.svg" alt="Logo mysql" width="100%">
136155
</div>
137-
<p>MySQL is a widely used open-source relational database management system. It's known for its speed, reliability, and flexibility, often used in web applications and content management systems.</p>
156+
<p>MySQL is a widely used open-source relational database management system. It's known for its speed,
157+
reliability, and flexibility, often used in web applications and content management systems.</p>
138158
</article>
139159

140160
<!-- PostgreSQL -->
141161
<article class="feature col">
142162
<div class="feature-icon w-100 d-inline-flex align-items-center justify-content-center fs-2 mb-3">
143163
<img class="w-50" src="public/logos/postgresql.svg" alt="Logo postgresql" width="100%">
144164
</div>
145-
<p>PostgreSQL is an advanced open-source relational database system known for its robustness and support for complex queries, making it ideal for data-driven applications that require scalability and reliability.</p>
165+
<p>PostgreSQL is an advanced open-source relational database system known for its robustness and support for
166+
complex queries, making it ideal for data-driven applications that require scalability and
167+
reliability.</p>
146168
</article>
147169

148170
<!-- MongoDB -->
149171
<article class="feature col">
150172
<div class="feature-icon w-100 d-inline-flex align-items-center justify-content-center fs-2 mb-3">
151173
<img class="w-100" src="public/logos/mongodb.svg" alt="Logo mongodb">
152174
</div>
153-
<p>MongoDB is a NoSQL database that stores data in a flexible, JSON-like format. It is highly scalable, allowing applications to handle large amounts of unstructured data efficiently. It's popular in modern web applications.</p>
175+
<p>MongoDB is a NoSQL database that stores data in a flexible, JSON-like format. It is highly scalable,
176+
allowing applications to handle large amounts of unstructured data efficiently. It's popular in modern
177+
web applications.</p>
154178
</article>
155179

156180
<!-- SQLite -->
157181
<article class="feature col">
158182
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
159183
<img class="w-100" src="public/logos/sqlite.svg" alt="Logo sqlite" width="100%">
160184
</div>
161-
<p>SQLite is a serverless, self-contained SQL database engine that is lightweight and fast. It's widely used in mobile apps, embedded systems, and small-to-medium-sized applications where a full database server is not required.</p>
185+
<p>SQLite is a serverless, self-contained SQL database engine that is lightweight and fast. It's widely used
186+
in mobile apps, embedded systems, and small-to-medium-sized applications where a full database server is
187+
not required.</p>
162188
</article>
163189
</section>
164190

165191

166192
<!-- Projects Section -->
167193
<section id="projects" class="py-5">
168194
<h2>Projects</h2>
169-
<!-- START THE FEATURETTES -->
170195

171196
<hr class="featurette-divider">
172197

@@ -227,11 +252,8 @@ <h2 class="featurette-heading fw-normal lh-1">And lastly, this one. <span class=
227252
</div>
228253

229254
<hr class="featurette-divider">
230-
231-
<!-- /END THE FEATURETTES -->
232255
</section>
233256

234-
<!-- START THE FEATURETTES -->
235257

236258
<hr class="featurette-divider">
237259

@@ -292,8 +314,6 @@ <h2 class="featurette-heading fw-normal lh-1">And lastly, this one. <span class=
292314
</div>
293315

294316
<hr class="featurette-divider">
295-
296-
<!-- /END THE FEATURETTES -->
297317
</main>
298318

299319
<!-- Footer Section -->

public/images/photo.jpeg

12 KB
Loading

public/images/photo.webp

7.06 KB
Loading

0 commit comments

Comments
 (0)