-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removes project list animation, adds css optimization, adds targ…
…et option for social links, fixes linkedin social link bug
- Loading branch information
Showing
20 changed files
with
146 additions
and
152 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,20 +29,20 @@ | |
<meta name="theme-color" content="#000000" /> | ||
<meta | ||
name="description" | ||
content="Hi, i'm just a simple guy who wants to code, come checkout my very simple site :)." | ||
content="3+ years of building complex and scalable software both within the WEB and MOBILE ecosystems" | ||
/> | ||
<meta | ||
property="og:title" | ||
content="Abba Adamu - | Mobile app developer | Art lover" | ||
content="shy.X | Software Engineer | Frontend Engineer | Mobile Developer | MERN Stack | ReactJS | NextJS | Typescript | Javascript | React Native" | ||
/> | ||
|
||
<meta property="og:image:type" content="image/jpeg" /> | ||
<meta property="og:image:type" content="image/png" /> | ||
<meta property="og:image:width" content="300" /> | ||
<meta property="og:image:height" content="300" /> | ||
<meta | ||
property="og:image" | ||
itemprop="image" | ||
content="%PUBLIC_URL%/socialImg.jpg" | ||
content="%PUBLIC_URL%/socialImg.png" | ||
/> | ||
<meta property="og:image:alt" content="my card image" /> | ||
<meta property="og:type" content="website" /> | ||
|
@@ -52,24 +52,18 @@ | |
<meta property="og:site_name" content="abbaportfolio.netlify.app" /> | ||
<meta | ||
name="twitter:title" | ||
content="Abba Adamu - | Mobile app developer | Art lover" | ||
content="shy.X | Software Engineer | Frontend Engineer | Mobile Developer | MERN Stack | ReactJS | NextJS | Typescript | Javascript | React Native" | ||
/> | ||
<meta name="author" content="Abba Adamu" /> | ||
<meta name="author" content="shy.X" /> | ||
<meta | ||
name="twitter:description" | ||
content="just a simple guy who wants to code, come checkout my very simple site :)." | ||
content="3+ years of building complex and scalable software both within the WEB and MOBILE ecosystems" | ||
/> | ||
<meta name="twitter:image" content="%PUBLIC_URL%/socialImg.jpg" /> | ||
<meta name="twitter:image" content="%PUBLIC_URL%/socialImg.png" /> | ||
|
||
<!-- meta tags section --> | ||
|
||
<title>Abba</title> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" | ||
crossorigin="anonymous" | ||
/> | ||
<title>Shy.X</title> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1 @@ | ||
{ | ||
"name": "Portfolio", | ||
"short_name": "Portfolio", | ||
"icons": [ | ||
{ | ||
"src": "/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/android-chrome-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} | ||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* { | ||
padding: 0; | ||
margin: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.