Skip to content

Commit 5761990

Browse files
committed
updated footer
1 parent daa0fea commit 5761990

File tree

3 files changed

+102
-10
lines changed

3 files changed

+102
-10
lines changed
Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
<div class="footer">
2-
<div class="get-template">
2+
3+
<div class="content">
4+
5+
<div class="details">
6+
<div class="title">
7+
NJ-Coder
8+
</div>
9+
10+
<div class="socials">
11+
<div class="links">
12+
<a class="link-wrap" href="https://www.linkedin.com/in/nidhin-joseph-225b49a3/" target="_blank">
13+
<i class="fab fa-linkedin"></i>
14+
</a>
15+
<a class="link-wrap" href="https://github.com/nj-coder" target="_blank">
16+
<i class="fab fa-github"></i>
17+
</a>
18+
<a class="link-wrap" href="https://stackoverflow.com/users/3289660/nidhin-joseph" target="_blank">
19+
<i class="fab fa-stack-overflow"></i>
20+
</a>
21+
<a class="link-wrap" href="https://www.facebook.com/nidhin.joseph.1992" target="_blank">
22+
<i class="fab fa-facebook-square"></i>
23+
</a>
24+
</div>
25+
</div>
26+
27+
<div class="get-template">
328
Love this template? Fork it from <a href="https://github.com/nj-coder/nj-coder.com" target="_blank">GitHub</a>
29+
</div>
430
</div>
31+
32+
<div class="hire-me">
33+
4
34+
</div>
35+
36+
</div>
37+
538
</div>
Lines changed: 67 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,74 @@
11
.footer {
22
padding: 1em;
33
background: #021017;
4+
color: #fff;
45

5-
.get-template {
6-
font-size: 12px;
7-
text-align: center;
8-
color: #fff;
9-
10-
a {
11-
text-decoration-color: #fff;
12-
color: #fff;
6+
.content {
7+
display: flex;
8+
align-items: center;
9+
width: 80vw;
10+
margin: 1em auto;
11+
12+
.details {
13+
margin-right: 2em;
14+
flex-grow: 1;
15+
flex-basis: 0;
16+
text-align: center;
17+
18+
.title {
19+
color: #fff;
20+
font-size: 1.5em;
21+
font-weight: bold;
22+
letter-spacing: 4px;
23+
text-transform: uppercase;
24+
margin-bottom: 1em;
25+
}
26+
27+
.socials {
28+
text-align: center;
29+
position: relative;
30+
margin-bottom: 2em;
31+
32+
.links {
33+
padding: 0 4px;
34+
position: relative;
35+
display: inline-flex;
36+
37+
a {
38+
padding: .5em 1em;
39+
background: #fff;
40+
display: block;
41+
color: #021017;
42+
border-radius: 7px;
43+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
44+
margin-right: 1em;
45+
46+
&:last-child {
47+
margin: 0;
48+
}
49+
50+
&:hover {
51+
color: #fff;
52+
background: var(--primary);
53+
}
54+
}
55+
}
56+
}
57+
58+
.get-template {
59+
font-size: 12px;
60+
color: #797979;
61+
62+
a {
63+
text-decoration-color: #797979;
64+
color: #797979;
65+
}
66+
}
67+
}
68+
69+
.hire-me {
70+
flex-grow: 1;
71+
flex-basis: 0;
1372
}
1473
}
1574
}

src/app/pages/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="home">
1+
<div class="home" style="display: none;">
22

33
<div class="header">
44
<div class="left">

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy