Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Web Development/task_1/Pallav/index.html

This file was deleted.

1 change: 0 additions & 1 deletion Web Development/task_1/Pallav/pallav.txt

This file was deleted.

Binary file removed Web Development/task_1/Pallav/sample-2.gif
Binary file not shown.
Binary file removed Web Development/task_1/Pallav/sample.gif
Binary file not shown.
Binary file removed Web Development/task_1/Pallav/sample_ss.png
Binary file not shown.
4 changes: 0 additions & 4 deletions Web Development/task_1/Pallav/styles.css

This file was deleted.

39 changes: 0 additions & 39 deletions Web Development/task_1/README.md

This file was deleted.

1 change: 1 addition & 0 deletions Web Development/task_1/RohitMohanty/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Rohit_Mohanty
Binary file added Web Development/task_1/RohitMohanty/image10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Web Development/task_1/RohitMohanty/image2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Web Development/task_1/RohitMohanty/image3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Web Development/task_1/RohitMohanty/image4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Web Development/task_1/RohitMohanty/image6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Web Development/task_1/RohitMohanty/image8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions Web Development/task_1/RohitMohanty/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html>
<head>
<title>NATURE'S ALBUM</title>
<link rel="stylesheet" href="style.css">

</head>
<body>

<h2>REALISTIC BEAUTY OF NATURE</h2>

<div class="polaroid">
<img src="image\image6.jpg" alt="nature" style="width:100%">
<div class="container">
<p><strong><em>FLOWER</em></strong></p>
</div>
</div>

<div class="polaroid">
<img src="image\image4.jpg" alt="Dew DROPS" style="width:100%">
<div class="container">
<p><strong><em>DEW DROPS</em></strong></p>
</div>
</div>

<div class="polaroid">
<img src="image\image8.jpg" alt="rose" style="width:100%">
<div class="container">
<p><strong><em>ROSE</em></strong></p>
</div>
</div>

<div class="polaroid">
<img src="image\image3.jpg" alt="nature" style="width:100%">
<div class="container">
<p><strong><em>BLOOM</em></strong></p>
</div>
</div>

<div class="polaroid">
<img src="image\image2.jpg" alt="nature" style="width:100%">
<div class="container">
<p><strong><em>STONE TOWER</em></strong></p>
</div>
</div>


<div class="polaroid">
<img src="image\image10.jpg" alt="nature" style="width:100%">
<div class="container">
<p><strong><em>VALLEY</em></strong></p>
</div>
</div>
</body>
</html>

Binary file added Web Development/task_1/RohitMohanty/ss.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions Web Development/task_1/RohitMohanty/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
h2{
font-family: Segoe UI;
background-color: rgb(0, 115, 115);
font-size: 60px ;
text-align: center ;
color: rgb(60, 227, 155);
text-decoration: none;
text-shadow: 1px 0px #69c9efc8;
border: 4px;
border-radius: 40px;
border-color: rgb(9, 189, 135);
}
body {margin: 25px;}

div.polaroid {
width: 80%;
background-color: ghostwhite;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 25px;
margin-top: 25px;
border-radius: 40px;
text-align: center;
}

div.container {
text-align: center;
padding: 5px 5px;
}
img,iframe{
border-radius: 100px ;
text-align: center ;
max-inline-size: 90%;
block-size: auto;
aspect-ratio: 1/1;
}

1 change: 1 addition & 0 deletions Web Development/task_1/RohitMohanty/website link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://rohitmohanty14.github.io/Rohit_Mohanty/