Skip to content

Commit 4351ecc

Browse files
committed
teste
1 parent e24d108 commit 4351ecc

File tree

2 files changed

+82
-17
lines changed

2 files changed

+82
-17
lines changed

index.html

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ <h1 class="title">About Me</h1>
9797
<h3>Experience</h3>
9898
<p>1 year <br />Frontend and Backend Development</p>
9999
</div> -->
100-
<div class="details-container">
100+
<!-- <div class="details-container">
101101
<img
102102
src="./assets/education.png"
103103
alt="Education icon"
104104
class="icon"
105105
/>
106106
<h3>Education</h3>
107107
<p>Associate Degree of Finances</p>
108-
</div>
108+
</div> -->
109109
<div class="details-container">
110110
<img
111111
src="./assets/education.png"
@@ -131,7 +131,7 @@ <h1 class="title">Experience</h1>
131131
<div class="experience-details-container">
132132
<div class="about-containers">
133133
<div class="details-container">
134-
<h2 class="experience-sub-title">Frontend Development</h2>
134+
<h2 class="experience-sub-title">Development</h2>
135135
<div class="article-container">
136136
<article>
137137
<img
@@ -173,7 +173,7 @@ <h3>SQL</h3>
173173
class="icon"
174174
/>
175175
<div>
176-
<h3>JavaScript</h3>
176+
<h3>Angular&nbsp;&nbsp;&nbsp;&nbsp;</h3>
177177
<p>Basic</p>
178178
</div>
179179
</article>
@@ -184,13 +184,40 @@ <h3>JavaScript</h3>
184184
class="icon"
185185
/>
186186
<div>
187-
<h3>Angular</h3>
187+
<div>
188+
<h3>Git</h3>
189+
<p>Intermediate</p>
190+
</div>
191+
</div>
192+
</article>
193+
<article>
194+
<img
195+
src="./assets/checkmark.png"
196+
alt="Experience icon"
197+
class="icon"
198+
/>
199+
<div>
200+
<h3>Csharp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>
188201
<p>Basic</p>
189202
</div>
190203
</article>
191204
</div>
192205
</div>
193-
<div class="details-container">
206+
<div class="details-container"> <div class="experience">
207+
<div class="job-date">2024 - Present</div>
208+
<div class="company">ExxonMobil</div>
209+
<div class="role">Full Stack developer</div>
210+
211+
<p class="description">
212+
As a Full Stack Developer Intern, I provide support and maintenance for a web application built with Angular (front end) and C#/.NET (back end).
213+
</p>
214+
215+
<ul>
216+
<li>Investigating bugs, assisting in small feature updates, and ensuring the application runs smoothly for users..</li>
217+
<li>Collaborate with the development team to understand the codebase, follow best practices, and learn to work with technologies like APIs, databases, and version control tools (like Git).</li>
218+
</ul>
219+
</div></div>
220+
<!-- <div class="details-container">
194221
<h2 class="experience-sub-title">Frontend Development</h2>
195222
<div class="article-container">
196223
<article>
@@ -238,7 +265,7 @@ <h3>Git</h3>
238265
</div>
239266
</article>
240267
</div>
241-
</div>
268+
</div> -->
242269
</div>
243270
</div>
244271
<img
@@ -261,7 +288,7 @@ <h1 class="title">Projects</h1>
261288
/>
262289
</div>
263290
<h2 class="experience-sub-title project-title">Project One</h2>
264-
<div class="btn-container">
291+
<!-- <div class="btn-container">
265292
<button
266293
class="btn btn-color-2 project-btn"
267294
onclick="location.href='https://github.com/'"
@@ -274,7 +301,7 @@ <h2 class="experience-sub-title project-title">Project One</h2>
274301
>
275302
Live Demo
276303
</button>
277-
</div>
304+
</div> -->
278305
</div>
279306
<div class="details-container color-container">
280307
<div class="article-container">
@@ -285,7 +312,7 @@ <h2 class="experience-sub-title project-title">Project One</h2>
285312
/>
286313
</div>
287314
<h2 class="experience-sub-title project-title">Project Two</h2>
288-
<div class="btn-container">
315+
<!-- <div class="btn-container">
289316
<button
290317
class="btn btn-color-2 project-btn"
291318
onclick="location.href='https://github.com/'"
@@ -298,7 +325,7 @@ <h2 class="experience-sub-title project-title">Project Two</h2>
298325
>
299326
Live Demo
300327
</button>
301-
</div>
328+
</div> -->
302329
</div>
303330
<div class="details-container color-container">
304331
<div class="article-container">
@@ -309,7 +336,7 @@ <h2 class="experience-sub-title project-title">Project Two</h2>
309336
/>
310337
</div>
311338
<h2 class="experience-sub-title project-title">Project Three</h2>
312-
<div class="btn-container">
339+
<!-- <div class="btn-container">
313340
<button
314341
class="btn btn-color-2 project-btn"
315342
onclick="location.href='https://github.com/'"
@@ -322,7 +349,7 @@ <h2 class="experience-sub-title project-title">Project Three</h2>
322349
>
323350
Live Demo
324351
</button>
325-
</div>
352+
</div> -->
326353
</div>
327354
</div>
328355
</div>
@@ -343,7 +370,7 @@ <h1 class="title">Contact Me</h1>
343370
alt="Email icon"
344371
class="icon contact-icon email-icon"
345372
/>
346-
<p><a href="mailto:examplemail@gmail.com">Example@gmail.com</a></p>
373+
<p><a href="mailto:examplemail@gmail.com">com</a></p>
347374
</div>
348375
<div class="contact-info-container">
349376
<img

style.css

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ section {
179179
margin: auto auto;
180180
width: 320px;
181181
height: 320px;
182-
align-items: center;
182+
align-items: right;
183183
}
184184

185185
.section__text {
@@ -274,6 +274,8 @@ section {
274274
}
275275

276276
.about-containers {
277+
display: flex;
278+
justify-content: center;
277279
gap: 2rem;
278280
margin-bottom: 2rem;
279281
margin-top: 2rem;
@@ -286,7 +288,7 @@ section {
286288
flex-direction: column;
287289
}
288290
.about-details-container .p {
289-
width: 50%;
291+
width: 30%;
290292
}
291293

292294
.about-containers,
@@ -306,12 +308,14 @@ section {
306308

307309
.details-container {
308310
padding: 1.5rem;
309-
flex: 1;
311+
/* flex: 1; */
312+
310313
background: white;
311314
border-radius: 2rem;
312315
border: rgb(53, 53, 53) 0.1rem solid;
313316
border-color: rgb(163, 163, 163);
314317
text-align: center;
318+
width: 30%;
315319
}
316320

317321
.section-container {
@@ -331,6 +335,12 @@ section {
331335
position: relative;
332336
}
333337

338+
.center {
339+
display: flex;
340+
justify-content: center;
341+
gap: 40px;
342+
}
343+
334344
.experience-sub-title {
335345
color: rgb(85, 85, 85);
336346
font-weight: 600;
@@ -441,3 +451,31 @@ footer {
441451
footer p {
442452
text-align: center;
443453
}
454+
455+
.experience {
456+
text-align: left;
457+
}
458+
.job-date {
459+
font-weight: bold;
460+
font-size: smaller;
461+
}
462+
463+
.company {
464+
color: rgb(85, 85, 85);
465+
font-size: 1.5em;
466+
margin: 5px 0;
467+
}
468+
.role {
469+
font-weight: bold;
470+
font-size: 1.1em;
471+
margin-bottom: 20px;
472+
}
473+
.description {
474+
margin-bottom: 20px;
475+
}
476+
ul {
477+
padding-left: 20px;
478+
}
479+
li {
480+
margin-bottom: 10px;
481+
}

0 commit comments

Comments
 (0)