NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

@model IEnumerable<WebApplication34.Models.Product>

@{
ViewData["Title"] = "Index";
}
<style>
th, td {
padding: 20px 10px;
}


.heading{
text-align:left;
background-color: #D4E2D4;
padding: 20px 20px;

}

div {
margin-bottom: 10px;
}

input[type=text] {
padding: 5px;
border: 2px solid #cccccc;
-webkit-border-radius: 5px;
border-radius: 5px;
}

input[type=text]:focus {
border-color: #33333;
}

input[type=submit] {
padding: 5px 15px;
background: #99e0b2;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
}


</style>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>


<body>

<h1>Products</h1>
<form asp-controller="Search" asp-action="Search" method="POST">
<div>
<label for="surname">Search</label>
<input type="text" name="search" id="search" placeholder="search for product" />
</div>

<input type="submit" value="Submit" />
</form>


<div class="container">

<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>

<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="https://img.icons8.com/?size=512&id=CE7rP-35_XQR&format=png"
alt="New york" style="width:100%; height:100%">
</div>

@foreach (var item in Model)
{

<div class="item">
<img [email protected](modelItem => item.Url)
[email protected](modelItem=> item.Name) style="width:100%; height:100%" >
</div>

}

</div>

<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>



<p>
<a asp-action="Create">Create New</a>
</p>
<table class="table">
<thead>

</thead>
<tbody>
<tr>
@foreach (var item in Model) {


<td>

<img [email protected](modelItem => item.Url)
height="250" width="200"
>

</td>
}
</tr>

<tr>
@foreach (var item in Model) {
<td>
@Html.DisplayFor(modelItem => item.Name)
</td>
}
<tr>
@foreach (var item in Model)
{
<td>
@Html.DisplayFor(modelItem => item.Price)
</td>
}

</tr>


</tr>

</tbody>

</table>



<!-- Remove the container if you want to extend the Footer to full width. -->
<div class="container my-5">
<!-- Footer -->
<footer class="text-center text-lg-start text-dark"
style="background-color: #ECEFF1">
<!-- Section: Social media -->
<section class="d-flex justify-content-between p-4 text-white"
style="background-color: #21D192">
<!-- Left -->
<div class="me-5">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="" class="text-white me-4">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-google"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold">Flipazon</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
We sell and rent multiple products to our customers.
Customer satisfaction is our prime goal.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Products</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
<a href="#!" class="text-dark">Playstaion 5</a>
</p>
<p>
<a href="#!" class="text-dark">Samsung Galaxy Flip</a>
</p>
<p>
<a href="#!" class="text-dark">God Of War Ragnorock</a>
</p>
<p>
<a href="#!" class="text-dark">Red Dead Redemption 5</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Useful links</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
<a href="#!" class="text-dark">Your Account</a>
</p>
<p>
<a href="#!" class="text-dark">Become an Affiliate</a>
</p>
<p>
<a href="#!" class="text-dark">Shipping Rates</a>
</p>
<p>
<a href="#!" class="text-dark">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contact</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p><i class="fas fa-home mr-3"></i> Phoenix Fountainhead</p>
<p><i class="fas fa-envelope mr-3"></i> [email protected]</p>
<p><i class="fas fa-phone mr-3"></i> + 01 234 567 88</p>
<p><i class="fas fa-print mr-3"></i> + 01 234 567 89</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-3"
style="background-color: rgba(0, 0, 0, 0.2)">
© 2023 Copyright:
<a class="text-dark" href="https://mdbootstrap.com/">Flipizon.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</div>

</body>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.