Skip to content

Commit d7ec85a

Browse files
committed
Resolved merge conflict in index.html
2 parents c5c03bd + 1b28447 commit d7ec85a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ portfolio/
8484
## Deployment
8585

8686
This portfolio can be deployed to platforms like **Netlify**, **Vercel**, or **GitHub Pages**. For example:
87+
The deployments are automated using github actions, any changes made are automatically deployed after running installing dependencies and testing.
8788

8889
### Deploying to GitHub Pages:
8990

@@ -122,7 +123,7 @@ Feel free to reach out to me:
122123

123124
- Email: amos.babu@yahoo.com
124125
- LinkedIn: [Amos Babu](https://www.linkedin.com/in/amos-babu-275597202/)
125-
- My Portfolio: [Amos Babu](https://amosbabu.netlify.app)
126+
- My Portfolio: [Amos Babu](https://amosbabu.co.ke)
126127

127128
---
128129

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
76
<link rel="icon" type="image/svg+xml" href="/favicon/android-chrome-512x512.png" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Amos Portfolio</title>
99
</head>
1010

0 commit comments

Comments
 (0)