Skip to content

Commit 5478225

Browse files
Update with my new username (CodeWithAlamin)
1 parent 3855e60 commit 5478225

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Challenge from [Frontend Mentor](https://www.frontendmentor.io/challenges)
55

66
<h2>
77

8-
[🚀Live Site](https://interactive-comments-section-codepapa360.vercel.app/)
8+
[🚀Live Site](https://interactive-comments-section-alamin.vercel.app/)
99
||
1010
[💡Frontend Mentor](https://www.frontendmentor.io/solutions/nested-comment-section-built-with-vanilla-js-mvc-and-pubsub-pattern-C4fL2vWc_l)
1111

@@ -27,9 +27,9 @@ This is a web application that showcases an interactive comments section. Users
2727
</p>
2828

2929
<!-- Screenshot -->
30-
<a align="center" href="https://interactive-comments-section-codepapa360.vercel.app/">
30+
<a align="center" href="https://interactive-comments-section-alamin.vercel.app/">
3131

32-
![Screenshot](./screenshots/Interactive-comments-section-preview-codepapa360.png)
32+
![Screenshot](./screenshots/Interactive-comments-section-preview-CodeWithAlamin.png)
3333

3434
</a>
3535

@@ -133,18 +133,18 @@ On the other hand, the Pub-Sub method provided a way for different parts of the
133133

134134
By using these patterns, I was able to create a more organized and maintainable application. It also helped me handle user interactions and update the comments section dynamically without reloading the page. I learned how to manage data efficiently, display it on the screen, and handle user interactions smoothly.
135135

136-
This project built upon my previous experience with the [Forkify](https://github.com/CodePapa360/Forkify-Recipe-App) app, where I first encountered these patterns. Through practice and application, I gained more confidence in using these patterns effectively and understanding their benefits in real-world projects.
136+
This project built upon my previous experience with the [Forkify](https://github.com/CodeWithAlamin/Forkify-Recipe-App) app, where I first encountered these patterns. Through practice and application, I gained more confidence in using these patterns effectively and understanding their benefits in real-world projects.
137137

138138
Overall, it was a great learning experience, and I'm excited to use these skills in future projects to create even better and more user-friendly web applications.
139139

140140
## Author
141141

142142
<b>👤 Alamin</b>
143143

144-
- Twitter - [@CodePapa360](https://www.twitter.com/CodePapa360)
145-
- LinkedIn - [@CodePapa360](https://www.linkedin.com/in/codepapa360)
146-
- Frontend Mentor - [@CodePapa360](https://www.frontendmentor.io/profile/CodePapa360)
147-
- Github: [@CodePapa360](https://github.com/codepapa360)
144+
- Twitter - [@CodeWithAlamin](https://www.twitter.com/CodeWithAlamin)
145+
- LinkedIn - [@CodeWithAlamin](https://www.linkedin.com/in/CodeWithAlamin)
146+
- Frontend Mentor - [@CodeWithAlamin](https://www.frontendmentor.io/profile/CodeWithAlamin)
147+
- Github: [@CodeWithAlamin](https://github.com/CodeWithAlamin)
148148

149149
Feel free to contact me with any questions or feedback!
150150

@@ -154,4 +154,4 @@ This project was inspired by the "Interactive Comments Section" challenge from F
154154

155155
## License
156156

157-
This project is licensed under the [MIT](https://github.com/CodePapa360/Interactive-comments-section/blob/main/LICENSE.md) License - see the LICENSE file for details.
157+
This project is licensed under the [MIT](https://github.com/CodeWithAlamin/Interactive-comments-section/blob/main/LICENSE.md) License - see the LICENSE file for details.

src/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<meta property="og:type" content="website" />
2121
<meta
2222
property="og:url"
23-
content="https://interactive-comments-section-codepapa360.vercel.app/"
23+
content="https://interactive-comments-section-alamin.vercel.app/"
2424
/>
2525
<meta
2626
property="og:title"
@@ -32,14 +32,14 @@
3232
/>
3333
<meta
3434
property="og:image"
35-
content="https://raw.githubusercontent.com/CodePapa360/Interactive-comments-section/main/screenshots/Interactive-comments-section-preview-codepapa360.png"
35+
content="https://raw.githubusercontent.com/CodeWithAlamin/Interactive-comments-section/main/screenshots/Interactive-comments-section-preview-CodeWithAlamin.png"
3636
/>
3737

3838
<!-- Twitter -->
3939
<meta property="twitter:card" content="summary_large_image" />
4040
<meta
4141
property="twitter:url"
42-
content="https://interactive-comments-section-codepapa360.vercel.app/"
42+
content="https://interactive-comments-section-alamin.vercel.app/"
4343
/>
4444
<meta
4545
property="twitter:title"
@@ -51,11 +51,11 @@
5151
/>
5252
<meta
5353
property="twitter:image"
54-
content="https://raw.githubusercontent.com/CodePapa360/Interactive-comments-section/main/screenshots/Interactive-comments-section-preview-codepapa360.png"
54+
content="https://raw.githubusercontent.com/CodeWithAlamin/Interactive-comments-section/main/screenshots/Interactive-comments-section-preview-CodeWithAlamin.png"
5555
/>
5656

5757
<!-- Optional -->
58-
<meta name="author" content="Alamin , CodePapa360" />
58+
<meta name="author" content="Alamin , CodeWithAlamin" />
5959
<meta
6060
name="keywords"
6161
content="Nested comments, MVC pattern, Pub-Sub design pattern, Full-stack CRUD app, Comment and reply system, DOM manipulation, Responsive design, Frontend development, JavaScript project, FrontendMentor project"
@@ -121,7 +121,7 @@
121121
Coded by
122122
<a
123123
class="attb-link"
124-
href="https://twitter.com/CodePapa360"
124+
href="https://twitter.com/CodeWithAlamin"
125125
target="_blank"
126126
>Alamin</a
127127
>
@@ -130,7 +130,7 @@
130130
Challenge by
131131
<a
132132
class="attb-link attb-fem"
133-
href="https://www.frontendmentor.io/profile/CodePapa360"
133+
href="https://www.frontendmentor.io/profile/CodeWithAlamin"
134134
target="_blank"
135135
>Frontend Mentor</a
136136
>

0 commit comments

Comments
 (0)