Skip to content

Commit a1ff2e2

Browse files
committed
add new proyect
1 parent 699bded commit a1ff2e2

File tree

3 files changed

+31
-6
lines changed

3 files changed

+31
-6
lines changed

css/project-section.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#work {
2+
height: calc(120vh - 6em);
3+
}
4+
15
.card-projects {
26
display: flex;
37
flex-direction: column;
@@ -27,7 +31,7 @@
2731
.card-description {
2832
padding: 0.5em;
2933
color: rgb(153, 249, 249);
30-
font-size: 0.6em;
34+
font-size: 0.7em;
3135
}
3236

3337
.card-links {
@@ -46,3 +50,6 @@
4650
#angular-portfolio .card-links {
4751
justify-content: end;
4852
}
53+
#online-cv-maker {
54+
align-self: flex-end;
55+
}

css/styles.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ hr {
242242
footer {
243243
width: 75%;
244244
}
245+
.card-project {
246+
width: 70% !important;
247+
}
245248
}
246249

247250
@media (max-width: 510px) {
@@ -265,7 +268,9 @@ hr {
265268
footer {
266269
width: 80%;
267270
}
268-
271+
#work {
272+
height: calc(100vh - 6em) !important;
273+
}
269274
.br-show {
270275
display: inline;
271276
}
@@ -292,7 +297,6 @@ hr {
292297
footer {
293298
width: 85%;
294299
}
295-
296300
.br-show {
297301
display: inline;
298302
}

index.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,8 @@ <h3>OpenEcommerce</h3>
183183
</header>
184184
<div class="card-description">
185185
<p>
186-
OpenEcommerce is an ecommerce builded with .net. Using a
187-
hexagonal architecture, cqrs pattern and more interesting
188-
patterns.
186+
OpenEcommerce is an ecommerce builded with .net using a
187+
hexagonal architecture, cqrs pattern and other patterns.
189188
</p>
190189
</div>
191190
<div class="card-links">
@@ -214,6 +213,21 @@ <h3>Angular Portfolio</h3>
214213
></a>
215214
</div>
216215
</article>
216+
<article id="online-cv-maker" class="card-project reveal">
217+
<header class="card-title">
218+
<h3>Online CV Maker</h3>
219+
</header>
220+
<div class="card-description">
221+
<p>An online cv maker made in astro using vuejs components.</p>
222+
</div>
223+
<div class="card-links">
224+
<a
225+
aria-label="See online cv maker"
226+
href="https://github.com/carlosjorger/online-cv-maker"
227+
><i class="svg-icon icon-github svg-icon-s"></i
228+
></a>
229+
</div>
230+
</article>
217231
</div>
218232
</section>
219233
</main>

0 commit comments

Comments
 (0)