Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaBK24 committed Sep 10, 2024
0 parents commit 06133a6
Show file tree
Hide file tree
Showing 35 changed files with 571 additions and 0 deletions.
124 changes: 124 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
@font-face{
font-family: "Karla";
src: url("../fonts/Karla-Regular.ttf");
}

*{
font-family: "Karla";
margin: 0;
padding: 0;
box-sizing: border-box;
}

html body{
width: 100%;
}

body{
padding: 0 2vw;
}

a{
text-decoration: none;
}

nav{
display: flex;
align-items: center;
justify-content: space-between;
padding: 3vh 0;
}

nav a{
color:#323A45;
font-weight: bold;
}

nav ul{
list-style: none;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 5vw;
}

nav ul a{
font-size: 0.8rem;
}

img{
width: 100%;
margin-bottom: 2vh;
}

.bild1, .bild{
transition: opacity 0.5s ease;
}

.bild1:hover, .bild:hover{
opacity: 0.5;
}

section{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto auto auto;
gap: 20px;
margin-bottom: 5vh;
}

.bild1{
grid-column: 1 / 4;
}

.text{
display: grid;
grid-template-columns: repeat(2, 1fr);
}

h2{
font-size: 1.2em;
font-weight: 400;
color:#000000;
}

.text > h2{
text-align: right;
}

h3{
font-size: 1.2em;
font-weight: 400;
color: #848484;
margin-bottom: 5vh;
}

footer{
font-weight: 400;
display: grid;
grid-template-columns: repeat(2, 2fr 1fr);
gap: 2vw;
padding-bottom: 2vh;
}

h4{
font-size: 1.2em;
margin-bottom: 4vh;
}

.bold{
font-weight: bold;
}

footer a, footer > p{
color: #656b72;
}

footer div:nth-child(even){
display: flex;
flex-direction: column;
}

.italic{
font-style: italic;
}
Binary file added assets/fonts/Karla-Regular.ttf
Binary file not shown.
Binary file added assets/img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/c1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/c22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/c3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/c5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/c6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/d2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/d4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/d5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/d7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/h13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/h17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/h2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/h4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/h6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/h8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/h9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/home-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/home-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/home-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/life-15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/life-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/life-17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/p2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/p3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/u10.png
Binary file added assets/img/u11.png
Binary file added assets/img/u12.png
Binary file added assets/img/u6.png
Binary file added assets/img/u7.png
Binary file added assets/img/u8.png
Binary file added assets/img/u9.png
Loading

0 comments on commit 06133a6

Please sign in to comment.