Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added new stuff #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
97 changes: 49 additions & 48 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,195 +30,195 @@ <h2 id="H2">NET WORTH : ₹7653480000000</h2>
<img src="https://neal.fun/spend/images/big-mac.jpg" alt="bigmac">
<h3>Big Mac</h3>
<h4>100</h4>
<button onclick="sell('bigmac',100)">Sell</button>
<input id="macinput"></input>
<button onclick="sell('macinput',100)">Sell</button>
<input id="macinput" class="input" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('macinput',100)">Buy</button>
</div>

<div id="flipflops">
<img src="https://neal.fun/spend/images/flip-flops.jpg" alt="flipflop">
<h3>Flip Flops</h3>
<h4>500</h4>
<button onclick="sell('flipflops',500)">Sell</button>
<input id="flipflopInput"></input>
<button onclick="sell('flipflopInput',500)">Sell</button>
<input id="flipflopInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('flipflopInput',500)">Buy</button>
</div>
<div id="cococola">
<img src="https://neal.fun/spend/images/coca-cola-pack.jpg" alt="cococola">
<h3>Coco Cola</h3>
<h4>100</h4>
<button onclick="sell('cococola',100)">Sell</button>
<input id="cococolaInput"></input>
<button onclick="sell('cococolaInput',100)">Sell</button>
<input id="cococolaInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('cococolaInput',100)">Buy</button>
</div>
<div id="movieticket">
<img src="https://neal.fun/spend/images/movie-ticket.jpg" alt="ticket">
<h3>Movie Ticket</h3>
<h4>500</h4>
<button onclick="sell('movieticket',500)">Sell</button>
<input id="movieticketInput"></input>
<button onclick="sell('movieticketInput',500)">Sell</button>
<input id="movieticketInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy ('movieticketInput',500)">Buy</button>
</div>
<div id="book">
<img src="https://neal.fun/spend/images/book.jpg" alt="book">
<h3>Book</h3>
<h4>500</h4>
<button onclick="sell('book',500)">Sell</button>
<input id="bookInput"></input>
<button onclick="sell('bookInput',500)">Sell</button>
<input id="bookInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('bookInput',500)">Buy</button>
</div>
<div id="pandya">
<img src="https://static.toiimg.com/thumb/imgsize-23456,msid-61642384,width-600,resizemode-4/61642384.jpg" alt="pandyapic">
<h3>Harpic Pandya</h3>
<h4>150</h4>
<button onclick="sell('pandya',150)">Sell</button>
<input id="pandyaInput"></input>
<button onclick="sell('pandyaInput',150)">Sell</button>
<input id="pandyaInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('pandyaInput',150)">Buy</button>
</div>
<div id="amazon">
<img src="https://neal.fun/spend/images/amazon-echo.jpg" alt="amazon">
<h3>Amazon Echo</h3>
<h4>5000</h4>
<button onclick="sell('amazon',5000)">Sell</button>
<input id="amazonInput"></input>
<button onclick="sell('amazonInput',5000)">Sell</button>
<input id="amazonInput"placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('amazonInput',5000)">Buy</button>
</div>
<div id="netflix">
<img src="https://neal.fun/spend/images/year-of-netflix.jpg" alt="netflix">
<h3>Amazon Echo</h3>
<h4>4999</h4>
<button onclick="sell('netflix',4999)">Sell</button>
<input id="netflixInput"></input>
<button onclick="sell('netflixInput',4999)">Sell</button>
<input id="netflixInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('netflixInput',4999)">Buy</button>
</div>
<div id="jordan">
<img src="https://neal.fun/spend/images/air-jordans.jpg" alt="jordan">
<h3>Air Jordans</h3>
<h4>50000</h4>
<button onclick="sell('jordan',50000)">Sell</button>
<input id="jordanInput"></input>
<button onclick="sell('jordanInput',50000)">Sell</button>
<input id="jordanInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('jordanInput',50000)">Buy</button>
</div>
<div id="airpods">
<img src="https://neal.fun/spend/images/airpods.jpg" alt="airpods">
<h3>Air pods</h3>
<h4>15000</h4>
<button onclick="sell('airpods',15000)">Sell</button>
<input id="airpodsInput"></input>
<button onclick="sell('airpodsInput',15000)">Sell</button>
<input id="airpodsInput"placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('airpodsInput',15000)">Buy</button>
</div>
<div id="gaming">
<img src="https://neal.fun/spend/images/gaming-console.jpg" alt="pc">
<h3>Gaming Console</h3>
<h4>100000</h4>
<button onclick="sell('gaming',100000)">Sell</button>
<input id="ConsoleInput"></input>
<button onclick="sell('ConsoleInput',100000)">Sell</button>
<input id="ConsoleInput"placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('ConsoleInput',100000)">Buy</button>
</div>
<div id="drone">
<img src="https://neal.fun/spend/images/drone.jpg" alt="drone">
<h3>Drone</h3>
<h4>10000</h4>
<button onclick="sell('drone',10000)">Sell</button>
<input id="droneInput"></input>
<button onclick="sell('droneInput',10000)">Sell</button>
<input id="droneInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('droneInput',10000)">Buy</button>
</div>
<div id="phone">
<img src="https://neal.fun/spend/images/smartphone.jpg" alt="netflix">
<h3>Smart Phone</h3>
<h4>100000</h4>
<button onclick="sell('phone',100000)">Sell</button>
<input id="phoneInput"></input>
<button onclick="sell('phoneInput',100000)">Sell</button>
<input id="phoneInput" placeholder="Quantity" type="number" min="1" ></input>
<button onclick="buy('phoneInput',100000)">Buy</button>
</div>
<div id="cycle">
<img src="https://neal.fun/spend/images/bike.jpg" alt="netflix">
<h3>Cycle</h3>
<h4>4999</h4>
<button>Sell</button>
<input id="cycleInput"></input>
<button onclick="sell('cycleInput',4999)">Sell</button>
<input id="cycleInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('cycleInput',4999)">Buy</button>
</div>
<div id="cat">
<img src="https://neal.fun/spend/images/kitten.jpg" alt="netflix">
<h3>Cat</h3>
<h4>10000</h4>
<button>Sell</button>
<input id="catInput"></input>
<button onclick="sell('catInput',10000)">Sell</button>
<input id="catInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('catInput',10000)">Buy</button>
</div>
<div id="dog">
<img src="https://neal.fun/spend/images/puppy.jpg" alt="netflix">
<h3>Dog</h3>
<h4>4999</h4>
<button>Sell</button>
<input id="dogInput"></input>
<button onclick="sell('dogInput',4999)">Sell</button>
<input id="dogInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('dogInput',4999)">Buy</button>
</div>
<div id="autos">
<img src="https://neal.fun/spend/images/auto-rickshaw.jpg" alt="netflix">
<h3>Auto</h3>
<h4>500000</h4>
<button onclick="sell('autos',500000)">Sell</button>
<input id="autoInput"></input>
<button onclick="sell('autoInput',500000)">Sell</button>
<input id="autoInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('autoInput',500000)">Buy</button>
</div>
<div id="horse">
<img src="https://neal.fun/spend/images/horse.jpg" alt="netflix">
<h3>Horse</h3>
<h4>100000</h4>
<button onclick="sell('horse',100000)">Sell</button>
<input id="horseInput"></input>
<button onclick="sell('horseInput',100000)">Sell</button>
<input id="horseInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('horseInput',100000)">Buy</button>
</div>
<div id="land">
<img src="https://neal.fun/spend/images/acre-of-farmland.jpg" alt="netflix">
<h3>Farm Land</h3>
<h4>100000</h4>
<button onclick="buy('land',100000)">Sell</button>
<input id="landInput"></input>
<button onclick="buy('landInput',100000)">Sell</button>
<input id="landInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('landInput',100000)">Buy</button>
</div>

<div id="truck">
<img src="https://neal.fun/spend/images/monster-truck.jpg" alt="netflix">
<h3>Monster Truck</h3>
<h4>100000</h4>
<button onclick="sell('truck',100000)">Sell</button>
<input id="truckInput"></input>
<button onclick="sell('truckInput',100000)">Sell</button>
<input id="truckInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('truckInput',100000)">Buy</button>
</div>
<div id="ferrari">
<img src="https://neal.fun/spend/images/ferrari.jpg" alt="netflix">
<h3>Ferrari</h3>
<h4>10000000</h4>
<button onclick="sell('ferrari',10000000)">Sell</button>
<input id="ferrariInput"></input>
<button onclick="sell('ferrariInput',10000000)">Sell</button>
<input id="ferrariInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('ferrariInput',10000000)">Buy</button>
</div>

<div id="yatch">
<img src="https://neal.fun/spend/images/yacht.jpg" alt="netflix">
<h3>Yatch</h3>
<h4>7500000</h4>
<button onclick="sell('yatch',7500000)">Sell</button>
<input id="yachtInput"></input>
<button onclick="sell('yachtInput',7500000)">Sell</button>
<input id="yachtInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('yachtInput',7500000)">Buy</button>
</div>
<div id="rcb">
<img src="rcb.avif" alt="netflix">
<h3>RCB</h3>
<h4>1000000</h4>
<button onclick="sell('rcb',1000000)">Sell</button>
<input id="rcbInput"></input>
<button onclick="sell('rcbInput',1000000)">Sell</button>
<input id="rcbInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('rcbInput',1000000)">Buy</button>
</div>
<div id="umpires">
<img src="https://english.cdn.zeenews.com/sites/default/files/styles/zm_700x400/public/2020/10/18/893809-umpire-paschim-pathak-final.jpg?im=FitAndFill=(700,400)" alt="netflix">
<h3>Umpires</h3>
<h4>4999</h4>
<button onclick="sell('umpires',4999)">Sell</button>
<input id="umpireInput"></input>
<button onclick="sell('umpireInput',4999)">Sell</button>
<input id="umpireInput" placeholder="Quantity" type="number" min="1"></input>
<button onclick="buy('umpireInput',4999)">Buy</button>
<br/>
</div>
Expand All @@ -228,6 +228,7 @@ <h1 id="yup">Vishnu Vardhan</h1>
<button >Contact</button>
<button>Email</button>
<button>Twitter</button>
<button>github</button>

</div>

Expand Down
Loading