Skip to content

Commit

Permalink
Merge pull request #9 from angien90/main
Browse files Browse the repository at this point in the history
Frisläppning av version 2 på CV + personligt brev
  • Loading branch information
angien90 authored Feb 10, 2025
2 parents 775b8f2 + 4182df6 commit 613c86b
Show file tree
Hide file tree
Showing 16 changed files with 846 additions and 575 deletions.
499 changes: 331 additions & 168 deletions css/_mobileDesignCv.scss

Large diffs are not rendered by default.

485 changes: 318 additions & 167 deletions css/_mobileDesignPersonligtBrev.scss

Large diffs are not rendered by default.

100 changes: 13 additions & 87 deletions css/_tabletDesignCv.scss
Original file line number Diff line number Diff line change
@@ -1,85 +1,40 @@
body {
font-family: 'El Messiri', sans-serif;
display: flex;
flex-direction: row;
min-height: 100vh;
margin: 0;
}

aside {
width: 30%;
background-color: #f4f4f4;
padding: 10px;
width: 30%;
border-right: 10px double white;
box-sizing: border-box;
border-left: 4px solid white;
border-top: 4px solid white;
}

aside img {
width: 35%;
border-radius: 50%;
display: block;
margin: 0 auto;
margin-bottom: 60px;
}

aside h2 {
text-align: center;
margin-bottom: 0px;
margin-top: 50px;
font-size: 2em;
}

aside p {
text-align: center;
margin-top: 5px;
padding-left: 20px;
padding-right: 20px;
font-size: 1.2em;
}

ul {
list-style-type: none;
padding: 0;
margin: 0;
text-align: center;
}

ul li {
display: block;
margin: 10px;
margin-top: 5px;
font-size: 1.2em;
}

aside button {
display: block;
margin: 20px auto;
padding: 10px 20px;
background-color: #e0e0e0;
border: none;
border-radius: 5px;
color: #333;
font-size: 1.2em;
font-weight: bold;
cursor: pointer;
margin-top: 20px;
transition: background-color 0.3s ease;

.reference {
font-size: 1.5em;
}

aside button:hover {
background-color: #ccc;

aside button {
font-size: 1.1em;
width: 200px;
}

main {
flex-grow: 1;
background-color: #e0e0e0;
padding: 10px;
padding-left: 40px;
padding-right: 40px;
box-sizing: border-box;

main {
width: 400px;
border-right: 4px solid white;
border-top: 4px solid white;
margin-bottom: 70px;
border-left: 0px;
Expand All @@ -88,61 +43,32 @@ body {
main h1 {
margin-bottom: 0px;
font-size: 3em;
text-align: center;
}

main h2 {
margin-top: 5px;
font-size: 2.5em;
text-align: center;
}

main h3 {
margin-bottom: -10px;
font-size: 2em;
margin-top: 80px;
}

main h4 {
margin-bottom: -10px;
font-size: 1.2em;
}

main p {
margin-top: 10px;
font-size: 1.2em;
}

footer {
display: flex;
align-items: flex-end;
padding: 0px;
background-color: #f4f4f4;
color: white;
position: fixed;
bottom: 0;
width: 100vw;
height: 50px;
display: block;
text-align: center;
padding-top: 10px;
border-bottom: 4px solid white;
border-left: 4px solid white;
border-right: 4px solid white;
}

footer a {
color: white;
text-decoration: none;
font-size: 1.5em;
display: inline-block;
margin: 5px;
height: 50px;
}

/* Kontaktikoner */
footer img {
width: 30px;
height: 30px;
margin: 0 10px;
margin-left: 40px;
margin-right: 40px;
}
Expand Down
112 changes: 8 additions & 104 deletions css/_tabletDesignPersonligtBrev.scss
Original file line number Diff line number Diff line change
@@ -1,153 +1,57 @@
body {
font-family: 'El Messiri', sans-serif;
display: flex;
flex-direction: row;
min-height: 100vh;
margin: 0;
flex-direction: row;
}

aside {
width: 30%;
background-color: #f4f4f4;
padding: 10px;
border-right: 10px double white;
box-sizing: border-box;
border-left: 4px solid white;
border-top: 4px solid white;
margin-bottom: 70px;
}

aside img {
width: 35%;
border-radius: 50%;
display: block;
margin: 0 auto;
}

aside h1 {
text-align: center;
margin-bottom: 0px;
font-size: 2.5em;
margin-top: 20px;
margin-bottom: 60px;
}

aside h2 {
text-align: center;
margin-top: 50px;
margin-bottom: 0px;
font-size: 2em;
}

.contact-info {
text-transform: uppercase;
}

aside h3 {
padding-left: 20px;
margin-bottom: 0px;
margin-top: 20px;
font-size: 1.5em;;
font-size: 3em;
}

aside p {
padding-left: 20px;
padding-right: 20px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 1.2em;
}

aside button {
display: block;
margin: 20px;
padding: 10px 20px;
background-color: #e0e0e0;
border: none;
border-radius: 5px;
color: #333;
font-size: 1.2em;
font-weight: bold;
cursor: pointer;
margin-top: 70px;
transition: background-color 0.3s ease;
}

aside button:hover {
background-color: #ccc;
font-size: 1.1em;
width: 200px;
}

main {
flex-grow: 1;
background-color: #e0e0e0;
padding: 10px;
padding-left: 40px;
padding-right: 40px;
box-sizing: border-box;
width: 400px;
border-right: 4px solid white;
border-top: 4px solid white;
margin-bottom: 70px;
border-left: 0px;
}

main h2 {
font-size: 2.5em;
text-align: center;
font-size: 3em;
margin-bottom: 0px;
margin-top: 40px;
}

main h3 {
margin-top: 10px;
margin-top: 5px;
font-size: 2.5em;
text-align: center;
}

main p {
margin-top: 0px;
margin-bottom: 40px;
font-size: 1.2em;
padding-left: 30px;
padding-right: 30px;
}

main a {
color: black;
font-weight: bold;
}

footer {
display: flex;
align-items: flex-end;
padding: 0px;
background-color: #f4f4f4;
color: white;
position: fixed;
bottom: 0;
width: 100vw;
border-top: 10px double white;
height: 50px;
display: block;
text-align: center;
padding-top: 10px;
border-bottom: 4px solid white;
border-left: 4px solid white;
border-right: 4px solid white;
}

footer a {
color: white;
text-decoration: none;
font-size: 1.5em;
display: inline-block;
margin: 5px;
height: 50px;
}

/* Kontaktikoner */
footer img {
width: 30px;
height: 30px;
margin: 0 10px;
margin-left: 40px;
margin-right: 40px;
}
2 changes: 1 addition & 1 deletion css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 613c86b

Please sign in to comment.