Skip to content

Commit cf38125

Browse files
committed
Modified a styling issue with the icons placement in the footer, removed unused links in the header, modified the icons that are imported in the config and resized the images
1 parent d5629cf commit cf38125

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

components/footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
<!-- Angel List -->
4040
<div class="level-item">
4141
<a
42-
class="navbar-item"
4342
href="https://angel.co/israelmuca"
4443
target="_blank"
4544
rel="noopener noreferrer"
4645
aria-label="Angel List"
46+
class="external-link"
4747
>
4848
<fab class="brand-icon" :icon="fab.faAngellist"/>
4949
</a>

components/header.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
</div>
2121
<div class="navbar-menu" :class="{ 'is-active': showNav }">
2222
<div class="navbar-end">
23-
<nuxt-link to="/#blog" class="navbar-item is-clearfix">
23+
<!-- <nuxt-link to="/#blog" class="navbar-item is-clearfix">
2424
<span class="header-link is-pulled-right">BLOG</span>
25-
</nuxt-link>
26-
<a href="#" class="navbar-item is-clearfix">
25+
</nuxt-link> -->
26+
<!-- <a href="#" class="navbar-item is-clearfix">
2727
<span class="header-link is-pulled-right">ABOUT</span>
28-
</a>
28+
</a> -->
2929
<a href="#contact" class="navbar-item is-clearfix">
3030
<span class="header-link is-pulled-right">CONTACT</span>
3131
</a>

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
imports: [
1010
{
1111
set: '@fortawesome/free-brands-svg-icons',
12-
icons: ['faGithub', 'faTwitter', 'faLinkedin']
12+
icons: ['faGithub', 'faAngellist', 'faLinkedin']
1313
},
1414
{
1515
set: '@fortawesome/free-solid-svg-icons',
-73.2 KB
Loading
-481 KB
Loading

0 commit comments

Comments
 (0)