Skip to content
This repository was archived by the owner on Dec 6, 2020. It is now read-only.
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
Binary file added img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
132 changes: 74 additions & 58 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,134 +3,150 @@
<head>
<title>Hacktoberfest</title>
</head>
<body>
<style>
<body bgcolor="lightyellow">
<style>

table {
border-collapse: collapse;
width: 100%;
border-collapse:collapse;
width:80%;
}

<!-- th, td {
padding: 8px;
text-align: left;
text-align: right;
border-bottom: 1px solid rgb(168, 164, 164);
}-->
table,th,td{
text-shadow: 0.5px 0.5px rgb(219, 71, 71);
}

tr:hover {background-color:#f0f0f0;}

.zoom{
padding: 100px;
background-color: ;
transition: transform .2s;
width: 200px;
height: 200px;
margin: 0 auto;
}

.zoom:hover {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
</style>
<p><b><i>My Contribution</i></b></p>
<div class="letters" style="font-family: 'Courier New', Courier, monospace">
<table>
<table align="right" style="width50%" bgcolor="pink">
<tr>
<th>Letter</th>
<th>Example</th>
</tr>
<tr>
<td>A for apple</td>
<td><img src=assets/apple.png style="width:200px;height:200px"></td>
<td class="zoom">A for apple</td>
<td class="zoom"><img src=assets/apple.png style="width:200px;height:200px"></td>
</tr>
<tr>
<td>B for banana</td>
<td><img src=assets/banana.jpg style="width:200px;height:200px"></td>
<td class="zoom">B for banana</td>
<td class="zoom"><img src=assets/banana.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>C for Cat</td>
<td><img src=assets/cat.jpg style="width:200px;height:200px"></td>
<td class="zoom">C for Cat</td>
<td class="zoom"><img src=assets/cat.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>D for Dog</td>
<td><img src=assets/dog.jpg style="width:200px;height:200px"></td>
<td class="zoom">D for Dog</td>
<td class="zoom"><img src=assets/dog.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>E for Elephant</td>
<td><img src=assets/elephant.jpg style="width:200px;height:200px"></td>
<td class="zoom">E for Elephant</td>
<td class="zoom"><img src=assets/elephant.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>F for Fish </td>
<td><img src=assets/fish.png style="width:200px;height:200px"></td>
<td class="zoom">F for Fish </td>
<td class="zoom"><img src=assets/fish.png style="width:200px;height:200px"></td>
</tr>
<tr>
<td>G for Guitar</td>
<td><img src=assets/guitar.jpg style="width:200px;height:200px"></td>
<td class="zoom">G for Guitar</td>
<td class="zoom"><img src=assets/guitar.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>H for Helicoptor</td>
<td><img src=assets/helicopter.jpg style="width:200px;height:200px"></td>
<td class="zoom">H for Helicoptor</td>
<td class="zoom"><img src=assets/helicopter.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>I for India</td>
<td><img src=assets/india.jpg style="width:200px;height:200px"></td>
<td class="zoom">I for India</td>
<td class="zoom"><img src=assets/india.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>J for Joker</td>
<td><img src=assets/Joker.jpg style="width:200px;height:200px"></td>
<td class="zoom">J for Joker</td>
<td class="zoom"><img src=assets/Joker.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>K for Kite</td>
<td><img src=assets/kite.jpg style="width:200px;height:200px"></td>
<td class="zoom">K for Kite</td>
<td class="zoom"><img src=assets/kite.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>L for Lion</td>
<td><img src=assets/lion.jpg style="width:200px;height:200px"></td>
<td class="zoom">L for Lion</td>
<td class="zoom"><img src=assets/lion.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>M for Monkey</td>
<td><img src=assets/monkey.jpg style="width:200px;height:200px"></td>
<td class="zoom">M for Monkey</td>
<td class="zoom"><img src=assets/monkey.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>N for Noodles</td>
<td><img src=assets/noodles.jpg style="width:200px;height:200px"></td>
<td class="zoom">N for Noodles</td>
<td class="zoom"><img src=assets/noodles.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>O for Orange</td>
<td><img src=assets/orange.jpg style="width:200px;height:200px"></td>
<td class="zoom">O for Orange</td>
<td class="zoom"><img src=assets/orange.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>P for Plane</td>
<td><img src=assets/plane.jpg style="width:200px;height:200px"></td>
<td class="zoom">P for Plane</td>
<td class="zoom"><img src=assets/plane.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>Q for Queen</td>
<td><img src=assets/queen.jpg style="width:200px;height:200px"></td>
<td class="zoom">Q for Queen</td>
<td class="zoom"><img src=assets/queen.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>R for Road</td>
<td><img src=assets/road.jpg style="width:200px;height:200px"></td>
<td class="zoom">R for Road</td>
<td class="zoom"><img src=assets/road.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>S for Snake</td>
<td><img src=assets/snake.jpg style="width:200px;height:200px"></td>
<td class="zoom">S for Snake</td>
<td class="zoom"><img src=assets/snake.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>T for Tiger</td>
<td><img src=assets/tiger.jpg style="width:200px;height:200px"></td>
<td class="zoom">T for Tiger</td>
<td class="zoom"><img src=assets/tiger.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>U for Umbrella</td>
<td><img src=assets/umbrella.jpg style="width:200px;height:200px"></td>
<td class="zoom">U for Umbrella</td>
<td class="zoom"><img src=assets/umbrella.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>V for Van</td>
<td><img src=assets/van.jpg style="width:200px;height:200px"></td>
<td class="zoom">V for Van</td>
<td class="zoom"><img src=assets/van.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>W for Water</td>
<td><img src=assets/water.jpg style="width:200px;height:200px"></td>
<td class="zoom">W for Water</td>
<td class="zoom"><img src=assets/water.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>X for Xylophone</td>
<td><img src=assets/xylophone.jpg style="width:200px;height:200px"></td>
<td class="zoom">X for Xylophone</td>
<td class="zoom"><img src=assets/xylophone.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>Y for Yak</td>
<td><img src=assets/yak.jpg style="width:200px;height:200px"></td>
<td class="zoom">Y for Yak</td>
<td class="zoom"><img src=assets/yak.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>Z for Zoo</td>
<td><img src=assets/zoo.jpg style="width:200px;height:200px"></td>
<td class="zoom">Z for Zoo</td>
<td class="zoom"><img src=assets/zoo.jpg style="width:200px;height:200px"></td>
</tr>
<tr>
<td>name</td>
Expand Down
1 change: 1 addition & 0 deletions url.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html lang="en-IN"> <head> <META content="origin" name="referrer"></META> <script nonce="tI2C4nXrZxK1S8XtyVh7lQ==">window.google = {};(function(){var e=function(){this.g="";this.h=c};e.prototype.i=!0;var f=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i,c={},g=function(b){var d=new e;d.g=b;return d};g("about:blank");google.navigateTo=function(b,d,a){b!=d&&b.google?b.google.r&&(b.google.r=0,b=b.location,a instanceof e||a instanceof e||(a="object"==typeof a&&a.i?a.g:String(a),f.test(a)||(a="about:invalid#zClosurez"),a=g(a)),b.href=a instanceof e&&a.constructor===e&&a.h===c?a.g:"type_error:SafeUrl",d.location.replace("about:blank")):d.location.replace(a)};}).call(this);(function(){var redirectUrl='https://w-dog.net/wallpaper/mood-bulbs-balls-balloons-pink-sky-clouds-happiness-holiday-fun-background-wallpaper-widescreen-full-screen-hd-wallpapers-fullscreen/id/347858/';google.navigateTo(parent,window,redirectUrl);})();</script> <noscript> <META content="0;URL=https://w-dog.net/wallpaper/mood-bulbs-balls-balloons-pink-sky-clouds-happiness-holiday-fun-background-wallpaper-widescreen-full-screen-hd-wallpapers-fullscreen/id/347858/" http-equiv="refresh"></META> </noscript> </head> </html>