Skip to content

Commit 012507a

Browse files
authored
📦 Updated
1 parent 89d7afa commit 012507a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

‎index.html‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99

1010
<!-- metas -->
1111
<meta charset="utf-8" />
12+
<meta name="theme-color" content="#05031c" />
1213
<meta name="author" content="@CSFelix" />
1314
<meta name="keywords" content="python, data science, data analysis, pandas, matplotlib, seaborn, scikit-learn, tensorflow, projects, programming, computing, computer, csfelix, github, github.io" />
1415
<meta name="description" content="What's shakin, bacon? 👋 Welcome to my Personal Portfolio, enjoy the projects and let's learn together, shall we?" />
15-
<meta property="og:image" content="./assets/logo.png" />
16+
<meta property="og:image" content="./assets/images/logo.png" />
1617
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
1718

1819
<!-- css styles -->
@@ -38,9 +39,9 @@
3839

3940
<!-- toogle menu button -->
4041
<div id="mobileMenuToggle" onclick="myFunction(this)">
41-
<div id="bar1"></div>
42-
<div id="bar2"></div>
43-
<div id="bar3"></div>
42+
<div id="bar1"></div>
43+
<div id="bar2"></div>
44+
<div id="bar3"></div>
4445
</div>
4546

4647
<!-- mobile menu -->
@@ -76,15 +77,15 @@
7677
</a>
7778

7879
<!-- Menu Options -->
79-
<ul>
80+
<ul id="desktopMenu">
8081
<li>About Me</li>
8182
<li>Skills</li>
8283
<li>Projects</li>
8384
<li>Reach Me</li>
8485
</ul>
8586

8687
<!-- Sponsor Me and Theme Buttons -->
87-
<div>
88+
<div id="sponsorThemeBtn">
8889
<a
8990
href="https://github.com/sponsors/CSFelix"
9091
target="_blank">

0 commit comments

Comments
 (0)