11<!DOCTYPE html>
22< html lang ="en ">
3+
34< head >
45 < meta charset ="UTF-8 " />
56 < title > Blog | Proxy Tech Support</ title >
6- < meta name ="description " content ="Latest articles on IT job support, interview assistance, and real-time project help. ">
7+ < meta name ="description "
8+ content ="Latest articles on IT job support, interview assistance, and real-time project help. ">
79 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
810 < link rel ="canonical " href ="{{ site.url }}/blog/ " />
911 < meta name ="author " content ="Proxy Tech Support " />
1012 < meta name ="robots " content ="index, follow " />
1113 < meta name ="language " content ="English " />
1214 < meta name ="revisit-after " content ="7 days " />
13-
15+
1416 <!-- Open Graph -->
1517 < meta property ="og:type " content ="website " />
1618 < meta property ="og:title " content ="Blog | Proxy Tech Support " />
17- < meta property ="og:description " content ="Latest articles on IT job support, interview assistance, and real-time project help. " />
19+ < meta property ="og:description "
20+ content ="Latest articles on IT job support, interview assistance, and real-time project help. " />
1821 < meta property ="og:url " content ="https://proxytechsupport.com/blog/ " />
1922 < meta property ="og:image " content ="https://proxytechsupport.com/images/preview.png " />
2023
2124 <!-- Twitter -->
2225 < meta name ="twitter:card " content ="summary_large_image " />
2326 < meta name ="twitter:title " content ="Blog | Proxy Tech Support " />
24- < meta name ="twitter:description " content ="Latest articles on IT job support, interview assistance, and real-time project help. " />
27+ < meta name ="twitter:description "
28+ content ="Latest articles on IT job support, interview assistance, and real-time project help. " />
2529 < meta name ="twitter:image " content ="https://proxytechsupport.com/images/preview.png " />
2630
2731 <!-- Favicon -->
3034 <!-- Bootstrap & Fonts (same as home) -->
3135 < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css " rel ="stylesheet " />
3236 < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css " rel ="stylesheet " />
33- < link href ="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Poppins:wght@600;700&display=swap " rel ="stylesheet " />
37+ < link
38+ href ="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Poppins:wght@600;700&display=swap "
39+ rel ="stylesheet " />
3440
3541
3642 < style >
931937
932938< body >
933939
934- <!-- Top Header with Contact -->
935- < div class ="top-header ">
940+ <!-- Top Header with Contact -->
941+ < div class ="top-header ">
936942 < div class ="container ">
937943 < div class ="row align-items-center ">
938944 < div class ="col-md-6 ">
978984 < li class ="nav-item ">
979985 < a class ="nav-link " href ="/#testimonials "> Testimonials</ a >
980986 </ li >
987+ < li class ="nav-item ">
988+ < a class ="nav-link " href ="/blog/ ">
989+ Job Support by Technologies
990+ </ a >
991+ </ li >
992+
981993 < li class ="nav-item ">
982994 < a class ="nav-link " href ="/blog/ "> Blog</ a >
983995 </ li >
9941006
9951007 < section class ="py-5 bg-section ">
9961008 < div class ="container ">
997- < div class ="row justify-content-center ">
998- < div class ="col-lg-9 ">
999-
1000- < h1 class ="mb-4 "> Blog</ h1 >
1001- < p class ="text-muted mb-5 ">
1002- Insights on IT job support, interview preparation, and real-time project assistance.
1003- </ p >
1009+ < div class ="row ">
10041010
1005- {% for post in site.posts %}
1006- < div class ="mb-4 p-4 bg-white rounded shadow-sm ">
1007- < h3 class ="mb-2 ">
1008- < a href ="{{ post.url }} " class ="text-decoration-none ">
1009- {{ post.title }}
1010- </ a >
1011- </ h3 >
1012-
1013- < p class ="text-muted small mb-2 ">
1014- < i class ="far fa-calendar-alt me-1 "> </ i >
1015- {{ post.date | date: "%B %d, %Y" }}
1016- </ p >
1011+ <!-- LEFT SIDEBAR -->
1012+ < aside class ="col-lg-3 mb-4 d-none d-lg-block ">
1013+ < div class ="list-group shadow-sm ">
1014+ < div class ="list-group-item fw-bold text-white bg-dark ">
1015+ Job Support by Technology
1016+ </ div >
10171017
1018- < p > {{ post.description }}</ p >
1018+ < a href ="/blog/react-job-support/ " class ="list-group-item "> React Job Support</ a >
1019+ < a href ="/blog/angular-job-support/ " class ="list-group-item "> Angular Job Support</ a >
1020+ < a href ="/blog/react-native-job-support/ " class ="list-group-item "> React Native Job Support</ a >
1021+ < a href ="/blog/node-job-support/ " class ="list-group-item "> Node.js Job Support</ a >
1022+ < a href ="/blog/java-job-support/ " class ="list-group-item "> Java Job Support</ a >
1023+ < a href ="/blog/python-job-support/ " class ="list-group-item "> Python Job Support</ a >
1024+ < a href ="/blog/aws-job-support/ " class ="list-group-item "> AWS Job Support</ a >
1025+ < a href ="/blog/devops-job-support/ " class ="list-group-item "> DevOps Job Support</ a >
1026+ < a href ="/blog/dotnet-job-support/ " class ="list-group-item "> .NET Job Support</ a >
1027+ </ div >
1028+ </ aside >
1029+
1030+ <!-- RIGHT CONTENT -->
1031+ < main class ="col-lg-9 ">
1032+ < div class ="bg-white p-4 p-md-5 rounded shadow-sm ">
1033+
1034+ < h1 class ="mb-4 "> Job Support by Technologies</ h1 >
1035+
1036+ < p >
1037+ We provide < strong > real-time job support and interview assistance</ strong >
1038+ for IT professionals working on live projects across multiple technologies.
1039+ </ p >
1040+
1041+ < p >
1042+ Whether you are facing challenges in a production system,
1043+ preparing for interviews, or need expert guidance on complex tasks,
1044+ you can choose a technology from the left panel to get started.
1045+ </ p >
1046+
1047+ < h5 class ="mt-4 "> Available Job Support Areas</ h5 >
1048+ < ul >
1049+ < li > Frontend Technologies (React, Angular, React Native)</ li >
1050+ < li > Backend Technologies (Node.js, Java, Python, .NET)</ li >
1051+ < li > Cloud & DevOps (AWS, DevOps)</ li >
1052+ </ ul >
1053+
1054+ < p class ="mt-4 ">
1055+ Each technology page provides detailed information about
1056+ < strong > job support</ strong > and < strong > interview assistance</ strong >
1057+ tailored to real-world project requirements.
1058+ </ p >
10191059
1020- < a href ="{{ post.url }} " class ="btn btn-sm btn-primary ">
1021- Read More →
1022- </ a >
1023- </ div >
1024- {% endfor %}
1060+ </ div >
1061+ </ main >
10251062
1026- </ div >
10271063 </ div >
10281064 </ div >
10291065 </ section >
10301066
1031-
1067+
1068+
10321069 <!-- Footer -->
10331070 < footer >
10341071 < div class ="container ">
@@ -1045,6 +1082,8 @@ <h5 class="fw-bold mb-3">Quick Links</h5>
10451082 < li > < a href ="/#tech " class ="text-light text-decoration-none "> Technologies</ a > </ li >
10461083 < li > < a href ="/#testimonials " class ="text-light text-decoration-none "> Testimonials</ a > </ li >
10471084 < li > < a href ="/#faq " class ="text-light text-decoration-none "> FAQ</ a > </ li >
1085+ < li > < a href ="../../blog/ " class ="text-light text-decoration-none "> Job Support by Technologies</ a > </ li >
1086+ < li > < a href ="../../blog/ " class ="text-light text-decoration-none "> Blog</ a > </ li >
10481087 < li > < a href ="/#contact " class ="text-light text-decoration-none "> Contact</ a > </ li >
10491088 </ ul >
10501089 </ div >
@@ -1164,13 +1203,27 @@ <h3 class="modal-title">Need IT Job or Interview Support? We’re Here to Help!<
11641203 if ( window . location . pathname . startsWith ( '/blog' ) ) {
11651204 document . querySelectorAll ( '.navbar-nav .nav-link' )
11661205 . forEach ( link => link . classList . remove ( 'active' ) ) ;
1167-
1206+
11681207 const blogLink = document . querySelector ( '.navbar-nav .nav-link[href="/blog/"]' ) ;
11691208 if ( blogLink ) blogLink . classList . add ( 'active' ) ;
11701209 }
11711210 </ script >
1172-
1211+
1212+ < script >
1213+ if ( window . location . pathname . startsWith ( '/blog' ) ) {
1214+ document . querySelectorAll ( '.navbar-nav .nav-link' )
1215+ . forEach ( link => link . classList . remove ( 'active' ) ) ;
1216+
1217+ const jobSupportLink = document . querySelector (
1218+ '.navbar-nav .nav-link[href="/blog/"]'
1219+ ) ;
1220+ if ( jobSupportLink ) jobSupportLink . classList . add ( 'active' ) ;
1221+ }
1222+ </ script >
1223+
1224+
11731225 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js "> </ script >
11741226
11751227</ body >
1176- </ html >
1228+
1229+ </ html >
0 commit comments