Skip to content

Commit 934cb50

Browse files
committed
add link to the respositories
1 parent b433e2f commit 934cb50

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ <h2 class="subtitle reveal">These are my github repositories</h2>
6666
<div class="card-description">
6767
OpenEcommerce is an ecommerce builded with .net. Using a hexagonal architecture, cqrs pattern and more interesting patterns.
6868
</div>
69+
<div class="card-links">
70+
<a class="icon-link" href="https://github.com/CarlosJorgeR/openEcommerce"><i class="fab fa-github fa-gl"></i></a>
71+
</div>
6972
</div>
7073
<div id="angular-portfolio" class="card-project reveal">
7174
<div class="card-title">
@@ -75,6 +78,9 @@ <h2 class="subtitle reveal">These are my github repositories</h2>
7578
<div class="card-description">
7679
It is a personal portfolio builded with angular using really cool animation (Angular animations).
7780
</div>
81+
<div class="card-links">
82+
<a class="icon-link" href="https://github.com/CarlosJorgeR/portfolio"><i class="fab fa-github fa-gl"></i></a>
83+
</div>
7884
</div>
7985
<!-- <ul>
8086
<li class="reveal">

styles.css

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,26 @@ nav {
161161
font-size: 0.6em;
162162
background-color: rgb(25, 18, 33);
163163
}
164+
.card-links{
165+
padding: 0.5em;
166+
display: flex;
167+
}
164168
#open-ecommerce{
165-
border-left: groove 0.2rem aqua;
169+
border-right: groove 0.2rem aqua;
166170
border-top: groove 0.2rem aqua;
167-
margin-left: 5em;
171+
border-bottom: groove 0.2rem aqua;
172+
173+
margin-left: 3em;
168174
}
169175
#angular-portfolio{
170-
border-right: groove 0.2rem aqua;
176+
border-left: groove 0.2rem aqua;
171177
border-top: groove 0.2rem aqua;
172-
margin-right: 5em;
178+
border-bottom: groove 0.2rem aqua;
173179

180+
margin-right: 3em;
181+
}
182+
#angular-portfolio .card-links{
183+
justify-content: end;
174184
}
175185
/* Ids */
176186
#presentation-title {

0 commit comments

Comments
 (0)