Skip to content

Commit

Permalink
link added
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaneshwar7 committed Jul 28, 2024
1 parent a60d6d5 commit c7099cb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
40 changes: 32 additions & 8 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,30 @@
}

@media screen and (max-width: 767.98px) {
.about-section .what-is p {
font-size: 14px;
color: #787878;
}
.three-board-section .three-board-desc h3 {
font-size: 30px;
color: #232323;
font-weight: 600;
margin: 10px 0 20px;
}
.pattern {
background: #f99;
height: 100%;
left: 50%;
position: absolute;
top: 50%;
width: 100%;
}
.slbutton{
margin-left: 20px;
}
.target {
transform: translate(-50% ,-50%);
}
.mobile-text-center {
text-align: center;
}
Expand Down Expand Up @@ -1204,14 +1228,14 @@
display: flex;
}
.footer-section .copyright-area p {
color: #787878;
font-size: var(--font16);
line-height: 26px;
padding: 25px 50px 50px 50px;
padding: auto;
margin: auto;
width: 100%;
}
color: #787878;
font-size: var(--font16);
line-height: 26px;
padding: 25px 50px 50px 50px;
padding: auto;
margin: auto;
width: 100%;
}
.links img {
width: 34px; /* Adjust size as needed */
height: 34px;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1113,10 +1113,10 @@ <h6>AWS</h6>
<div class="col-md-7 what-is mobile-text-center fade-up-box">
<span class="fade-up-item">About Me</span>
<h3 class="fade-up-item">Dhaneshwar Marskole</h3>
<p class="fade-up-item" style="letter-spacing: 0.02rem">
<p class="fade-up-item introp" style="letter-spacing: 0.02rem">
Hey! I'm <b style="font-size: 18px"><i>Dhaneshwar</i></b> (My
friends call me "Delta" from my NCC days). I've been passionate
about Computers🖥️ since 9th grade. Currently. Follow me to stay
about Computers🖥️ since 9th grade. Follow me to stay
updated on my journey as a Web Developer & Travelling Journey.
<br />
I have GOOD CODING HABITS, a CLEAR and LOGICAL structure, and I'm
Expand Down Expand Up @@ -1185,7 +1185,7 @@ <h4 class="fade-up-item">
font-size: 30px !important;
border-bottom: 1px solid black;
"
href="https://www.sheryians.com/"
href="http://www.hackerkernel.com/"
>
<i style="color: blue">@</i
><i style="color: black">Hacker</i
Expand Down Expand Up @@ -1333,7 +1333,7 @@ <h4 class="fade-up-item">
font-size: 30px;
border-bottom: 1px solid black;
"
href="https://www.sheryians.com/"
href="https://mittalinstitute.org/"
>
<i style="color: blue">@</i
><i style="color: #ed2e34">Mittal Group of</i
Expand Down

0 comments on commit c7099cb

Please sign in to comment.