cloudflare
tcp/443 tcp/80 tcp/8443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb94d5c1cc
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/GauravArbat/My_Portfolio_New.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main vscode-merge-base = origin/main [lfs] repositoryformatversion = 0
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb94d5c1cc
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/GauravArbat/My_Portfolio_New.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main vscode-merge-base = origin/main [lfs] repositoryformatversion = 0
Open service 172.66.44.134:8443 · gauravarbat.pages.dev
2026-01-09 12:08
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 12:08:20 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=K56%2BQU59aCAE5DysIdSSur%2FRsW%2BGcMBr8xwTXUXTtCsSoOvuECgb2yJ6OuXxn40ITaln%2B%2BPuQ86LzVwycdeGVCuZfIg0qvp%2FSDEvEeJy751MFwwhbg%3D%3D"}]}
Server: cloudflare
CF-RAY: 9bb3d1ca2c723d14-FRA
alt-svc: h3=":8443"; ma=86400
Open service 172.66.44.134:443 · gauravarbat.pages.dev
2026-01-08 21:57
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 21:57:47 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=m9zhFYsSQpkeBwZheBEMc%2Fj%2FacYXqw8epsBvAihWmutjePWeSGbUZo2BKWvffQHR41EXE3wDjo7Ob7aQhorAwCBV%2BsI70SmpT7rQCIi6%2Bm4NSN%2BKVQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9baef3dd5f320054-FRA
alt-svc: h3=":443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.44.134:8443 · gauravarbat.pages.dev
2026-01-03 01:07
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 01:07:31 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wGOV7tJIVwgMKojg7GTMGftVGXhvoFA4rZKBF4N6z8AWE14euhiF%2FIPG4zqI%2BOgXJTDc%2BzFCMplVprg5JSzb6BY1hTmxE2WMh7Pst8Cwvw39knoWcw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7e9989583ddcb2-FRA
alt-svc: h3=":8443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.44.134:443 · gauravarbat.pages.dev
2026-01-02 14:19
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:19:59 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BXRtD7pbMM7de%2FfhJMTkfp%2Fm5K%2BHQFpKW0ZPFlOQqomoWpZZBrAKK3mgOrV2%2Bs7voq0LWoQuHJUNfFDf9iqkskU7u49Gp4KhEjNT4d2wrJ3qF0l5NA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7ae502b99bdd4a-SIN
alt-svc: h3=":443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.44.134:80 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 301 Moved Permanently
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Length: 0
Connection: close
Location: https://gauravarbat.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Zz03gz0sot%2Fvwa9%2BVKExq0zOXYSL5Jl44NmcsvX79t5vtkjmEto1XcR8XYOGa5Wu3RL6zIj%2B7rcVRMpU6PiVXjUgjk7I60BUCUJbpPBJfipMAoRALw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b6968765d4aa506-EWR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2f7a:8443 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 200 OK
Date: Wed, 31 Dec 2025 11:24:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=X5aZ4isQ%2BweQ74C5CcfSXmkh37sxsO3ONkyVh%2FwpALCD5GZu9ZxJEBtxg%2Fff3AghS5hATWtlYl1Av%2BXQky%2FxZ9EJbSS0c40s35imXmZKDEi9HKkDDEJXfucWpe1Dw2UedA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b69687c3ff21712-BLR
alt-svc: h3=":8443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 2606:4700:310c::ac42:2f7a:80 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 301 Moved Permanently
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Length: 0
Connection: close
Location: https://gauravarbat.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lYARwIuTeWQkzOnCI1HoNmKNORUfEikQU3Vl05ndcM5WELhMW0sKYLEaR7zmogtkMkB21YJeeRbEVfSh8W%2BKOut%2BPT%2BuFMrHv%2FrRCkP0b8qWTzdJWsKw25%2F7knNe7o087Q%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b696876aa869143-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2f7a:443 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 200 OK
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cn4OVywrlUdDtV%2BBSx130a7pIjlXA1CXDHzhPmcYzKmWQnim3jhmgyP8YhrRhmKQMMfbmWS3njkTGCzMHRx9O7g6I3R1pJar6X8wSgwXHvNifBTwHeKiRzxKgkowRbBS2w%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b6968778a36c614-FRA
alt-svc: h3=":443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.44.134:8443 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 200 OK
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FYmnK65xojGmkTtpuRZCS6n3Zws773nTbM7PF4Wj0XihqFW2zVduHncXI%2FkD2M90iI60FiVOl97exfJwq6KsUxqSOd8J3088hB8emOC4SYh%2B6HYS5A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b6968777c10579e-LHR
alt-svc: h3=":8443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.47.122:443 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 200 OK
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vkDk9MOPeNu%2FhrO8XZWXA2ebUi%2FvDKdNZIGd7Vk6ugtRKiTsQnaYAIHqpmuWo1D106CagiOJNPi5yrHXKZuUgLcC8Q2Xxl5gAgALvShZdbGrlGCSIA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b6968775a209f8d-AMS
alt-svc: h3=":443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 2606:4700:310c::ac42:2c86:80 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 301 Moved Permanently
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Length: 0
Connection: close
Location: https://gauravarbat.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ljjzvnaACuFncSHiMUERpnBFBDcWevQQ4ENDONnuK85aLpL6b6THdLrTrdpXuyx39SwWk5%2FQjuQgXPTF1e3qmYAT1JXJ%2FktM8hVHBcsdycIQt4EdBPeJus9xRFo8L5D0bA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b696875df889724-AMS
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2c86:8443 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 200 OK
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0k2P7pV7iHRRR7nMaNGwJtevGOoT%2B0bwLzhQCucD6mAxNxRsC0nhQ2C3aM39RuJ6GJ6TOrG156%2BAv3ZvNhGUGeYAw2codK6W%2FNTrTCtw5uDJlGJWKoKAR4vGRR6%2Feru0iA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b696876eba27c6c-EWR
alt-svc: h3=":8443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 2606:4700:310c::ac42:2c86:443 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 200 OK
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=brnR2%2F7oqSvglz26buRMk69CRjU%2BXs62H1K1zg4RqOSlNMkbwH7NKRTXq8IuhN5n0VOLAQarzbsRW0rCpKKbZ%2FL8oqKXPq5nvAYw6OtEglcRDMEEV2mXojhVRD3aCt8OJA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b696877898d79fb-FRA
alt-svc: h3=":443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.44.134:443 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 200 OK
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8pXhtisnacvywaHlq6RUv9B3IybPVf5JNFEI93h4Mt40VCi8ush57l8oe3uPypb2i2ngu3IuKUGOGblCrt2qSLgdg3LhVn02ElLbRUrs1v8DBDe3TA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b6968774f90fe9c-AMS
alt-svc: h3=":443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.47.122:8443 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 200 OK
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UU7o7EcIiN%2FrV6mwofPU7V2t0aSfzAcEbszE0MnIvccpb6mFDY1nCX1332j4PIs%2B1x1cvhVdbv3RLwgdwCo1DowDUnsC3pJXDIYnldFTgQbPYqXZRw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b6968775cecb927-AMS
alt-svc: h3=":8443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.47.122:80 · gauravarbat.pages.dev
2025-12-31 11:24
HTTP/1.1 301 Moved Permanently
Date: Wed, 31 Dec 2025 11:24:00 GMT
Content-Length: 0
Connection: close
Location: https://gauravarbat.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=957VHLMVH1hsE1dTtxCkGbx0z%2Bdupg5io%2Fd4AoyOM0nhS57SwGXimZflaZfoYiwBYygELwnxQCVIJ4IsPmgImSwrG298Rn41VaNY0hbj4jERi5jdKw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b6968755d9edbad-FRA
alt-svc: h3=":443"; ma=86400
Open service 172.66.44.134:8443 · gauravarbat.pages.dev
2025-12-23 02:57
HTTP/1.1 200 OK
Date: Tue, 23 Dec 2025 02:57:16 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=X%2BrhPLQxVHmmlJV0jSr38KJoK5EfeTHmHS4sm8qXiPme2SjQlveh%2F283At8jfBnlrQ899r1UY9P62CEQcR6ZZePnsoxUFPD1wSe7g4j%2BlZOfVy9xlw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b24972e9ab8d275-FRA
alt-svc: h3=":8443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.44.134:443 · gauravarbat.pages.dev
2025-12-22 15:15
HTTP/1.1 200 OK
Date: Mon, 22 Dec 2025 15:15:57 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NjU15s46SiPIB01yeBggXTxLM1EnD0UJJm9DrjM6ebtf3Nb%2F3WBrMl3eh1xGT2tIceb7q9Zb4NRxcapqoKk4k6VlLvWmG8pbSV4TbMRKDYdXdC4OXg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b2093deae471903-FRA
alt-svc: h3=":443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.44.134:8443 · gauravarbat.pages.dev
2025-12-20 18:02
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 18:02:25 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=69WAAGwP46Dj%2FFfbICVjCQRJL4BnSlprCvxSlnFg79KgV1jcPcj5vWMOq2d13xt5A7BGo02SKHN5v1GemIHiM3Gaaf6PV%2Fc%2BvZsPYR8zHcJENXQTIg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b110cf42cbbfdfc-SIN
alt-svc: h3=":8443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-
Open service 172.66.44.134:443 · gauravarbat.pages.dev
2025-12-20 11:16
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 11:16:54 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40482
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "b7e7cea51205908b864fd88be5dc061e"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xVCZSN7qrClAuqy4m2CpmUr5LYlaFYX6HHkLfnzh7qtUAYpucwqubFbHmlpZGtPOHc5tq3N4N5iZna0yHMiX6p%2B9bC1L1Z2zHMFI1FwUb%2BlXGvfH%2Fg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b0ebaef8f6a36de-FRA
alt-svc: h3=":443"; ma=86400
Page title: Gaurav Arbat
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Arbat</title>
<!-- =======css File========= -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ========style switcher=========== -->
<link rel="stylesheet" href="css/color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="css/color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="css/color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="css/color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="css/color-5.css" class="alternate-style" title="color-5" disabled>
<link rel="stylesheet" href="switcher.css">
</head>
<body>
<!-- =======================Main container Strat============================= -->
<div class="main-container">
<!-- ===================aside Start======================== -->
<div class="aside">
<div class="logo">
<a href="#"><span>G</span>aurav</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li>
<a href="#home" class="active">
<i class="fa fa-home"></i>
HOME</a>
</li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#service"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
</div>
<!-- ===================aside end======================== -->
<!-- </div>
============================Main container end========================== -->
<!-- ==================Main content=============== -->
<div class="main-content">
<!-- =========== home sectoin start========= -->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Gaurav Arbat</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web designer</span> </h3>
<p>
I'm a web Designer with extensive experience for over 3 years.My expertise is
to
create and website desing,graphic desing, and many more....
</p>
<a href="#" class="btn">Downlod CV</a>
</div>
<div class="home-img padd-15">
<img class="homeimg" src="images/Home/my photo.jpg" alt="img">
</div>
</div>
</div>
</section>
<!-- =========== home end========= -->
<!-- =========== about section start ========= -->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-