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+
15.card-projects {
26 display : flex;
37 flex-direction : column;
2731.card-description {
2832 padding : 0.5em ;
2933 color : rgb (153 , 249 , 249 );
30- font-size : 0.6 em ;
34+ font-size : 0.7 em ;
3135}
3236
3337.card-links {
4650# angular-portfolio .card-links {
4751 justify-content : end;
4852}
53+ # online-cv-maker {
54+ align-self : flex-end;
55+ }
Original file line number Diff line number Diff line change 242242 footer {
243243 width : 75% ;
244244 }
245+ .card-project {
246+ width : 70% !important ;
247+ }
245248}
246249
247250@media (max-width : 510px ) {
265268 footer {
266269 width : 80% ;
267270 }
268-
271+ # work {
272+ height : calc (100vh - 6em ) !important ;
273+ }
269274 .br-show {
270275 display : inline;
271276 }
292297 footer {
293298 width : 85% ;
294299 }
295-
296300 .br-show {
297301 display : inline;
298302 }
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments