Skip to content

Commit 87911e2

Browse files
committed
Update social media links and footer styling in index.html and styles.css
1 parent 5af316d commit 87911e2

2 files changed

Lines changed: 33 additions & 9 deletions

File tree

index.html

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,26 @@
9090
<div class="home__content grid">
9191
<div class="home__social">
9292
<a
93-
href="#"
93+
href="https://www.linkedin.com/in/DaneshCode"
9494
target="_blank"
9595
class="home_social-icon"
9696
>
9797
<i class="uil uil-linkedin-alt"></i>
9898
</a>
9999

100100
<a
101-
href="#"
101+
href="https://github.com/DaneshCode"
102102
target="_blank"
103103
class="home_social-icon"
104104
>
105-
<i class="uil uil-instagram"></i>
105+
<i class="uil uil-github"></i>
106+
</a>
107+
<a
108+
href="mailto:DaneshCode.Dev@gmail.com"
109+
target="_blank"
110+
class="home_social-icon"
111+
>
112+
<i class="uil uil-envelope"></i>
106113
</a>
107114
</div>
108115
<div
@@ -845,23 +852,36 @@ <h1 class="footer__title">Danesh</h1>
845852

846853
<div class="footer__socials">
847854
<a
848-
href="#"
855+
href="https://www.linkedin.com/in/DaneshCode"
849856
target="_blank"
850857
class="footer__social"
851858
>
852859
<i class="uil uil-linkedin-alt"></i>
853860
</a>
854861

855862
<a
856-
href="#"
863+
href="https://github.com/DaneshCode"
864+
target="_blank"
865+
class="footer__social"
866+
>
867+
<i class="uil uil-github"></i>
868+
</a>
869+
<a
870+
href="mailto:DaneshCode.Dev@gmail.com"
857871
target="_blank"
858872
class="footer__social"
859873
>
860-
<i class="uil uil-instagram"></i>
874+
<i class="uil uil-envelope"></i>
861875
</a>
862876
</div>
863877
</div>
864-
<p class="footer__copy">&#169; Danesh. All right reserved</p>
878+
<p class="footer__copy">
879+
made with ❤️ by
880+
<a href="https://daneshcode.github.io/cv-website/"
881+
>Danesh <i class="uil uil-arrow-left"></i
882+
></a>
883+
</p>
884+
<p class="footer__copy">&#169; DaneshCode All right reserved</p>
865885
</div>
866886
</footer>
867887

styles.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,11 @@ textarea {
930930
font-size: var(--small-font-size);
931931
text-align: center;
932932
color: var(--text-color-light);
933-
margin-top: var(--mb-3);
933+
margin-top: var(--mb-1);
934+
}
935+
936+
.footer__copy a {
937+
color: var(--first-color-lighter);
934938
}
935939

936940
.footer__title,
@@ -1226,7 +1230,7 @@ textarea {
12261230
justify-self: flex-end;
12271231
}
12281232
.footer__copy {
1229-
margin-top: 4.5rem;
1233+
margin-top: 1.5rem;
12301234
}
12311235
}
12321236

0 commit comments

Comments
 (0)