@@ -17,7 +17,7 @@ <h2 class="hero-subtitle">Senior Cloud Engineer | Competency Lead for Cloud Nati
1717 </ div >
1818</ div >
1919
20- <!-- GitHub Projects Section -->
20+ <!-- GitHub Projects Section (restored) -->
2121< section class ="projects-section ">
2222 < div class ="container ">
2323 < h2 class ="section-title "> GitHub Projects</ h2 >
@@ -42,28 +42,18 @@ <h3 class="project-title">
4242 </ div >
4343</ section >
4444
45- <!-- LinkedIn Posts Section -->
46- < section class ="linkedin-section ">
45+ <!-- Recent Posts Feed Section -->
46+ < section class ="recent-posts ">
4747 < div class ="container ">
48- < h2 class ="section-title "> Latest LinkedIn Posts</ h2 >
49- < div class ="linkedin-grid ">
50- {% for post in site.data.linkedin_posts limit:3 %}
51- < div class ="linkedin-card ">
52- < div class ="linkedin-header ">
53- < img src ="/assets/images/linkedin-icon.png " alt ="LinkedIn " class ="linkedin-icon ">
54- < span class ="post-date "> {{ post.date | date: "%b %d, %Y" }}</ span >
55- </ div >
56- < h3 class ="post-title "> {{ post.title }}</ h3 >
57- < p class ="post-excerpt "> {{ post.excerpt }}</ p >
58- < a href ="{{ post.url }} " class ="linkedin-link " target ="_blank "> Read on LinkedIn →</ a >
59- </ div >
48+ < h2 class ="section-title "> Recent Posts</ h2 >
49+ < ul class ="post-feed ">
50+ {% for post in site.posts limit:5 %}
51+ < li >
52+ < a href ="{{ post.url | relative_url }} "> {{ post.title }}</ a >
53+ < span class ="post-date "> {{ post.date | date: "%d %b %Y" }}</ span >
54+ </ li >
6055 {% endfor %}
61- </ div >
62- < div class ="profile-link ">
63- < a href ="https://www.linkedin.com/in/notawar " target ="_blank " class ="btn linkedin-btn ">
64- Follow on LinkedIn
65- </ a >
66- </ div >
56+ </ ul >
6757 </ div >
6858</ section >
6959
@@ -96,7 +86,7 @@ <h4>Programming</h4>
9686 </ div >
9787</ section >
9888
99- <!-- Contact Section with prominent links -->
89+ <!-- Contact Section with additional GitHub link -->
10090< section class ="contact-section ">
10191 < div class ="container ">
10292 < h2 class ="section-title "> Get In Touch</ h2 >
@@ -109,6 +99,11 @@ <h2 class="section-title">Get In Touch</h2>
10999 < span class ="contact-icon "> LinkedIn</ span >
110100 < span class ="contact-handle "> Connect with me</ span >
111101 </ a >
102+ <!-- Added extra GitHub link for emphasis -->
103+ < a href ="https://github.com/NotAwar?tab=repositories " class ="contact-card ">
104+ < span class ="contact-icon "> View Projects</ span >
105+ < span class ="contact-handle "> See my GitHub</ span >
106+ </ a >
112107 </ div >
113108 </ div >
114109</ section >
0 commit comments