Karten udn Boxen Seite neu gestaltet sowie Willkommensseite angepasst.

This commit is contained in:
ja
2021-08-26 13:27:47 +02:00
parent ca77d730b5
commit 4819f8c380
3 changed files with 30 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Cards_Boxes.aspx.vb" Inherits="Customers_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
<!-- Bootstrap -->
<html lang="en"></html>
<!-- Required meta tags -->
@@ -29,6 +31,9 @@
#normaltable{
width:1500px;
}
.carousel-inner {
width:600px;
}
@media (max-width: 558.98px) {
#conovertab {
width: 350px;
@@ -45,6 +50,22 @@
margin-right:5px;
width:350px;
}
#imgcar{
width:300px;
height:125px;
}
.carousel-inner{
width:600px;
height:125px;
}
.carousel-item{
width:600px;
height:125px;
}
carousel-caption d-none d-md-block{
width:600px;
height:125px;
}
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
@@ -59,8 +80,8 @@
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="height:/*5px*/ 0.390625vh"></div>
<h1>Karten und Boxen:</h1>
</asp:Content>

View File

@@ -567,7 +567,7 @@
<div class="d-none d-md-block">
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
<div class="mx-auto" style="width: 900px;">
<div class="mx-auto" style="width:350px;">
<div class="btn-group">
<a type="button" class="btn btn-primary" href="Welcome.aspx?Par1=1" style="background-color:#fff; color:#043381;border:hidden;">Startseite</a>
<!-- <button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;border:hidden;">

View File

@@ -104,8 +104,8 @@
<div class="carousel-item active">
<a href="Invoices.aspx"> <img src="../images/pics/pexels-kampus-production-7477713.jpg" id="imgcar" style="width:100%;height:auto" alt="First slide"></a>
<div class="carousel-caption d-none d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%">
<a href="Invoices.aspx"><h5 style="opacity:100%">Rechnungen</h5></a>
<a href="Invoices.aspx"> <p style="color:#fff;opacity:100%">Hier erfahren sie alles über Ihre Rechnungen.</p></a>
<a href="Invoices.aspx?Par1=3"><h5 style="opacity:100%">Rechnungen</h5></a>
<a href="Invoices.aspx?Par1=3"> <p style="color:#fff;opacity:100%">Hier erfahren sie alles über Ihre Rechnungen.</p></a>
</div>
</div>
<div class="carousel-item">
@@ -119,7 +119,7 @@
<a href="Welcome.aspx"><img class="d-block w-100" src="../images/pics/pexels-jopwell-2422293.jpg" id="imgcar" style="width:100%;height:auto" alt="Third slide"></a>
<div class="carousel-caption d-block w-90" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;width:100%;height:auto">
<a href="Welcome.aspx"><h5 style="opacity:100%">Startseite</h5></a>
<a href="Welcome.aspx"><p style="color:#fff;opacity:100%">Der Einstieg zu Ihrem Profil.</p></a>
<a href="Welcome.aspx?Par1=1"><p style="color:#fff;opacity:100%">Der Einstieg zu Ihrem Profil.</p></a>
</div>
</div>
</div>