Skip to content

Commit 651ba84

Browse files
committed
Update readme.md
1 parent 8245cd0 commit 651ba84

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
## A clean, beautiful and responsive portfolio template for Developers!
44

5-
## Dark Mode
6-
<p align="center">
7-
<kbd>
8-
<img src="dark.gif"></img>
9-
</kbd>
10-
</p>
11-
125
Just change `src/portfolio.js` to get your personal portfolio. Customize portfolio theme by using your own color scheme globally in the `src/_globalColor.scss` file. Feel free to use it as-is or personalize it as much as you want.
136

147
If you'd like to **contribute** and make this much better for other users, have a look at [Issues](https://github.com/dydanz/dydanz.github.io/issues).

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111

1212
<!-- Open Graph / Facebook -->
1313
<meta property="og:type" content="website">
14-
<meta property="og:url" content="https://github.com/Eslam-Abdo/">
14+
<meta property="og:url" content="https://github.com/dydanz/">
1515
<meta property="og:title" content="Islam Abdo Portfolio">
1616
<meta property="og:description" content="Embedded Software Developer">
1717
<!-- Link to a hosted image -->
18-
<meta property="og:image" content="https://avatars.githubusercontent.com/Eslam-Abdo">
18+
<meta property="og:image" content="https://avatars.githubusercontent.com/dydanz">
1919

2020
<!-- Twitter -->
2121
<meta property="twitter:card" content="summary_large_image">
22-
<meta property="twitter:url" content="https://github.com/Eslam-Abdo/">
22+
<meta property="twitter:url" content="https://github.com/dydanz/">
2323
<meta property="twitter:title" content="Islam Abdo Portfolio">
2424
<meta property="twitter:description" content="Embedded Software Developer">
2525
<!-- Link to a hosted image -->
26-
<meta property="twitter:image" content="https://avatars.githubusercontent.com/Eslam-Abdo">
26+
<meta property="twitter:image" content="https://avatars.githubusercontent.com/dydanz">
2727

2828
<meta name="msapplication-TileColor" content="#603cba">
2929
<meta name="theme-color" content="#6c63ff" />

0 commit comments

Comments
 (0)