Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
2d53526
for vincent
Visionz73 Nov 29, 2023
e81f00e
cc
Visionz73 Nov 29, 2023
0cea891
commit banner
Visionz73 Nov 29, 2023
231d8bb
cc hero-bg
Visionz73 Nov 29, 2023
74addcc
nav
Visionz73 Nov 29, 2023
f7278b9
sortierung
Visionz73 Nov 29, 2023
4f01603
cc
Visionz73 Nov 29, 2023
f9f5b3d
commit
Visionz73 Nov 29, 2023
91e8feb
commit
Visionz73 Nov 29, 2023
15780ea
debug
Visionz73 Nov 29, 2023
36d4372
cc
Visionz73 Nov 29, 2023
0c3f609
debug
Visionz73 Nov 29, 2023
575ca52
cc
Visionz73 Nov 29, 2023
51c160a
style
Visionz73 Nov 29, 2023
b156491
cc
Visionz73 Nov 29, 2023
a78ad48
cc
Visionz73 Nov 29, 2023
fe86e83
cc
Visionz73 Nov 29, 2023
80ec199
cc
Visionz73 Nov 29, 2023
b6354af
cc
Visionz73 Nov 29, 2023
43e532b
copy settings
Visionz73 Dec 4, 2023
3679659
update
Visionz73 Dec 4, 2023
5981f44
footer
Visionz73 Dec 4, 2023
34abd9a
cc
Visionz73 Dec 4, 2023
401af7e
nav
Visionz73 Dec 4, 2023
ca1f62a
landing
Visionz73 Dec 4, 2023
83200bd
foot
Visionz73 Dec 4, 2023
724cded
cc
Visionz73 Dec 4, 2023
ab5a576
new login
Visionz73 Dec 5, 2023
9cb100d
cc
Visionz73 Dec 5, 2023
395aa87
cc
Visionz73 Dec 5, 2023
4173792
cc
Visionz73 Dec 5, 2023
2f6f3e9
cc
Visionz73 Dec 5, 2023
179fb23
cc
Visionz73 Dec 5, 2023
0da21cc
bug fixd
Visionz73 Dec 5, 2023
f8e31be
cc
Visionz73 Dec 5, 2023
4214503
cc
Visionz73 Dec 5, 2023
618cce0
cc
Visionz73 Dec 5, 2023
36258dd
regon
Visionz73 Dec 5, 2023
afe607c
cc
Visionz73 Dec 5, 2023
4175600
home
Visionz73 Dec 5, 2023
4f637fb
cc
Visionz73 Dec 5, 2023
3495051
cc
Visionz73 Dec 5, 2023
19ace6e
cc
Visionz73 Dec 5, 2023
2d50a4d
cc
Visionz73 Dec 5, 2023
63c0238
cc
Visionz73 Dec 5, 2023
c412be6
cc
Visionz73 Dec 5, 2023
bdeca7d
cc
Visionz73 Dec 5, 2023
b298fe5
cc
Visionz73 Dec 5, 2023
2046287
cc
Visionz73 Dec 5, 2023
a20a509
logo
Visionz73 Dec 5, 2023
164f7d7
cc
Visionz73 Dec 5, 2023
1accaf7
cc
Visionz73 Dec 5, 2023
3b4ba03
cc
Visionz73 Dec 5, 2023
22acf7e
cc
Visionz73 Dec 5, 2023
5b229e6
cc
Visionz73 Dec 5, 2023
e8e626a
cc
Visionz73 Dec 5, 2023
b6371f3
cc nav
Visionz73 Dec 5, 2023
25a1dad
Add files via upload
AmNutellaEssen Dec 6, 2023
a6984e9
Create Backup.txt
AmNutellaEssen Dec 6, 2023
5369c30
Merge branch 'master' of https://github.com/AmNutellaEssen/ProjectWeb
AmNutellaEssen Dec 6, 2023
33d4031
Create SoftwarezuPort.docx
AmNutellaEssen Dec 6, 2023
fc3ee8c
Test
AmNutellaEssen Dec 6, 2023
9ba5b91
dada
AmNutellaEssen Dec 6, 2023
4b6b9a1
Installations Skript der Software
AmNutellaEssen Dec 6, 2023
7a27f00
remove MariaDB
AmNutellaEssen Dec 6, 2023
e7c07a5
Update Skript zur Installation der Software.txt
AmNutellaEssen Dec 20, 2023
305dd23
Create skriptInstallation.sh
AmNutellaEssen Dec 20, 2023
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
16 changes: 16 additions & 0 deletions Backup.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash

# Hier gibst du den Pfad zum Quellordner an, den du sichern möchtest
quelle="/pfad/zum/deinem/ursprungsordner"

# Hier gibst du den Pfad zum Zielordner an, in den du das Backup kopieren möchtest
ziel="/pfad/zum/deinem/zielordner"

# Überprüfen, ob der Quellordner existiert
if [ -d "$quelle" ]; then
# Kopiere den Inhalt des Quellordners in den Zielordner
cp -r "$quelle" "$ziel"
echo "Backup erfolgreich erstellt."
else
echo "Der Quellordner existiert nicht."
fi
147 changes: 147 additions & 0 deletions Backup/logon_Backup.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
/* style.css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/* Link-Menü-Stil */





header h1 {
font-size: 3.5em;
color: #2fbffe;
margin-top: 5%;
padding-top: 0%;
margin-right: 37%;
padding-left: 4%;
}

header h3 {
font-size: 0.7em;
color: #70708f;
text-align: left;
margin-left: 0%;
margin-right: 59%;
line-height: 1.7;
padding-left: 6%;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}

body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: url(../Pictures/login-background.jpg) no-repeat;
background-size: cover;
background-position: center;
}

.wrapper {
width: 420px;
background: transparent;
border: 2px solid rgba(255, 255, 255, 255, .2);
backdrop-filter: blur(20px);
box-shadow: 0 0 10px rgba(0, 0, 0, 0, .2);
color:#fff;
border-radius: 10px;
padding: 30px 40px;
}

.wrapper h1 {
font-size: 36px;
text-align: center;
}

.wrapper .input-box {
width: 100%;
height: 50px;

margin: 30px 0;
}

.input-box input {
width: 100%;
height: 100%;
background: transparent;
outline: none;
border: 2px solid #b5a8a838;
border-radius: 40px;
font-size: 16px;
color: #fff;
padding: 20px 45px 20px 20px;

}

.input-box input::placeholder {

color: #fff;
}

.input-box i {
position: absolute;
right: 60px;
transform: translateY(120%);


}

.wrapper .remember-forgot {

display: flex;
justify-content: space-between;
font-size:14.5px;
margin: -15px 0 15px;
}

.remember-forgot label input {
accent-color: #fff;
margin-right: 3px;

}

.remember-forgot a {

color: #fff;
text-decoration: none;
}

.remember-forgot a:hover {
text-decoration: underline;
}

.wrapper .btn {
width: 100%;
height: 45px;
background: #fff;
border: none;
outline: none;
border-radius: 40px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0, .1);
cursor: pointer;
font-size: 16px;
color: #333;
font-weight: 600;
}

.wrapper .register-link {
font-size: 14.5px;
text-align: center;
margin: 20px 0 15px;
}

.register-link p a {
color: #fff;
text-decoration: none;
font-weight: 600;
}

.register-link p a:hover {
text-decoration: underline;
}
55 changes: 55 additions & 0 deletions Backup/logon_backup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title>
<link rel="stylesheet" type="text/css" href="../CSS/logon.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>




</head>



<body>

<div class="wrapper">
<form action="">
<h1>Login</h1>
<div class= "input-box">
<input type="text" placeholder="Username"
required>
<i class='bx bxs-user'></i>
</div>
<div class="input-box">
<input type="password"
placeholder="password"
required>
<i class='bx bxs-lock-alt' ></i>
</div>

<div class="remember-forgot">
<label><input type="checkbox"> Remember me</label>
<a href="#">Forgot Password?</a>
</div>

<button type="submit" class="btn">Login</button>

<div class="register-link">
<p>Dont have an account? <a href="#">Register</a></p>
</div>

</form>
</div>





</body>

</html>
150 changes: 150 additions & 0 deletions CSS/home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;

}

body {
background: #eaeaea;
}

.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 30px 8%;
background: transparent;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 100;
}

.logo {
font-size: 25px;
color:#222;
text-decoration: none;
font-weight: 600;
}

.navbar a {
font-size: 18px;
color: #222;
text-decoration: none;
font-weight: 500;
margin: 0 20px;
}

.navbar a:hover,
.navbar a.active {
color: #1743e3;
}

.social-media {
display: flex;
justify-content: space-between;
width: 150px;
height: 40px;

}

.social-media a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background: transparent;
border: 2px solid transparent;
text-decoration: none;
transform: rotate(45deg);
transition: .8s;

}

.social-media a:hover {
border-color: #1743e3;
backdrop-filter: blur(10px);
}

.social-media a i {
font-size: 24px;
color:#222;
transform: rotate(-45deg);

}

.home {
position: relative;
width: 100%;
height: 100vh;
display: flex;
justify-content: space-between;
align-items: center;
padding: 50px 8% 0;
overflow: hidden;
}

.home-content {
font-size: 16px;
margin: -229px 0 30px;
margin-right: 500px;
}

.home-content h1 {
font-size: 60px;
}

.home-content h3 {
font-size: 20px;
}

.home-content p {
font-size: 16px;
padding: 10px 5px 30px;
}

.btn {
display: inline-block;
padding: 10px 28px;
background: #1743e3;
border: 2px solid #1743e3;
border-radius: 6px;
box-shadow: 0 0 10px rgba(0, 0, 0, .1);
font-size: 16px;
color: #eaeaea;
letter-spacing: 1px;
text-decoration: none;
font-weight: 600;
transition: .5s;
}

.btn:hover {
background: transparent;
color: #1743e3;
}



.home-img{
position: relative;
right: -7%;
width: 450px;
height: 450px;
transform: rotate(45deg);

}


.home-img .rhombus img {
position: absolute;
top: 76px;
left: -613px;
max-width: 795px;
transform: rotate(-45deg);
}
Loading