Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshnjena committed Jan 13, 2023
1 parent 5d891f9 commit d023c73
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 16 deletions.
Binary file removed images/banner.avif
Binary file not shown.
Binary file added images/banner.webp
Binary file not shown.
Binary file added images/profilePic.webp
Binary file not shown.
Binary file added images/work1.webp
Binary file not shown.
Binary file added images/work10.webp
Binary file not shown.
Binary file added images/work2.webp
Binary file not shown.
Binary file added images/work3.webp
Binary file not shown.
Binary file added images/work4.webp
Binary file not shown.
Binary file added images/work5.webp
Binary file not shown.
Binary file added images/work6.webp
Binary file not shown.
Binary file added images/work7.webp
Binary file not shown.
Binary file added images/work8.webp
Binary file not shown.
Binary file added images/work9.webp
Binary file not shown.
61 changes: 47 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img src="images/profilePic.avif" alt="" />
<picture>
<source srcset="images/profilePic.avif" type="image/avif">
<img src="images/profilePic.webp" alt="" />
</picture>
</div>
<div class="column right">
<div class="text">
Expand Down Expand Up @@ -164,15 +167,15 @@ <h2 class="title">My Experiences</h2>
<section class="experiences">
<div class="experiences-content">
<div class="text">
I'm Adarsh Jena and I'm a <span class="typing-2"></span>
Freelanced @<a class="typing-2" href="https://startic-field.vercel.app/" target="_blank">StarticField</a>
</div>
<p>
As a developer, I specialize in creating modular and scalable
front-end architectures.I generate fresh and unique content for
any specific purpose.Since I respect the time, I always deliver
content within the promised timeframe. I understand and respect
the fact, that there is a story behind every brand , behind every
individual.
the fact, that there is a story behind every brand , behind
every individual.
</p>
<ul>
<li>
Expand Down Expand Up @@ -343,7 +346,10 @@ <h2 class="title">My Projects</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<img src="images/work8.avif" alt="" />
<picture>
<source srcset="images/work8.avif" type="image/avif">
<img src="images/work8.webp" alt="" />
</picture>
<div class="text">CA Portal</div>
<p>
This is a
Expand All @@ -357,7 +363,10 @@ <h2 class="title">My Projects</h2>
</div>
<div class="card">
<div class="box">
<img src="images/work7.avif" alt="" />
<picture>
<source srcset="images/work7.avif" type="image/avif">
<img src="images/work7.webp" alt="" />
</picture>
<div class="text">3D Haunted House</div>
<p>
This is a 3D WEB APP build using Three.js,I have used DatGui
Expand All @@ -375,7 +384,10 @@ <h2 class="title">My Projects</h2>
</div>
<div class="card">
<div class="box">
<img src="images/work1.avif" alt="" />
<picture>
<source srcset="images/work1.avif" type="image/avif">
<img src="images/work1.webp" alt="" />
</picture>
<div class="text">BeatMaker</div>
<p>
This is a
Expand All @@ -391,7 +403,10 @@ <h2 class="title">My Projects</h2>
</div>
<div class="card">
<div class="box">
<img src="images/work2.avif" alt="" />
<picture>
<source srcset="images/work2.avif" type="image/avif">
<img src="images/work2.webp" alt="" />
</picture>
<div class="text">e-comerse website</div>
<p>
Developed fully functioning e-comerse website with the use of
Expand All @@ -407,7 +422,10 @@ <h2 class="title">My Projects</h2>
</div>
<div class="card">
<div class="box">
<img src="images/work3.avif" alt="" />
<picture>
<source srcset="images/work3.avif" type="image/avif">
<img src="images/work3.webp" alt="" />
</picture>
<div class="text">expense tracker</div>
<p>
This is an
Expand All @@ -425,7 +443,10 @@ <h2 class="title">My Projects</h2>
</div>
<div class="card">
<div class="box">
<img src="images/work9.avif" alt="" />
<picture>
<source srcset="images/work9.avif" type="image/avif">
<img src="images/work9.webp" alt="" />
</picture>
<div class="text">Landing page</div>
<p>
This is a
Expand All @@ -440,7 +461,10 @@ <h2 class="title">My Projects</h2>
</div>
<div class="card">
<div class="box">
<img src="images/work4.avif" alt="" />
<picture>
<source srcset="images/work4.avif" type="image/avif">
<img src="images/work4.webp" alt="" />
</picture>
<div class="text">Tic Tac To</div>
<p>
Tic Tac To , an AI boot , which is unbeatable!!<br />
Expand All @@ -461,7 +485,10 @@ <h2 class="title">My Projects</h2>
</div>
<div class="card">
<div class="box">
<img src="images/work5.avif" alt="" />
<picture>
<source srcset="images/work5.avif" type="image/avif">
<img src="images/work5.webp" alt="" />
</picture>
<div class="text">Weather App</div>
<p>
This is a Weather App. The app tracks your location and
Expand All @@ -479,7 +506,10 @@ <h2 class="title">My Projects</h2>
</div>
<div class="card">
<div class="box">
<img src="images/work10.avif" alt="" />
<picture>
<source srcset="images/work10.avif" type="image/avif">
<img src="images/work10.webp" alt="" />
</picture>
<div class="text">Landing Page</div>
<p>
This is a
Expand All @@ -493,7 +523,10 @@ <h2 class="title">My Projects</h2>
</div>
<div class="card">
<div class="box">
<img src="images/work6.avif" alt="" />
<picture>
<source srcset="images/work6.avif" type="image/avif">
<img src="images/work6.webp" alt="" />
</picture>
<div class="text">To Do App</div>
<p>
This is a To Do App. I ahe developed it using flutter. I have
Expand Down
14 changes: 12 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ section .title::after{
/* home section styling */
.home{
display: flex;
background: url("images/banner.avif") no-repeat center;
background: url("images/banner.webp") no-repeat center;
height: 100vh;
color: var(--second-color);
min-height: 500px;
Expand Down Expand Up @@ -274,6 +274,11 @@ section .title::after{
padding-top: 10vh;
}

.typing-2{
color: white;
text-decoration: underline #ffc000;
}

.experience .title::after{
content: "Internship & Freelance";
}
Expand Down Expand Up @@ -309,10 +314,15 @@ section .title::after{
.experiences:nth-child(odd)::after{
left: -68vh;
top: -5vh;
content: "02";
text-align: end;

}
.experiences:nth-child(3)::after{
content: "02";
}
.experiences:nth-child(4)::after{
content: "03";
}

.experiences .experiences-content{
color: #fff;
Expand Down

1 comment on commit d023c73

@vercel
Copy link

@vercel vercel bot commented on d023c73 Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.