Skip to content

Commit 99c67cc

Browse files
committed
bg img changes
1 parent 3c82c6c commit 99c67cc

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

img/abtme-img.jpg

-756 KB
Loading

img/bg-img.jpg

252 KB
Loading

img/front-img.jpg

-2.07 MB
Binary file not shown.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1 class="w3-panel w3-border-yellow w3-jumbo w3-animate-top w3-center" id="name
4141

4242
<!-- My Work -->
4343
<section class="my-work" id="my-work">
44-
<div id="my_work_title"><h2 class="section__title section__title--my-work">What I do</h2></div>
44+
<div id="my_work_title"><h2 class="section__title--my-work">What I do</h2></div>
4545
<div class="my-works">
4646
<div class="work-div">
4747
<h3 class="workid">Learn</h3>
@@ -63,7 +63,7 @@ <h3 class="workid">Sleep</h3>
6363
<!-- About Me -->
6464
<section class="aboutme" id="about-me">
6565
<div id="about-me-box-main">
66-
<div class="container"><h2 class="section__title section__title--aboutme" style="color: black;">About Me</h2></div>
66+
<div class="container"><h2 class="section__title--aboutme" style="color: black;">About Me</h2></div>
6767

6868
<div class="aboutme-container ">
6969
<div class="aboutme-text work-flex" style="flex-grow: 7">
@@ -81,7 +81,7 @@ <h3 class="section__subtitle section__subtitle--aboutme">Undergrad student based
8181

8282
<!-- Connect with Me -->
8383
<section class="connect" id="handles">
84-
<h2 class="section__title section__title--connect">Connect With Me</h2>
84+
<h2 class="section__title--connect">Connect With Me</h2>
8585
<div class="handles">
8686
<a href="mailto:piyush.mohite@outlook.com" class="folder">
8787
<div class="link"><i class="fas fa-envelope-square"></i> E-mail</div></a>

style.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ section{
4141
/* height: 100vh; */
4242
}
4343

44-
.section__title{
45-
justify-content: center;
4644

47-
}
4845

4946

5047

@@ -120,7 +117,7 @@ section{
120117
}
121118

122119
#name-div{
123-
border-color: #f5f0f0;
120+
border-color: #ffd000;
124121
}
125122

126123

@@ -168,7 +165,7 @@ section{
168165
text-align: center;
169166
font-family: 'Nunito', sans-serif;
170167
font-weight: 800;
171-
border: #f5f0f0;
168+
border: #ffd000;
172169
border-width: 1px;
173170

174171
}

0 commit comments

Comments
 (0)