Add files via upload
This commit is contained in:
parent
0aef72ae8a
commit
d8db35dd37
Binary file not shown.
After Width: | Height: | Size: 523 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -0,0 +1,268 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF=8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!-- Google Font-->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&display=swap" rel="stylesheet">
|
||||
|
||||
<!--Fontawesome-->
|
||||
<script src="https://kit.fontawesome.com/8aa16088d1.js" crossorigin="anonymous"></script>
|
||||
|
||||
<!-- Bootstrap css -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||
|
||||
<!-- css -->
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
<title> Viper Projekte</title>
|
||||
</head>
|
||||
<body class="bg-dark text-white">
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark pt-lg-3 sticky-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand fs-2 fw-bold" href="#">
|
||||
<i class="fa-solid fa-building-shield"></i>
|
||||
Viper <span class="red">Projekte</span></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
|
||||
<li class="nav-item mx-lg-2">
|
||||
<a class="nav-link text-withe active" href="#">Home</a>
|
||||
</li>
|
||||
<li class="nav-item mx-lg-2">
|
||||
<a class="nav-link text-withe" href="#projekte">Projekte</a>
|
||||
</li>
|
||||
<li class="nav-item mx-lg-2">
|
||||
<a class="nav-link text-withe" href="#about">über Uns</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
zu den Projekten
|
||||
</a>
|
||||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<li><a class="dropdown-item" href="#">Link-1</a></li>
|
||||
<li><a class="dropdown-item" href="#">Link-2</a></li>
|
||||
<li><a class="dropdown-item" href="#">Link-3</a></li>
|
||||
<li><a class="dropdown-item" href="#">Link-4</a></li>
|
||||
<li><a class="dropdown-item" href="#">Link-5</a></li>
|
||||
<li><a class="dropdown-item" href="#">Link-6</a></li>
|
||||
<li><a class="dropdown-item" href="#">Link-7</a></li>
|
||||
<li><hr class="dropdown-divider"></li>
|
||||
<li><a class="dropdown-item" href="#">Link-8</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="d-flex align-items-center mt-2 mx-lg-0 mx-lg-2">
|
||||
<a href="#" class="icon-link text-white"><i class="fa-brands fa-facebook fa-lg me-2"></i></a>
|
||||
<a href="#" class="icon-link text-white"> <i class="fa-brands fa-instagram fa-lg mx-2"></i></a>
|
||||
<a href="#" class="icon-link text-white"><i class="fa-brands fa-twitter fa-lg mx-2"></i></a>
|
||||
<a href="#" class="icon-link text-white"><i class="fa-brands fa-github fa-lg mx-2"></i></a>
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<!-- Image Slider -->
|
||||
<div
|
||||
id="carouselExampleFade"
|
||||
class="carousel slide carousel-fade"
|
||||
data-bs-ride="carousel"
|
||||
>
|
||||
<div class="carousel-inner">
|
||||
<div class="carousel-item active" data-bs-interval="8000">
|
||||
<div
|
||||
class="slider-image"
|
||||
style="background-image: url('assets/html.png')"
|
||||
></div>
|
||||
</div>
|
||||
<div class="carousel-item" data-bs-interval="8000">
|
||||
<div
|
||||
class="slider-image"
|
||||
style="background-image: url('assets/css.png')"
|
||||
></div>
|
||||
</div>
|
||||
<div class="carousel-item" data-bs-interval="8000">
|
||||
<div
|
||||
class="slider-image"
|
||||
style="background-image: url('assets/js.png')"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
<button
|
||||
class="carousel-control-prev"
|
||||
type="button" data-bs-target="#carouselExampleFade"
|
||||
data-bs-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="visually-hidden">Previous</span>
|
||||
</button>
|
||||
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="visually-hidden">Next</span>
|
||||
</button>
|
||||
</div>
|
||||
<!-- Webseiten Infos -->
|
||||
<div class="container mt-5">
|
||||
<h1 class="red fw-bold">Projekte</h1>
|
||||
<p>
|
||||
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Magnam dicta
|
||||
totam ratione nostrum aperiam quasi corrupti quisquam a qui debitis,
|
||||
ipsa aliquam rerum dolorum provident consequuntur ea, iusto
|
||||
exercitationem! Eius eaque animi quae quia praesentium, corporis
|
||||
assumenda hic dolores voluptatibus porro impedit id atque tenetur
|
||||
perspiciatis itaque laboriosam nihil! Velit.
|
||||
</p>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet deserunt
|
||||
incidunt inventore blanditiis tempore provident est quibusdam.
|
||||
Necessitatibus distinctio ea earum sequi id praesentium corrupti
|
||||
deleniti laborum expedita perferendis dignissimos dolorem tempora dicta
|
||||
repudiandae eos nobis voluptatem cupiditate eaque, vitae quae ab nemo
|
||||
quaerat harum? Libero quam asperiores doloremque exercitationem!
|
||||
Repellat quia placeat debitis porro odio tempora eaque facilis
|
||||
excepturi!
|
||||
</p>
|
||||
</div>
|
||||
<!-- Produkt Infos -->
|
||||
<div id="projekte" class="container">
|
||||
<h2 class="red fw-bold">Top Projekte</h2>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi ad enim
|
||||
voluptate in optio expedita culpa perferendis aliquid laborum aut, sequi
|
||||
dolore labore tenetur, ducimus voluptatibus reiciendis? Qui impedit
|
||||
voluptatem reprehenderit facere velit eveniet aperiam, aliquid animi
|
||||
delectus dolorum totam earum assumenda ipsam optio natus cumque.
|
||||
Molestiae distinctio quaerat sequi.
|
||||
</p>
|
||||
<div class="card-group text-dark">
|
||||
<div class="card border-0 rounded-0">
|
||||
<div
|
||||
style="background-image: url('assets/html.png')"
|
||||
class="card-image"
|
||||
alt="..."
|
||||
></div>
|
||||
<div class="card-body">
|
||||
<h5 class="card-title fw-bold fs-2">html/CSS</h5>
|
||||
<p class="card-text">
|
||||
This is a wider card with supporting text below as a natural
|
||||
lead-in to additional content. This content is a little bit
|
||||
longer.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Last updated 3 mins ago</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card border-0 rounded-0">
|
||||
<div
|
||||
style="background-image: url('assets/css.png')"
|
||||
class="card-image"
|
||||
alt="..."
|
||||
></div>
|
||||
<div class="card-body">
|
||||
<h5 class="card-title fw-bold fs-2">html/CSS/JS</h5>
|
||||
<p class="card-text">
|
||||
This card has supporting text below as a natural lead-in to
|
||||
additional content.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Last updated 3 mins ago</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card border-0 rounded-0">
|
||||
<div
|
||||
style="background-image: url('assets/js.png')"
|
||||
class="card-image"
|
||||
alt="..."
|
||||
></div>
|
||||
<div class="card-body">
|
||||
<h5 class="card-title fw-bold fs-2">html/CSS/JS</h5>
|
||||
<p class="card-text">
|
||||
This is a wider card with supporting text below as a natural
|
||||
lead-in to additional content. This card has even longer content
|
||||
than the first to show that equal height action.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Last updated 3 mins ago</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- über Uns -->
|
||||
<div id="about" class="container">
|
||||
<h2 class="red fw-bold">Unser Team</h2>
|
||||
<p class="mb-5">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi ad enim
|
||||
voluptate in optio expedita culpa perferendis aliquid laborum aut, sequi
|
||||
dolore labore tenetur, ducimus voluptatibus reiciendis? Qui impedit
|
||||
voluptatem reprehenderit facere velit eveniet aperiam, aliquid animi
|
||||
delectus dolorum totam earum assumenda ipsam optio natus cumque.
|
||||
Molestiae distinctio quaerat sequi.
|
||||
</p>
|
||||
<div class="my-5">
|
||||
<div
|
||||
class="about-image float-lg-start mx-auto mx-lg-5"
|
||||
style="background-image: url('assets/artificial-intelligence-3382509_1920.png')"
|
||||
></div>
|
||||
<div class="p-lg-5">
|
||||
<h3 class="fs-2 red">Name</h3>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo
|
||||
necessitatibus minima corporis aut porro odio perspiciatis libero
|
||||
consequuntur at cumque, voluptatibus, quaerat fugiat mollitia
|
||||
voluptatem eveniet fuga, aspernatur vitae ea.
|
||||
</p>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
||||
<div class="my-5">
|
||||
<div
|
||||
class="about-image float-lg-end mx-auto mx-lg-5"
|
||||
style="background-image: url('assets/artificial-intelligence-3382509_1920.png')"
|
||||
></div>
|
||||
<div class="p-lg-5">
|
||||
<h3 class="fs-2 red">Name</h3>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo
|
||||
necessitatibus minima corporis aut porro odio perspiciatis libero
|
||||
consequuntur at cumque, voluptatibus, quaerat fugiat mollitia
|
||||
voluptatem eveniet fuga, aspernatur vitae ea.
|
||||
</p>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
||||
<div class="my-5">
|
||||
<div
|
||||
class="about-image float-lg-start mx-auto mx-lg-5"
|
||||
style="background-image: url('assets/artificial-intelligence-3382509_1920.png')"
|
||||
></div>
|
||||
<div class="p-lg-5">
|
||||
<h3 class="fs-2 red">Name</h3>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo
|
||||
necessitatibus minima corporis aut porro odio perspiciatis libero
|
||||
consequuntur at cumque, voluptatibus, quaerat fugiat mollitia
|
||||
voluptatem eveniet fuga, aspernatur vitae ea.
|
||||
</p>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<div class="footer py-5">© 2022 M_Viper</div>
|
||||
|
||||
<!-- Bootstrap JS -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,71 @@
|
|||
/* Allgemein */
|
||||
body{
|
||||
font-family: "Yanone Kaffeesatz";
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.navbar,
|
||||
.carousel {
|
||||
border-bottom: 1px solid #888;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
.nav-link {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.nav-link:active,
|
||||
.nav-link-hover {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
.icon-link:active,
|
||||
.icon-link:hover svg {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* Slider */
|
||||
.slider-image {
|
||||
width: 100vw;
|
||||
height: 70vh;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
/* Produkt Cards */
|
||||
|
||||
.card-image {
|
||||
height: 500px;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.card-group {
|
||||
display: flex;
|
||||
flex-flow: column wrap;
|
||||
}
|
||||
}
|
||||
|
||||
/* Über uns */
|
||||
|
||||
.about-image {
|
||||
width: 280px;
|
||||
height: 280px;
|
||||
border-radius: 50%;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
.footer {
|
||||
font-family: sans-serif;
|
||||
font-size: 1rem;
|
||||
text-align: center;
|
||||
border-top: 1px solid #888;
|
||||
}
|
Loading…
Reference in New Issue