Skip to content

Commit a65d363

Browse files
committed
docs: add personal email to About page
1 parent 2a31fab commit a65d363

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/app/pages/About.vue

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<div class="author-card-links">
2020
<a href="https://github.com/marcosmoura" target="_blank" rel="noopener">GitHub</a>
2121
<a href="https://linkedin.com/in/marcosvmmoura" target="_blank" rel="noopener">Linkedin</a>
22+
<a href="mailto:[email protected]" target="_blank" rel="noopener">Email</a>
2223
</div>
2324
</div>
2425
</div>
@@ -100,7 +101,18 @@
100101
101102
.author-card-links {
102103
display: flex;
103-
flex-direction: column;
104+
105+
a {
106+
margin-right: 24px;
107+
position: relative;
108+
109+
+ a:before {
110+
position: absolute;
111+
top: 0;
112+
left: -16px;
113+
content: "- "
114+
}
115+
}
104116
}
105117
}
106118

0 commit comments

Comments
 (0)