Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
179 changes: 179 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,182 @@
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
*/

/* navigation panel */
nav {
display: block;
padding: 10px;
background-color: rgba(255, 255, 255, 0.7);
}

nav a {
text-decoration: none;
color: #373737;
font-size: 20px;
font-weight: lighter;
}

#AZ {
width: 40px;
height: 40px;
margin-right: 550px;
margin-left: 50px;
}

/*section 1*/

.Introduction {
background-color: #333;
color: rgba(255, 255, 255, 0.7);
padding: 200px;
}

.Introduction h1 {
font-size: 76px;
}

.Introduction p {
font-size: 18px;
}

.Introduction img {
width: 800px;
border-radius: 50%;
}

.section1 {
display: flex;
flex-direction: row;
align-items: stretch;
}

.section1-text {
padding-left: 100px;
}

/*section 2*/

.section-2-experience {
height: 800px;
background-color: #181823;
color: rgba(255, 255, 255, 0.7);
}

.companies-logo {
background-color: rgba(255, 255, 255, 0.7);
display: flex;
flex-direction: row;
justify-content: space-around;
}

.experience-number {
display: flex;
flex-direction: row;
justify-content: space-around;
color: rgba(255, 255, 255, 0.7);
margin-top: 70px;
font-size: 55px;
font-weight: bolder;
}

.experience-description {
display: flex;
flex-direction: row;
justify-content: space-around;
padding-left: 50px;
color: rgba(255, 255, 255, 0.7);
font-size: 12px;
margin-top: 20px;
}

.cmp-lg {
width: 300px;
height: 90px;
}

.section-2-experience {
margin: 10px 0;
padding: 20px;
font-size: 10px;
}
.section-2-experience h1 {
margin-top: 150px;
text-align: left;
color: #8491a0;
padding-left: 50px;
font-size: 20px;
}
.section-2-experience h2 {
text-align: left;
color: rgba(255, 255, 255, 0.7);
margin-top: 100px;
font-size: 55px;
padding-left: 50px;
}
/*section 3
.section-3-values-div {
display: flex;
flex-direction: column;
}

#img-Japan {
max-width: 100%;
max-height: 100%;
margin: auto;
display: block;
}
*/

/*
/*article*/
article {
background-color: #333;
color: rgba(255, 255, 255, 0.7);
padding: 200px;
margin: 10px 0;
}

article h1 {
text-align: left;
color: #8491a0;

font-size: 20px;
}

.img-article {
border-radius: 10px;
}

.publication :first-child {
text-align: center;
color: #89b3e8;
}

.publication :last-child {
text-align: left;
margin-top: 30px;
}

/*footer*/
footer {
background-color: #181823;
text-align: center;
color: #8491a0;
padding: 20px;
}

.contact-details {
font-weight: bolder;
}

.publication {
display: flex;
justify-content: center;
flex-direction: column;
}

/*page container*/
.container {
max-width: 100%;
margin: 0 auto;
}
Binary file added img/AlexZ.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 img/LinkedIn_icon_circle.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading