|
19 | 19 | <meta name="googlebot" content="index,follow"> |
20 | 20 | <meta name="revisit-after" content="15days"> |
21 | 21 | <meta http-equiv="Content-Language" content="en"> |
22 | | - |
23 | | - <!-- Open Graph --> |
24 | | - <meta property="og:site_name" content="Jcomte23"> |
25 | | - <meta property="og:url" content="https://jcomte23.github.io"> |
26 | | - <meta property="og:type" content="website"> |
27 | | - <meta property="og:title" content="Javier Cómbita Téllez | Backend Developer Portfolio"> |
| 22 | + <meta property="og:title" content="Jcomte23 - Backend Developer Portfolio"> |
28 | 23 | <meta property="og:description" |
29 | 24 | 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.png"> |
32 | | - |
33 | | - <meta property="og:image:width" content="400"> |
34 | | - <meta property="og:image:height" content="400"> |
35 | | - |
36 | | - <!-- Twitter Card --> |
| 25 | + <meta property="og:image" content="https://jcomte23.github.io/assets/preview.png"> |
| 26 | + <meta property="og:url" content="https://jcomte23.github.io"> |
| 27 | + <meta property="og:type" content="website"> |
37 | 28 | <meta name="twitter:card" content="summary_large_image"> |
38 | 29 | <meta name="twitter:title" content="Jcomte23 - Backend Developer Portfolio"> |
39 | 30 | <meta name="twitter:description" |
40 | 31 | content="Portfolio of Javier Cómbita Téllez, a skilled Backend Developer specializing in .NET, C#, Laravel, and scalable architecture design."> |
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 --> |
| 32 | + <meta name="twitter:image" content="https://jcomte23.github.io/assets/preview.png"> |
47 | 33 | <link rel="icon" href="public/favicon.svg" type="image/svg+xml"> |
48 | | - <meta name="theme-color" content="#007bff"> |
| 34 | + <meta name="theme-color" content="#4CAF50"> |
49 | 35 | <title>Jcomte23 - Backend Developer Portfolio</title> |
50 | 36 | </head> |
51 | 37 | <body> |
52 | | -<header class="navbar navbar-expand-md navbar-light bg-light border-bottom"> |
| 38 | +<header class="navbar navbar-expand-md navbar-light"> |
53 | 39 | <div class="container"> |
54 | 40 | <!-- Branding --> |
55 | 41 | <a href="/" class="navbar-brand text-primary fw-bold fs-2"> |
|
66 | 52 | <div class="collapse navbar-collapse" id="navbarNav"> |
67 | 53 | <ul class="navbar-nav ms-auto"> |
68 | 54 | <li class="nav-item"> |
69 | | - <a href="#technical-skills" class="nav-link text-primary">technical skills</a> |
| 55 | + <a href="#technical-skills" class="nav-link text-primary text-capitalize">technical skills</a> |
70 | 56 | </li> |
71 | 57 | <li class="nav-item"> |
72 | | - <a href="#projects" class="nav-link text-primary">Projects</a> |
| 58 | + <a href="#projects" class="nav-link text-primary text-capitalize">Projects</a> |
73 | 59 | </li> |
74 | 60 | </ul> |
75 | 61 | </div> |
@@ -99,93 +85,52 @@ <h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Javier Cómbita Téll |
99 | 85 | </div> |
100 | 86 | </section> |
101 | 87 |
|
102 | | - <!-- Technical Skills Section --> |
103 | | - <h2 class="text-start mb-4">Programming Languages</h2> |
104 | | - <section class="row g-4 py-5 row-cols-1 row-cols-lg-4" id="technical-skills"> |
| 88 | + <!-- Programming Languages --> |
| 89 | + <h2 class="text-center mb-4" id="technical-skills">Programming Languages</h2> |
| 90 | + <section class="row g-4 py-5 row-cols-1 row-cols-lg-4"> |
105 | 91 | <!-- Python --> |
106 | | - <article class="feature col"> |
107 | | - <div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
108 | | - <img src="public/logos/python.svg" alt="Logo python"> |
109 | | - </div> |
110 | | - <h3 class="fs-4 text-body-emphasis">Python</h3> |
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> |
114 | | - </article> |
| 92 | + <div class="col feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
| 93 | + <img src="public/logos/python.svg" alt="Logo python"> |
| 94 | + </div> |
115 | 95 |
|
116 | 96 | <!-- C# --> |
117 | | - <article class="feature col"> |
118 | | - <div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
119 | | - <img src="public/logos/c-sharp.svg" alt="Logo C#"> |
120 | | - </div> |
121 | | - <h3 class="fs-4 text-body-emphasis">C#</h3> |
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> |
124 | | - </article> |
| 97 | + <div class="col feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
| 98 | + <img src="public/logos/c-sharp.svg" alt="Logo C#"> |
| 99 | + </div> |
125 | 100 |
|
126 | 101 | <!-- JavaScript --> |
127 | | - <article class="feature col"> |
128 | | - <div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
129 | | - <img src="public/logos/javascript.svg" alt="Logo javascript"> |
130 | | - </div> |
131 | | - <h3 class="fs-4 text-body-emphasis">JavaScript</h3> |
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> |
135 | | - </article> |
| 102 | + <div class="col feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
| 103 | + <img src="public/logos/javascript.svg" alt="Logo javascript"> |
| 104 | + </div> |
136 | 105 |
|
137 | 106 | <!-- PHP --> |
138 | | - <article class="feature col"> |
139 | | - <div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
140 | | - <img src="public/logos/php.svg" alt="Logo php"> |
141 | | - </div> |
142 | | - <h3 class="fs-4 text-body-emphasis">PHP</h3> |
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> |
145 | | - </article> |
| 107 | + <div class="col feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
| 108 | + <img src="public/logos/php.svg" alt="Logo php"> |
| 109 | + </div> |
146 | 110 | </section> |
147 | 111 |
|
148 | 112 | <!-- Databases Section --> |
149 | | - <h2 class="text-start mb-4">Databases</h2> |
| 113 | + <h2 class="text-start mb-4 text-capitalize text-center">databases</h2> |
150 | 114 | <section class="row g-4 py-5 row-cols-1 row-cols-lg-4" id="databases"> |
151 | 115 | <!-- MySQL --> |
152 | | - <article class="feature col"> |
153 | | - <div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
154 | | - <img class="w-100" src="public/logos/mysql.svg" alt="Logo mysql" width="100%"> |
155 | | - </div> |
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> |
158 | | - </article> |
| 116 | + <div class="col feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
| 117 | + <img src="public/logos/mysql.svg" alt="Logo mysql" width="100%"> |
| 118 | + </div> |
159 | 119 |
|
160 | 120 | <!-- PostgreSQL --> |
161 | | - <article class="feature col"> |
162 | | - <div class="feature-icon w-100 d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
163 | | - <img class="w-50" src="public/logos/postgresql.svg" alt="Logo postgresql" width="100%"> |
164 | | - </div> |
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> |
168 | | - </article> |
| 121 | + <div class="col feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
| 122 | + <img src="public/logos/postgresql.svg" alt="Logo postgresql" width="100%"> |
| 123 | + </div> |
169 | 124 |
|
170 | 125 | <!-- MongoDB --> |
171 | | - <article class="feature col"> |
172 | | - <div class="feature-icon w-100 d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
173 | | - <img class="w-100" src="public/logos/mongodb.svg" alt="Logo mongodb"> |
174 | | - </div> |
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> |
178 | | - </article> |
| 126 | + <div class="col feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
| 127 | + <img src="public/logos/mongodb.svg" alt="Logo mongodb"> |
| 128 | + </div> |
179 | 129 |
|
180 | 130 | <!-- SQLite --> |
181 | | - <article class="feature col"> |
182 | | - <div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
183 | | - <img class="w-100" src="public/logos/sqlite.svg" alt="Logo sqlite" width="100%"> |
184 | | - </div> |
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> |
188 | | - </article> |
| 131 | + <div class="col feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3"> |
| 132 | + <img src="public/logos/sqlite.svg" alt="Logo sqlite" width="100%"> |
| 133 | + </div> |
189 | 134 | </section> |
190 | 135 |
|
191 | 136 |
|
@@ -252,6 +197,8 @@ <h2 class="featurette-heading fw-normal lh-1">And lastly, this one. <span class= |
252 | 197 | </div> |
253 | 198 |
|
254 | 199 | <hr class="featurette-divider"> |
| 200 | + |
| 201 | + |
255 | 202 | </section> |
256 | 203 |
|
257 | 204 |
|
@@ -314,6 +261,7 @@ <h2 class="featurette-heading fw-normal lh-1">And lastly, this one. <span class= |
314 | 261 | </div> |
315 | 262 |
|
316 | 263 | <hr class="featurette-divider"> |
| 264 | + |
317 | 265 | </main> |
318 | 266 |
|
319 | 267 | <!-- Footer Section --> |
|
0 commit comments