Skip to content

Commit e9e4662

Browse files
author
Dharanesh
committed
mv img to assets
1 parent dc44c95 commit e9e4662

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
color: #c4c3ca;
5050
min-height: 100vh;
5151
width: 100%;
52-
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/batman.jpeg);
52+
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/images/batman.jpeg);
5353
background-position: center;
5454
background-size: cover;
5555
background-attachment: fixed;

dev.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,12 @@
218218
</svg>
219219
<div class="page">
220220
<div class="imgWrap">
221-
<img class="red" src="images/img_for_home.png">
222-
<img class="green" src="images/img_for_home.png">
223-
<img class="blue" src="images/img_for_home.png">
221+
<img class="red" src="/assets/images/img_for_home.png">
222+
<img class="green" src="/assets/images/img_for_home.png">
223+
<img class="blue" src="/assets/images/img_for_home.png">
224224
</div>
225225
<P id = "dynamic-text">Hey buddy this page still under development</P>
226+
<a href="/"><button class="home-btn">Go to Home</button></a>
226227
</div>
227228
<script>
228229
const words = ["Hey buddy this page still under development ", "Got you soon ! "];

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
color: #c4c3ca;
3030
min-height: 100vh;
3131
width: 100%;
32-
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/batman.jpeg);
32+
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/images/batman.jpeg);
3333
background-position: center;
3434
background-size: cover;
3535
position: relative;
@@ -353,9 +353,9 @@
353353
</svg>
354354
<div class="page">
355355
<div class="imgWrap">
356-
<img class="red" src="images/img_for_home.png">
357-
<img class="green" src="images/img_for_home.png">
358-
<img class="blue" src="images/img_for_home.png">
356+
<img class="red" src="/assets/images/img_for_home.png">
357+
<img class="green" src="/assets/images/img_for_home.png">
358+
<img class="blue" src="/assets/images/img_for_home.png">
359359
</div>
360360
<div class="home-content">
361361
<h1 id="greeting"></h1>

pages/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
color: #c4c3ca;
5050
min-height: 100vh;
5151
width: 100%;
52-
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/batman.jpeg);
52+
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/images/batman.jpeg);
5353
background-position: center;
5454
background-size: cover;
5555
background-attachment: fixed;

pages/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
color: #c4c3ca;
2424
min-height: 100vh;
2525
width: 100%;
26-
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/batman.jpeg);
26+
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/images/batman.jpeg);
2727
background-position: center;
2828
background-size: cover;
2929
position: relative;

pages/highlights.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
color: #c4c3ca;
1919
min-height: 100vh;
2020
width: 100%;
21-
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/batman.jpeg);
21+
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/images/batman.jpeg);
2222
background-position: center;
2323
background-size: cover;
2424
background-attachment: fixed;

projects/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
color: #c4c3ca;
2121
min-height: 100vh;
2222
width: 100%;
23-
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/batman.jpeg);
23+
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/images/batman.jpeg);
2424
background-position: center;
2525
background-size: cover;
2626
position: relative;

0 commit comments

Comments
 (0)