File tree Expand file tree Collapse file tree 3 files changed +31
-6
lines changed Expand file tree Collapse file tree 3 files changed +31
-6
lines changed Original file line number Diff line number Diff line change
1
+ # work {
2
+ height : calc (120vh - 6em );
3
+ }
4
+
1
5
.card-projects {
2
6
display : flex;
3
7
flex-direction : column;
27
31
.card-description {
28
32
padding : 0.5em ;
29
33
color : rgb (153 , 249 , 249 );
30
- font-size : 0.6 em ;
34
+ font-size : 0.7 em ;
31
35
}
32
36
33
37
.card-links {
46
50
# angular-portfolio .card-links {
47
51
justify-content : end;
48
52
}
53
+ # online-cv-maker {
54
+ align-self : flex-end;
55
+ }
Original file line number Diff line number Diff line change 242
242
footer {
243
243
width : 75% ;
244
244
}
245
+ .card-project {
246
+ width : 70% !important ;
247
+ }
245
248
}
246
249
247
250
@media (max-width : 510px ) {
265
268
footer {
266
269
width : 80% ;
267
270
}
268
-
271
+ # work {
272
+ height : calc (100vh - 6em ) !important ;
273
+ }
269
274
.br-show {
270
275
display : inline;
271
276
}
292
297
footer {
293
298
width : 85% ;
294
299
}
295
-
296
300
.br-show {
297
301
display : inline;
298
302
}
Original file line number Diff line number Diff line change @@ -183,9 +183,8 @@ <h3>OpenEcommerce</h3>
183
183
</ header >
184
184
< div class ="card-description ">
185
185
< 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.
189
188
</ p >
190
189
</ div >
191
190
< div class ="card-links ">
@@ -214,6 +213,21 @@ <h3>Angular Portfolio</h3>
214
213
> </ a >
215
214
</ div >
216
215
</ 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 >
217
231
</ div >
218
232
</ section >
219
233
</ main >
You can’t perform that action at this time.
0 commit comments